Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea -... Línea 1...
-
 
1
//
1
// Bootstrap variables
2
// Bootstrap variables
-
 
3
//
-
 
4
 
-
 
5
// Prefix for all CSS variables
-
 
6
$prefix: bs- !default;
-
 
7
 
-
 
8
// Colors
2
$white:    #fff !default;
9
$white:    #fff !default;
3
$gray-100: #f8f9fa !default;
10
$gray-100: #f8f9fa !default;
4
$gray-200: #e9ecef !default;
11
$gray-200: #e9ecef !default;
5
$gray-300: #dee2e6 !default;
12
$gray-300: #dee2e6 !default;
6
$gray-400: #ced4da !default;
13
$gray-400: #ced4da !default;
Línea 12... Línea 19...
12
$black:    #000 !default;
19
$black:    #000 !default;
Línea 13... Línea 20...
13
 
20
 
14
$blue:    #0f6cbf !default;
21
$blue:    #0f6cbf !default;
15
$indigo:  #6610f2 !default;
22
$indigo:  #6610f2 !default;
16
$purple:  #613d7c !default;
23
$purple:  #613d7c !default;
17
$pink:    #e83e8c !default;
24
$pink:    #db1a74 !default;
18
$red:     #ca3120 !default;
25
$red:     #ca3120 !default;
19
$orange:  #f0ad4e !default;
26
$orange:  #f0ad4e !default;
20
$yellow:  #ff7518 !default;
27
$yellow:  #ff7518 !default;
21
$green:   #357a32 !default;
28
$green:   #357a32 !default;
22
$teal:    #20c997 !default;
29
$teal:    #20c997 !default;
Línea 23... Línea 30...
23
$cyan:    #008196 !default;
30
$cyan:    #008196 !default;
-
 
31
 
24
 
32
$primary:       $blue !default;
25
$primary:       $blue !default;
33
$secondary:     $gray-400 !default;
26
$success:       $green !default;
34
$success:       $green !default;
27
$info:          $cyan !default;
35
$info:          $cyan !default;
28
$warning:       $orange !default;
36
$warning:       $orange !default;
29
$danger:        $red !default;
-
 
30
$secondary:     $gray-400 !default;
-
 
31
 
-
 
32
$info-outline:    #1f7e9a;
-
 
33
$warning-outline: #a6670e;
-
 
34
 
-
 
35
// Tables
-
 
36
$table-accent-bg:             rgba($black, .03) !default;
-
 
37
 
37
$danger:        $red !default;
38
// Options
-
 
Línea 39... Línea 38...
39
$enable-rounded: true !default;
38
$light:         $gray-100 !default;
40
$enable-responsive-font-sizes: true !default;
39
$dark:          $gray-900 !default;
-
 
40
 
-
 
41
// stylelint-disable
-
 
42
$theme-colors: () !default;
-
 
43
$theme-colors: map-merge((
-
 
44
    "primary":    $primary,
-
 
45
    "secondary":  $secondary,
-
 
46
    "success":    $success,
-
 
47
    "info":       $info,
-
 
48
    "warning":    $warning,
-
 
49
    "danger":     $danger,
-
 
50
    "light":      $light,
Línea 41... Línea 51...
41
 
51
    "dark":       $dark
42
// Body
52
), $theme-colors);
43
$body-color:    $gray-900 !default;
-
 
44
 
53
// stylelint-enable
Línea -... Línea 54...
-
 
54
 
-
 
55
// Fonts
-
 
56
$font-size-base: 0.9375rem !default;
-
 
57
$headings-font-weight:   300 !default;
45
// Fonts
58
 
46
$font-size-base: 0.9375rem !default;
59
// Links
47
$rfs-base-font-size: 0.9rem !default;
60
$link-decoration: none !default;
48
$headings-font-weight:   300 !default;
61
$link-hover-decoration: underline !default;
Línea 49... Línea 62...
49
 
62
 
50
// Navbar
63
// Navbar
51
$navbar-dark-hover-color:           rgba($white, 1) !default;
-
 
52
$navbar-light-color:                rgba($black, 0.6) !default;
-
 
53
$navbar-light-hover-color:          rgba($black, .9) !default;
64
$navbar-dark-hover-color:           rgba($white, 1) !default;
54
 
-
 
55
// Breadcrumbs
-
 
56
$breadcrumb-padding-y:              .25rem !default;
-
 
