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: debug.scss
// Here we are forcing the navbar to be absolutely positioned for behat, because // when driver scrolls something into view in browser it doesn't account // for fixed positioned elements that end up obscuring the item thus // leading to errors that could be avoided by scrolling an additional amount. body.behat-site { .fixed-top { position: absolute; } // Sticky footer can overlap with elements so we keep it relative for behat. &.hasstickyfooter .stickyfooter, .stickyfooter { position: inherit; z-index: inherit; } // We need more spacing in action menus so behat does not click on the wrong menu item. .dropdown-item { margin-top: 4px !important; /* stylelint-disable declaration-no-important */ } // Remove following after MDL-57172 is fixed. &.drawer-ease { -webkit-transition: initial; -moz-transition: initial; transition: initial; } [data-region="drawer"] { -webkit-transition: initial; -moz-transition: initial; transition: initial; position: absolute; } .custom-control, .custom-switch { padding-left: 0; } .custom-control-input { position: static; z-index: 0; opacity: 1; width: auto; } .custom-control-label { &::before, &::after { content: none; } } // Workaround for MDL-70411. // Pad the side of the message drawer out slightly to ensure that Firefox scroll bar does not cover controls at the // edge of the screen. [data-region="message-drawer"] { padding-right: 10px; } &.jsenabled #page-footer .footer-content-popover { display: block; } &.path-grade-report-grader .gradeparent { tr.heading, tr.lastrow, th.header { position: relative; left: auto; } tr.heading { top: auto; } } } .phpinfo table, .phpinfo th, .phpinfo h2 { margin: auto; } .phpinfo .e, .phpinfo .v, .phpinfo .h { border: 1px solid #000; font-size: 0.8em; vertical-align: baseline; color: #000; background-color: #ccc; } .phpinfo .e { background-color: #ccf; font-weight: bold; } .phpinfo .h { background-color: #99c; font-weight: bold; } // PHP debug messages. body > .debuggingmessage { margin-top: $navbar-height; } body > .debuggingmessage ~ .debuggingmessage { margin-top: .5rem; }
Upload File
Create Folder