Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
app
/
stylesheets
/
pages
/
Filename :
_rubrics.scss
back
Copy
/* * Copyright (C) 2014 - present Instructure, Inc. * * This file is part of Canvas. * * Canvas is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, version 3 of the License. * * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ #rubrics ul { list-style-type: none; padding-#{direction(left)}: 0px; margin-#{direction(left)}: 0; } #rubrics ul li { padding: 3px 0; margin-bottom: 5px; } #rubrics ul li .title { font-size: 1.2em; font-weight: bold; float: direction(left); color: var(--ic-brand-primary); } #rubrics ul li .links { float: direction(right); opacity: 0.75; color: var(--ic-brand-primary); } #rubrics ul li .details { clear: direction(left); display: block; font-size: 0.7em; margin-#{direction(left)}: 20px; } .rubric-header { flex-wrap: wrap; display: flex; gap: 12px; margin-bottom: $ic-sp * 3; @include breakpoint(desktop) { flex-wrap: nowrap; gap: 36px; } } .rubric-header-left { flex: 1; } .rubric-header-right{ font-size: 0; flex-basis: 100%; @include breakpoint(desktop) { flex-basis: auto } } .rubric-title { margin: 0; font-weight: 700; line-height: 1.05; font-size: 2.375rem; word-break: break-word }