| Línea 5... |
Línea 5... |
| 5 |
*
|
5 |
*
|
| 6 |
* Please do not override any Bootstrap variables here, custom Bootstrap variable should go in
|
6 |
* Please do not override any Bootstrap variables here, custom Bootstrap variable should go in
|
| 7 |
* preset files instead.
|
7 |
* preset files instead.
|
| 8 |
*/
|
8 |
*/
|
| Línea 9... |
Línea 9... |
| 9 |
|
9 |
|
| 10 |
$state-success-bg: theme-color-level("success", -10) !default;
|
10 |
$state-success-bg: shift-color($success, -80%) !default;
|
| Línea 11... |
Línea 11... |
| 11 |
$state-success-border: theme-color-level("success", -9) !default;
|
11 |
$state-success-border: shift-color($success, -70%) !default;
|
| 12 |
|
12 |
|
| Línea 13... |
Línea 13... |
| 13 |
$state-info-bg: theme-color-level("info", -10) !default;
|
13 |
$state-info-bg: shift-color($info, -80%) !default;
|
| 14 |
$state-info-border: theme-color-level("info", -9) !default;
|
14 |
$state-info-border: shift-color($info, -70%) !default;
|
| Línea 15... |
Línea 15... |
| 15 |
|
15 |
|
| 16 |
$state-warning-bg: theme-color-level("warning", -10) !default;
|
16 |
$state-warning-bg: shift-color($warning, -80%) !default;
|
| Línea 17... |
Línea 17... |
| 17 |
$state-warning-border: theme-color-level("warning", -10) !default;
|
17 |
$state-warning-border: shift-color($warning, -80%) !default;
|
| 18 |
|
18 |
|
| Línea 19... |
Línea 19... |
| 19 |
$state-danger-bg: theme-color-level("danger", -10) !default;
|
19 |
$state-danger-bg: shift-color($danger, -80%) !default;
|
| 20 |
$state-danger-border: theme-color-level("danger", -9) !default;
|
20 |
$state-danger-border: shift-color($danger, -70%) !default;
|
| 21 |
|
21 |
|
| 22 |
$primary-nav-padding-y: ($spacer * 0.25) !default;
|
- |
|
| 23 |
$primary-nav-padding-x: ($spacer * 0.5) !default;
|
22 |
$primary-nav-padding-y: ($spacer * 0.25) !default;
|
| Línea 24... |
Línea 23... |
| 24 |
|
23 |
$primary-nav-padding-x: ($spacer * 0.5) !default;
|
| 25 |
$navbar-height: 60px !default;
|
24 |
|
| Línea 26... |
Línea 25... |
| 26 |
$stickyfooter-height: calc(max(80px, calc(#{$font-size-base} * 3))) !default;
|
25 |
$navbar-height: 60px !default;
|
| Línea -... |
Línea 26... |
| - |
|
26 |
$stickyfooter-height: calc(max(80px, calc(#{$font-size-base} * 3))) !default;
|
| - |
|
27 |
$course-content-maxwidth: 830px !default;
|
| 27 |
$course-content-maxwidth: 830px !default;
|
28 |
$h5p-content-maxwidth: 960px !default;
|
| 28 |
$medium-content-maxwidth: 1120px !default;
|
29 |
|
| 29 |
$h5p-content-maxwidth: 960px !default;
|
30 |
$box-shadow-drawer-left: -0.25rem .25rem .8rem rgba($black, .025) !default;
|
| 30 |
|
31 |
$box-shadow-drawer-right: 0 .25rem .8rem rgba($black, .025) !default;
|
| 31 |
$box-shadow-drawer-left: -0.25rem .25rem .8rem rgba($black, .025) !default;
|
32 |
|
| 32 |
$box-shadow-drawer-right: 0 .25rem .8rem rgba($black, .025) !default;
|
33 |
$moremenu-height: 60px !default;
|
| Línea 33... |
Línea 34... |
| 33 |
|
34 |
|
| 34 |
$moremenu-height: 60px !default;
|
35 |
$btn-icon-border-radius: $btn-border-radius !default;
|
| 35 |
|
36 |
|
| 36 |
$primary-light-background: theme-color-level('primary', -12) !default;
|
37 |
$primary-light-background: shift-color($primary, -90%) !default;
|
| 37 |
$primary-light-border: theme-color-level('primary', -2) !default;
|
38 |
$primary-light-border: shift-color($primary, -20%) !default;
|
| 38 |
$primary-light-color: $body-color;
|
39 |
$primary-light-color: $body-color;
|
| Línea 39... |
Línea -... |
| 39 |
$primary-light-hover: theme-color-level('primary', -10) !default;
|
- |
|
| 40 |
$activity-iconcontainer-height: 52px;
|
- |
|
| 41 |
$activity-iconcontainer-width: 52px;
|
- |
|
| 42 |
|
- |
|
| 43 |
$activity-icon-administration-bg: #da58ef !default;
|
- |
|
| 44 |
$activity-icon-assessment-bg: #f90086 !default;
|
- |
|
| 45 |
$activity-icon-collaboration-bg: #5b40ff !default;
|
- |
|
| 46 |
$activity-icon-communication-bg: #eb6200 !default;
|
- |
|
| 47 |
$activity-icon-content-bg: #0099ad !default;
|
- |
|
| 48 |
$activity-icon-interactivecontent-bg: #8d3d1b !default;
|
- |
|
| 49 |
|
40 |
$primary-light-hover: shift-color($primary, -80%) !default;
|
| 50 |
$activity-icon-administration-filter:
|
- |
|
| 51 |
invert(45%) sepia(46%) saturate(3819%) hue-rotate(260deg) brightness(101%) contrast(87%) !default;
|
- |
|
| 52 |
$activity-icon-assessment-filter:
|
41 |
$activity-iconcontainer-height: 52px;
|
| 53 |
invert(36%) sepia(98%) saturate(6969%) hue-rotate(315deg) brightness(90%) contrast(119%) !default;
|
42 |
$activity-iconcontainer-width: 52px;
|
| 54 |
$activity-icon-collaboration-filter:
|
43 |
|
| 55 |
invert(25%) sepia(54%) saturate(6226%) hue-rotate(245deg) brightness(100%) contrast(102%) !default;
|
44 |
$activity-icon-administration-bg: #da58ef !default;
|
| 56 |
$activity-icon-communication-filter:
|
45 |
$activity-icon-assessment-bg: #f90086 !default;
|
| 57 |
invert(48%) sepia(74%) saturate(4887%) hue-rotate(11deg) brightness(102%) contrast(101%) !default;
|
46 |
$activity-icon-collaboration-bg: #5b40ff !default;
|
| 58 |
$activity-icon-content-filter:
|
47 |
$activity-icon-communication-bg: #eb6200 !default;
|
| 59 |
invert(49%) sepia(52%) saturate(4675%) hue-rotate(156deg) brightness(89%) contrast(102%) !default;
|
48 |
$activity-icon-content-bg: #0099ad !default;
|
| 60 |
$activity-icon-interactivecontent-filter:
|
49 |
$activity-icon-interactivecontent-bg: #8d3d1b !default;
|
| 61 |
invert(25%) sepia(63%) saturate(1152%) hue-rotate(344deg) brightness(94%) contrast(91%) !default;
|
50 |
|
| 62 |
|
51 |
// This is just to make it easier to iterate the colors.
|
| 63 |
$activity-icon-colors: () !default;
|
52 |
$activity-icon-colors: () !default;
|
| Línea 64... |
Línea 53... |
| 64 |
$activity-icon-colors: map-merge(
|
53 |
$activity-icon-colors: map-merge(
|
| Línea 108... |
Línea 97... |
| 108 |
|
97 |
|
| 109 |
|
98 |
|
| Línea 110... |
Línea -... |
| 110 |
// Calendar
|
- |
|
| 111 |
$calendar-month-clickable-bg: #ededed !default;
|
- |
|
| 112 |
|
- |
|
| 113 |
|
- |
|
| 114 |
// Chat
|
- |
|
| 115 |
$chat-users-list-img-border-color: #ccc !default;
|
99 |
// Calendar
|
| 116 |
|
100 |
$calendar-month-clickable-bg: #ededed !default;
|
| 117 |
|
101 |
|
| 118 |
// Core
|
102 |
// Core
|
| 119 |
$yui-overlay-bg: #ffee69 !default;
|
103 |
$yui-overlay-bg: #ffee69 !default;
|
| Línea 171... |
Línea 155... |
| 171 |
|
155 |
|
| 172 |
$hover-tooltip-bg: $white !default;
|
156 |
$hover-tooltip-bg: $white !default;
|
| 173 |
$hover-tooltip-border-color: rgba($black, .2) !default;
|
157 |
$hover-tooltip-border-color: rgba($black, .2) !default;
|
| Línea 174... |
Línea 158... |
| 174 |
$hover-tooltip-border-top-color: $white !default;
|
158 |
$hover-tooltip-border-top-color: $white !default;
|
| Línea 175... |
Línea 159... |
| 175 |
|
159 |
|
| 176 |
$sr-only-active-bg: $white !default;
|
160 |
$visually-hidden-active-bg: $white !default;
|