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: tool_usertours.scss
/** * Tour step must sit above all other UI components. * The backdrop is the lowest point in the tour. * Everything else is in the container, and the target background should be at the same z-index. * ----- moodle * ---- step backdrop * --- step container * --- step target background */ $flexitour-base-zindex: 1040; // The backdrop is the backdrop used in 'modal' step display. div[data-flexitour="backdrop"] { background-color: #{$modal-backdrop-bg}; opacity: #{$modal-backdrop-opacity}; // The backdrop needs to have a lower z-index than everything else in the tour, but higher than everything else in Moodle. z-index: #{$flexitour-base-zindex}; } // The step-background is used to highlight the region targetted in the step. div[data-flexitour="step-background-fader"], div[data-flexitour="step-background"] { @include border-radius($border-radius-lg); // The step container, and the target background should be at the same z-index. padding: 10px; z-index: ($flexitour-base-zindex + 1); } span[data-flexitour="container"], div[data-flexitour="step-background-fader"], [data-flexitour="step-backdrop"] > td, [data-flexitour="step-backdrop"] { // The step container, and the target background should be at the same z-index. z-index: ($flexitour-base-zindex + 2); } span[data-flexitour="container"] { .modal-dialog { /** * Remove all margins to: * 1) ensure that the arrow touches the target; and * 2) ensure that the focus border touches the modal. */ margin: 0; } div[data-role="arrow"] { border-width: $popover-arrow-width; } div[data-role="arrow"], div[data-role="arrow"]:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: #{$popover-arrow-width}; } // We need to know the opposite sides for arrow placement. $opposites: ( top: bottom, bottom: top, left: right, right: left, ); // These are the next leading side and allow for placement half-way along the step dialogue. $sides: ( top: left, bottom: left, left: top, right: top, ); @each $direction in map-keys($opposites) { $opposite: map_get($opposites, $direction); $side: map_get($sides, $direction); $oppositeside: map_get($opposites, $side); &[x-placement="#{$direction}"], &[x-placement="#{$direction}-start"] { margin-#{$opposite}: #{$popover-arrow-width}; div[data-role="arrow"] { #{$opposite}: -$popover-arrow-width; #{$side}: 50%; margin-#{$side}: -$popover-arrow-width; border-#{$opposite}-width: 0; border-#{$direction}-color: #{$popover-arrow-outer-color}; } div[data-role="arrow"]:after { #{$opposite}: 1px; margin-#{$side}: -#{$popover-arrow-width}; content: " "; border-#{$opposite}-width: 0; border-#{$direction}-color: #{$popover-arrow-color}; } } } } // Hack the bone! Hack the bone! [data-region="drawer"] [data-flexitour="container"] { /*rtl:ignore*/ margin-left: -15px; width: $drawer-width - 10px; }
Upload File
Create Folder