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
 
37
$danger:        $red !default;
35
// Tables
-
 
36
$table-accent-bg:             rgba($black, .03) !default;
-
 
37
 
-
 
Línea 38... Línea 38...
38
// Options
38
$light:         $gray-100 !default;
39
$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 40... Línea 51...
40
 
51
    "dark":       $dark
41
// Body
52
), $theme-colors);
42
$body-color:    $gray-900 !default;
-
 
43
 
-
 
Línea 44... Línea 53...
44
// Fonts
53
// stylelint-enable
45
$font-size-base: 0.9375rem !default;
54
 
46
$rfs-base-font-size: 0.9rem !default;
-
 
47
$headings-font-weight:   700 !default;
55
// Fonts
Línea 48... Línea 56...
48
 
56
$font-size-base: 0.9375rem !default;
49
// Navbar
-
 
50
$navbar-dark-hover-color:           rgba($white, 1) !default;
-
 
51
$navbar-light-color:                rgba($black, 0.6) !default;
-
 
52
$navbar-light-hover-color:          rgba($black, .9) !default;
-
 
53
 
-
 
54
// Breadcrumbs
57
 
55
$breadcrumb-padding-y:              .5rem !default;
58
// Links
Línea 56... Línea 59...
56
$breadcrumb-padding-x:              0 !default;
59
$link-decoration: none !default;
57
$breadcrumb-item-padding:           .5rem !default;
60
$link-hover-decoration: underline !default;
Línea 58... Línea -...
58
$breadcrumb-margin-bottom:          0 !default;
-
 
59
$breadcrumb-bg:                     transparent !default;
-
 
60
$breadcrumb-divider: "/" !default;
61
 
61
$breadcrumb-divider-rtl: "/" !default;
-
 
62
 
-
 
63
// Alerts
62
// Border radius
64
$alert-border-width:                0 !default;
63
$border-radius: .5rem !default;
Línea 65... Línea 64...
65
 
64
$border-radius-lg: .6rem !default;
66
$card-group-margin: .25rem;
65
 
Línea -... Línea 66...
-
 
66
// HR
67
 
67
$hr-opacity: .15 !default;
Línea -... Línea 68...
-
 
68
 
-
 
69
// Breadcrumbs
68
// Toasts
70
$breadcrumb-padding-y:      .5rem !default;
-
 
71
$breadcrumb-margin-bottom:  0 !default;
Línea -... Línea 72...
-
 
72
 
69
$toast-color:                       $white !default;
73
// Tables
70
$toast-background-color:            rgba($gray-900, .95) !default;
74
$table-striped-bg-factor: .03 !default;
Línea -... Línea 75...
-
 
75
 
71
$toast-header-color:                $gray-100 !default;
76
// Cards
Línea 72... Línea -...
72
$toast-header-background-color:     rgba($white, .1) !default;
-
 
73
 
-
 
74
// Custom control size
-
 
75
$custom-control-indicator-size: 1.25rem;
-
 
76
 
-
 
77
$input-btn-focus-color: rgba($primary, .75) !default;
-
 
78
 
-
 
79
$input-border-color: $gray-500 !default;
-
 
80
 
-
 
81
$dropdown-link-hover-color: $white;
-
 
82
$dropdown-link-hover-bg: $primary;
-
 
83
 
-
 
84
$popover-max-width: 300px !default;
77
$card-group-margin: .25rem;
85
 
-
 
86
$border-radius: .5rem !default;
-
 
87
$border-radius-lg: .6rem !default;
78
 
88
 
79
// Inputs
89
// stylelint-disable
80
$focus-ring-opacity: .75 !default;
90
$theme-colors: () !default;
81
$input-border-color: var(--#{$prefix}gray-500) !default;
91
$theme-colors: map-merge((
82
$form-check-input-border: var(--#{$prefix}border-width) solid var(--#{$prefix}gray-500) !default;
Línea 107... Línea 98...
107
    4: ($spacer * 1.5),
98
    4: ($spacer * 1.5),
108
    5: ($spacer * 2),
99
    5: ($spacer * 2),
109
    6: ($spacer * 3)
100
    6: ($spacer * 3)
110
) !default;
101
) !default;
Línea -... Línea 102...
-
 
102
 
-
 
103
// Behat site specific variable values.
-
 
104
$behatsite: false !default;
-
 
105
$enable-transitions: not $behatsite !default;
-
 
106
$enable-smooth-scroll: not $behatsite !default;
111
 
107
 
112
// Import FontAwesome.
108
// Import FontAwesome.
Línea 113... Línea 109...
113
@import "fontawesome";
109
@import "fontawesome";
114
 
110
 
Línea 115... Línea 111...
115
// Import All of Bootstrap
111
// Import All of Bootstrap
116
@import "bootstrap";
112
@import "bootstrap";
Línea -... Línea 113...
-
 
113
 
117
 
114
// Import Core moodle CSS
-
 
115
@import "moodle";
Línea 118... Línea 116...
118
// Import Core moodle CSS
116
 
119
@import "moodle";
117
//
120
 
118
// Preset CSS
121
// Preset CSS
119
//
Línea 135... Línea 133...
135
}
133
}
Línea 136... Línea 134...
136
 
134
 
137
// Reset the default styling back to the bootstrap defaults for
135
// Reset the default styling back to the bootstrap defaults for
138
// the secondary outline button because gray-200 is much too light
136
// the secondary outline button because gray-200 is much too light
-
 
137
// for an outline button.
-
 
138
 
-
 
139
$info-outline:    #1f7e9a;
-
 
140
$warning-outline: #a6670e;
139
// for an outline button.
141
 
140
.btn-outline-secondary {
142
.btn-outline-secondary {
141
    @include button-outline-variant($gray-600);
143
    @include button-outline-variant($gray-600);
142
    border-color: $gray-600;
144
    border-color: $gray-600;