X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/theme/boost/scss/moodle
home
/
cbholdings
/
pasukulu
/
theme
/
boost
/
scss
/
moodle
/
📁
..
📄
admin.scss
(12.81 KB)
📄
atto.scss
(4.64 KB)
📄
backup-restore.scss
(4.15 KB)
📄
blocks.scss
(8.3 KB)
📄
bootstrap-rtl.scss
(1.05 KB)
📄
buttons.scss
(1.8 KB)
📄
calendar.scss
(18.04 KB)
📄
chat.scss
(2.25 KB)
📄
contentbank.scss
(3.75 KB)
📄
core.scss
(58.21 KB)
📄
course.scss
(34.17 KB)
📄
courseindex.scss
(5.1 KB)
📄
debug.scss
(2.46 KB)
📄
drawer.scss
(6.54 KB)
📄
editor.scss
(62 B)
📄
expendable.scss
(826 B)
📄
filemanager.scss
(20.05 KB)
📄
forms.scss
(11.21 KB)
📄
grade.scss
(15.78 KB)
📄
icons.scss
(3.99 KB)
📄
layout.scss
(5.79 KB)
📄
login.scss
(2.07 KB)
📄
message.scss
(14.9 KB)
📄
modal.scss
(815 B)
📄
modules.scss
(39.55 KB)
📄
moodlenet.scss
(2.46 KB)
📄
moremenu.scss
(2.69 KB)
📄
navbar.scss
(4.6 KB)
📄
popover-region.scss
(10.02 KB)
📄
prefixes.scss
(1.21 KB)
📄
primarynavigation.scss
(691 B)
📄
print.scss
(312 B)
📄
process-monitor.scss
(884 B)
📄
question.scss
(12.28 KB)
📄
reportbuilder.scss
(10.61 KB)
📄
reports.scss
(550 B)
📄
search.scss
(1.69 KB)
📄
secondarynavigation.scss
(558 B)
📄
sticky-footer.scss
(1.42 KB)
📄
tables.scss
(1.4 KB)
📄
templates.scss
(238 B)
📄
tertiarynavigation.scss
(1.58 KB)
📄
toasts.scss
(1.1 KB)
📄
tool_usertours.scss
(3.42 KB)
📄
undo.scss
(7.73 KB)
📄
user.scss
(5.22 KB)
📄
variables.scss
(1.8 KB)
Editing: courseindex.scss
$courseindex-link-color: $list-group-action-color !default; $courseindex-link-color-selected: color-yiq($primary) !default; $courseindex-link-dimmed-color: $gray-600 !default; $courseindex-link-hover-color: black !default; $courseindex-item-dragging-bg: theme-color-level('info', -11) !default; $courseindex-item-dragging-border: theme-color-level('info', -9) !default; $courseindex-item-active-border: $gray-300 !default; $courseindex-item-active-bg: $gray-100 !default; $courseindex-item-page-bg: $primary !default; $courseindex-item-padding-y: 0.5rem; $courseindex-item-padding-x: 0.5rem; $courseindex-item-radius: $border-radius !default; $courseindex-item-current: $primary !default; @mixin courseindex-item-hover() { @include hover-focus() { color: $courseindex-link-hover-color; .courseindex-link, .courseindex-chevron { color: $courseindex-link-hover-color; cursor: pointer; } &.dimmed { color: $courseindex-link-hover-color; .courseindex-link, .courseindex-chevron { color: $courseindex-link-hover-color; } } &.draggable { cursor: pointer; } } } @mixin courseindex-item-dragging() { &.dragging { border: $border-width solid $courseindex-item-dragging-border; background-color: $courseindex-item-dragging-bg; } } .courseindex { // Both activity and section items. .courseindex-item { padding: $courseindex-item-padding-y $courseindex-item-padding-x; border: $border-width solid transparent; @include border-radius($courseindex-item-radius); &.courseindex-section-title a { font-weight: bold; } .icons-collapse-expand { padding-right: 4px; } .courseindex-link, .courseindex-chevron { color: $courseindex-link-color; @include hover-focus() { color: $courseindex-link-hover-color; text-decoration: none; } } @include courseindex-item-hover(); @include courseindex-item-dragging(); &.active { background-color: $courseindex-item-active-bg; border-color: $courseindex-item-active-border; } // Hidden elements. &.dimmed { color: $courseindex-link-dimmed-color; .courseindex-link, .courseindex-chevron { color: $courseindex-link-dimmed-color; } // Current page dimmed item. &.pageitem { color: $courseindex-link-color-selected; a { color: $courseindex-link-color-selected; } } } // Restrictions icon. .courseindex-locked { display: none; } &.restrictions { .courseindex-locked { display: block; } } // Current page item. &.pageitem { background-color: $courseindex-item-page-bg; color: $courseindex-link-color-selected; scroll-margin: 6rem; a { color: $courseindex-link-color-selected; } @include hover-focus() { background-color: darken($courseindex-item-page-bg, 7.5%); color: darken($courseindex-link-color-selected, 10%); .courseindex-link, .courseindex-chevron { color: darken($courseindex-link-color-selected, 10%); } } } // Completion. .completioninfo { min-width: 24px; &.completion_complete { color: $success; } &.completion_fail { color: $danger; } } &.indented { margin-left: map-get($spacers, 3); } } // The full section collapsable. .courseindex-section { @include courseindex-item-dragging(); border-left: solid 3px transparent; .current-badge { line-height: $line-height-base; display: none; } &.current { border-left: solid 3px $courseindex-item-current; .current-badge { display: inline-block; } } &.dropready .courseindex-item-content { /* Extra dropzone space */ padding-bottom: 1em; } .courseindex-sectioncontent { .courseindex-item { padding-left: $courseindex-item-padding-x; } } } // General icons size. .icon { font-size: 12px; } // Element visible only on editing mode. .d-flex-noedit { display: none; } &.editing { .d-flex-noedit { display: flex; } } // Placeholders. .media-list { .rounded-circle { height: 1rem; width: 1rem; } .w-100 { height: 1rem; margin: 0.5rem 0; } } }
Upload File
Create Folder