Línea 57... Línea 65...
57
$breadcrumb-padding-x:              0 !default;
65
$navbar-light-color:                rgba($black, 0.6) !default;
58
$breadcrumb-item-padding:           .5rem !default;
66
$navbar-light-hover-color:          rgba($black, .9) !default;
Línea -... Línea 67...
-
 
67
 
59
$breadcrumb-margin-bottom:          0 !default;
68
// Breadcrumbs
Línea 60... Línea 69...
60
$breadcrumb-bg:                     transparent !default;
69
$breadcrumb-padding-y:      .5rem !default;
61
$breadcrumb-divider: "/" !default;
-
 
62
$breadcrumb-divider-rtl: "/" !default;
-
 
63
 
-
 
64
// Alerts
-
 
65
$alert-border-width:                0 !default;
-
 
66
 
70
$breadcrumb-margin-bottom:  0 !default;
67
$card-group-margin: .25rem;
-
 
68
 
71
 
-
 
72
// Tables
Línea -... Línea 73...
-
 
73
$table-striped-bg-factor: .03 !default;
69
// Toasts
74
 
70
$toast-color:                       $white !default;
75
// Cards
Línea 71... Línea 76...
71
$toast-background-color:            rgba($gray-900, .95) !default;
76
$card-group-margin: .25rem;
72
$toast-header-color:                $gray-100 !default;
77
 
73
$toast-header-background-color:     rgba($white, .1) !default;
-
 
74
 
-
 
75
$input-btn-focus-color: rgba($primary, .75) !default;
-
 
76
 
-
 
77
$input-border-color: $gray-500 !default;
-
 
78
 
-
 
79
$dropdown-link-hover-color: $white;
-
 
80
$dropdown-link-hover-bg: $primary;
-
 
81
 
-
 
Línea -... Línea 78...
-
 
78
// Inputs
82
// stylelint-disable
79
$focus-ring-opacity: .75 !default;
83
$theme-colors: () !default;
80
$input-border-color: $gray-500 !default;
84
$theme-colors: map-merge((
81
$form-check-input-border: var(--#{$prefix}border-width) solid var(--#{$prefix}gray-500) !default;
85
    primary: $primary,
82
 
86
    secondary: $secondary,
83
// Dropdowns
Línea 100... Línea 97...
100
    4: ($spacer * 1.5),
97
    4: ($spacer * 1.5),
101
    5: ($spacer * 2),
98
    5: ($spacer * 2),
102
    6: ($spacer * 3)
99
    6: ($spacer * 3)
103
) !default;
100
) !default;
Línea -... Línea 101...
-
 
101
 
-
 
102
// Behat site specific variable values.
-
 
103
$behatsite: false !default;
-
 
104
$enable-transitions: not $behatsite !default;
-
 
105
$enable-smooth-scroll: not $behatsite !default;
104
 
106
 
105
// Import FontAwesome.
107
// Import FontAwesome.
Línea 106... Línea 108...
106
@import "fontawesome";
108
@import "fontawesome";
107
 
109
 
Línea 108... Línea 110...
108
// Import All of Bootstrap
110
// Import All of Bootstrap
109
@import "bootstrap";
111
@import "bootstrap";
Línea -... Línea 112...
-
 
112
 
-
 
113
// Import Core moodle CSS
-
 
114
@import "moodle";
-
 
115
 
110
 
116
//
111
// Import Core moodle CSS
117
// Preset CSS
112
@import "moodle";
118
//
113
 
119
 
Línea 114... Línea -...
114
body {
-
 
115
    -webkit-font-smoothing: antialiased;
120
body {
116
    -moz-osx-font-smoothing: grayscale;
121
    -webkit-font-smoothing: antialiased;
117
}
122
    -moz-osx-font-smoothing: grayscale;
Línea 118... Línea 123...
118
 
123
}
Línea 134... Línea 139...
134
    background-color: $white;
139
    background-color: $white;
135
}
140
}
136
// Reset the default styling back to the bootstrap defaults for
141
// Reset the default styling back to the bootstrap defaults for
137
// the secondary outline button because gray-200 is much too light
142
// the secondary outline button because gray-200 is much too light
138
// for an outline button.
143
// for an outline button.
-
 
144
 
-
 
145
$info-outline:    #1f7e9a;
-
 
146
$warning-outline: #a6670e;
-
 
147
 
139
.btn-outline-secondary {
148
.btn-outline-secondary {
140
    @include button-outline-variant($gray-600);
149
    @include button-outline-variant($gray-600);
141
    border-color: $gray-600;
150
    border-color: $gray-600;
142
}
151
}