bootswatch-sass 3.3.1.3 → 3.3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/README.md +8 -2
- data/assets/stylesheets/cerulean/_bootswatch.scss +102 -101
- data/assets/stylesheets/cerulean/_variables.scss +1 -1
- data/assets/stylesheets/cosmo/_bootswatch.scss +204 -123
- data/assets/stylesheets/cosmo/_variables.scss +1 -1
- data/assets/stylesheets/cyborg/_bootswatch.scss +179 -109
- data/assets/stylesheets/cyborg/_variables.scss +1 -1
- data/assets/stylesheets/darkly/_bootswatch.scss +281 -209
- data/assets/stylesheets/darkly/_variables.scss +1 -1
- data/assets/stylesheets/flatly/_bootswatch.scss +279 -203
- data/assets/stylesheets/flatly/_variables.scss +1 -1
- data/assets/stylesheets/journal/_bootswatch.scss +102 -50
- data/assets/stylesheets/journal/_variables.scss +1 -1
- data/assets/stylesheets/lumen/_bootswatch.scss +436 -340
- data/assets/stylesheets/lumen/_variables.scss +1 -1
- data/assets/stylesheets/paper/_bootswatch.scss +335 -391
- data/assets/stylesheets/paper/_variables.scss +1 -1
- data/assets/stylesheets/readable/_bootswatch.scss +155 -93
- data/assets/stylesheets/readable/_variables.scss +1 -1
- data/assets/stylesheets/sandstone/_bootswatch.scss +168 -128
- data/assets/stylesheets/sandstone/_variables.scss +1 -1
- data/assets/stylesheets/simplex/_bootswatch.scss +111 -84
- data/assets/stylesheets/simplex/_variables.scss +1 -1
- data/assets/stylesheets/slate/_bootswatch.scss +357 -362
- data/assets/stylesheets/slate/_variables.scss +1 -1
- data/assets/stylesheets/spacelab/_bootswatch.scss +132 -166
- data/assets/stylesheets/spacelab/_variables.scss +1 -1
- data/assets/stylesheets/superhero/_bootswatch.scss +264 -164
- data/assets/stylesheets/superhero/_variables.scss +1 -1
- data/assets/stylesheets/united/_bootswatch.scss +40 -7
- data/assets/stylesheets/united/_variables.scss +1 -1
- data/assets/stylesheets/yeti/_bootswatch.scss +367 -238
- data/assets/stylesheets/yeti/_variables.scss +1 -1
- data/bootswatch-sass.gemspec +3 -6
- data/lib/bootswatch-sass.rb +18 -1
- data/lib/bootswatch-sass/version.rb +1 -1
- metadata +7 -49
|
@@ -76,7 +76,7 @@ $headings-color: inherit;
|
|
|
76
76
|
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
77
77
|
|
|
78
78
|
//** Load fonts from this directory.
|
|
79
|
-
$icon-font-path: "bootstrap/";
|
|
79
|
+
$icon-font-path: "bootstrap/" !default;
|
|
80
80
|
//** File name for all font files.
|
|
81
81
|
$icon-font-name: "glyphicons-halflings-regular";
|
|
82
82
|
//** Element ID within SVG icon file.
|
|
@@ -1,140 +1,210 @@
|
|
|
1
|
+
// Cyborg 3.3.1
|
|
2
|
+
// Bootswatch
|
|
3
|
+
// -----------------------------------------------------
|
|
4
|
+
|
|
1
5
|
@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
|
|
6
|
+
|
|
7
|
+
// Navbar =====================================================================
|
|
8
|
+
|
|
9
|
+
// Buttons ====================================================================
|
|
10
|
+
|
|
11
|
+
// Typography =================================================================
|
|
12
|
+
|
|
2
13
|
.text-primary,
|
|
3
14
|
.text-primary:hover {
|
|
4
|
-
color:
|
|
15
|
+
color: $brand-primary;
|
|
5
16
|
}
|
|
17
|
+
|
|
6
18
|
.text-success,
|
|
7
19
|
.text-success:hover {
|
|
8
|
-
color:
|
|
20
|
+
color: $brand-success;
|
|
9
21
|
}
|
|
22
|
+
|
|
10
23
|
.text-danger,
|
|
11
24
|
.text-danger:hover {
|
|
12
|
-
color:
|
|
25
|
+
color: $brand-danger;
|
|
13
26
|
}
|
|
27
|
+
|
|
14
28
|
.text-warning,
|
|
15
29
|
.text-warning:hover {
|
|
16
|
-
color:
|
|
30
|
+
color: $brand-warning;
|
|
17
31
|
}
|
|
32
|
+
|
|
18
33
|
.text-info,
|
|
19
34
|
.text-info:hover {
|
|
20
|
-
color:
|
|
35
|
+
color: $brand-info;
|
|
21
36
|
}
|
|
37
|
+
|
|
38
|
+
// Tables =====================================================================
|
|
39
|
+
|
|
22
40
|
table,
|
|
23
41
|
.table {
|
|
24
42
|
color: #fff;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
43
|
+
|
|
44
|
+
a:not(.btn) {
|
|
45
|
+
color: #fff;
|
|
46
|
+
text-decoration: underline;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.dropdown-menu a {
|
|
50
|
+
text-decoration: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.text-muted {
|
|
54
|
+
color: $text-muted;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
39
58
|
.table-responsive > .table {
|
|
40
|
-
background-color:
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.
|
|
48
|
-
.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.
|
|
53
|
-
.
|
|
54
|
-
.
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
.has-error
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.
|
|
68
|
-
.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
59
|
+
background-color: $table-bg;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// Forms ======================================================================
|
|
63
|
+
|
|
64
|
+
.has-warning {
|
|
65
|
+
.help-block,
|
|
66
|
+
.control-label,
|
|
67
|
+
.form-control-feedback {
|
|
68
|
+
color: $brand-warning;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.form-control,
|
|
72
|
+
.form-control:focus,
|
|
73
|
+
.input-group-addon {
|
|
74
|
+
border-color: $brand-warning;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.has-error {
|
|
79
|
+
.help-block,
|
|
80
|
+
.control-label,
|
|
81
|
+
.form-control-feedback {
|
|
82
|
+
color: $brand-danger;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.form-control,
|
|
86
|
+
.form-control:focus,
|
|
87
|
+
.input-group-addon {
|
|
88
|
+
border-color: $brand-danger;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.has-success {
|
|
93
|
+
.help-block,
|
|
94
|
+
.control-label,
|
|
95
|
+
.form-control-feedback {
|
|
96
|
+
color: $brand-success;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.form-control,
|
|
100
|
+
.form-control:focus,
|
|
101
|
+
.input-group-addon {
|
|
102
|
+
border-color: $brand-success;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
72
106
|
legend {
|
|
73
107
|
color: #fff;
|
|
74
108
|
}
|
|
109
|
+
|
|
75
110
|
.input-group-addon {
|
|
76
|
-
background-color:
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
111
|
+
background-color: $btn-default-bg;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Navs =======================================================================
|
|
115
|
+
|
|
116
|
+
.nav-tabs,
|
|
117
|
+
.nav-pills,
|
|
118
|
+
.breadcrumb,
|
|
119
|
+
.pager {
|
|
120
|
+
|
|
121
|
+
a {
|
|
122
|
+
color: #fff;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// Indicators =================================================================
|
|
127
|
+
|
|
128
|
+
.alert {
|
|
129
|
+
|
|
130
|
+
.alert-link,
|
|
131
|
+
a {
|
|
132
|
+
color: $alert-warning-text;
|
|
133
|
+
text-decoration: underline;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.close {
|
|
137
|
+
text-decoration: none;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
92
141
|
.close {
|
|
93
142
|
color: #fff;
|
|
94
143
|
text-decoration: none;
|
|
95
144
|
opacity: 0.4;
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
145
|
+
|
|
146
|
+
&:hover,
|
|
147
|
+
&:focus {
|
|
148
|
+
color: #fff;
|
|
149
|
+
opacity: 1;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// Progress bars ==============================================================
|
|
154
|
+
|
|
155
|
+
// Containers =================================================================
|
|
156
|
+
|
|
102
157
|
a.thumbnail:hover,
|
|
103
158
|
a.thumbnail:focus,
|
|
104
159
|
a.thumbnail.active {
|
|
105
|
-
border-color:
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
a.list-group-item
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
160
|
+
border-color: $thumbnail-border;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
a.list-group-item {
|
|
164
|
+
|
|
165
|
+
&.active,
|
|
166
|
+
&.active:hover,
|
|
167
|
+
&.active:focus {
|
|
168
|
+
border-color: $list-group-border;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&-success {
|
|
172
|
+
&.active {
|
|
173
|
+
background-color: $state-success-bg;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.active:hover,
|
|
177
|
+
&.active:focus {
|
|
178
|
+
background-color: darken($state-success-bg, 5%);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&-warning {
|
|
183
|
+
&.active {
|
|
184
|
+
background-color: $state-warning-bg;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
&.active:hover,
|
|
188
|
+
&.active:focus {
|
|
189
|
+
background-color: darken($state-warning-bg, 5%);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
&-danger {
|
|
194
|
+
&.active {
|
|
195
|
+
background-color: $state-danger-bg;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&.active:hover,
|
|
199
|
+
&.active:focus {
|
|
200
|
+
background-color: darken($state-danger-bg, 5%);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.jumbotron {
|
|
206
|
+
|
|
207
|
+
h1, h2, h3, h4, h5, h6 {
|
|
208
|
+
color: #fff;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
@@ -76,7 +76,7 @@ $headings-color: #fff;
|
|
|
76
76
|
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
77
77
|
|
|
78
78
|
//** Load fonts from this directory.
|
|
79
|
-
$icon-font-path: "bootstrap/";
|
|
79
|
+
$icon-font-path: "bootstrap/" !default;
|
|
80
80
|
//** File name for all font files.
|
|
81
81
|
$icon-font-name: "glyphicons-halflings-regular";
|
|
82
82
|
//** Element ID within SVG icon file.
|
|
@@ -1,256 +1,328 @@
|
|
|
1
|
+
// Darkly 3.3.1
|
|
2
|
+
// Bootswatch
|
|
3
|
+
// -----------------------------------------------------
|
|
4
|
+
|
|
1
5
|
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
|
6
|
+
|
|
7
|
+
// Navbar =====================================================================
|
|
8
|
+
|
|
2
9
|
.navbar {
|
|
3
10
|
border-width: 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
11
|
+
|
|
12
|
+
&-default {
|
|
13
|
+
|
|
14
|
+
.badge {
|
|
15
|
+
background-color: #fff;
|
|
16
|
+
color: $navbar-default-bg;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-inverse {
|
|
21
|
+
|
|
22
|
+
.badge {
|
|
23
|
+
background-color: #fff;
|
|
24
|
+
color: $navbar-inverse-bg;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-brand {
|
|
29
|
+
padding: 18.5px 15px 20.5px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&-form {
|
|
33
|
+
.form-control {
|
|
34
|
+
background-color: white;
|
|
35
|
+
|
|
36
|
+
&:focus {
|
|
37
|
+
border-color: white;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Buttons ====================================================================
|
|
44
|
+
|
|
22
45
|
.btn:active {
|
|
23
|
-
|
|
24
|
-
box-shadow: none;
|
|
46
|
+
@include box-shadow(none);
|
|
25
47
|
}
|
|
48
|
+
|
|
26
49
|
.btn-group.open .dropdown-toggle {
|
|
27
|
-
|
|
28
|
-
box-shadow: none;
|
|
50
|
+
@include box-shadow(none);
|
|
29
51
|
}
|
|
52
|
+
|
|
53
|
+
// Typography =================================================================
|
|
54
|
+
|
|
30
55
|
.text-primary,
|
|
31
56
|
.text-primary:hover {
|
|
32
|
-
color:
|
|
57
|
+
color: lighten($brand-primary, 10%);
|
|
33
58
|
}
|
|
59
|
+
|
|
34
60
|
.text-success,
|
|
35
61
|
.text-success:hover {
|
|
36
|
-
color:
|
|
62
|
+
color: $brand-success;
|
|
37
63
|
}
|
|
64
|
+
|
|
38
65
|
.text-danger,
|
|
39
66
|
.text-danger:hover {
|
|
40
|
-
color:
|
|
67
|
+
color: $brand-danger;
|
|
41
68
|
}
|
|
69
|
+
|
|
42
70
|
.text-warning,
|
|
43
71
|
.text-warning:hover {
|
|
44
|
-
color:
|
|
72
|
+
color: $brand-warning;
|
|
45
73
|
}
|
|
74
|
+
|
|
46
75
|
.text-info,
|
|
47
76
|
.text-info:hover {
|
|
48
|
-
color:
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
table
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
table-bordered > tfoot > tr > th,
|
|
97
|
-
.table-bordered > tfoot > tr > th,
|
|
98
|
-
table-bordered > thead > tr > td,
|
|
99
|
-
.table-bordered > thead > tr > td,
|
|
100
|
-
table-bordered > tbody > tr > td,
|
|
101
|
-
.table-bordered > tbody > tr > td,
|
|
102
|
-
table-bordered > tfoot > tr > td,
|
|
103
|
-
.table-bordered > tfoot > tr > td {
|
|
104
|
-
border: 1px solid #464545;
|
|
105
|
-
}
|
|
77
|
+
color: $brand-info;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Tables =====================================================================
|
|
81
|
+
|
|
82
|
+
table,
|
|
83
|
+
.table {
|
|
84
|
+
|
|
85
|
+
a:not(.btn) {
|
|
86
|
+
text-decoration: underline;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.dropdown-menu a {
|
|
90
|
+
text-decoration: none;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.success,
|
|
94
|
+
.warning,
|
|
95
|
+
.danger,
|
|
96
|
+
.info {
|
|
97
|
+
color: #fff;
|
|
98
|
+
|
|
99
|
+
a {
|
|
100
|
+
color: #fff;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
> thead > tr > th,
|
|
105
|
+
> tbody > tr > th,
|
|
106
|
+
> tfoot > tr > th,
|
|
107
|
+
> thead > tr > td,
|
|
108
|
+
> tbody > tr > td,
|
|
109
|
+
> tfoot > tr > td {
|
|
110
|
+
border: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&-bordered > thead > tr > th,
|
|
114
|
+
&-bordered > tbody > tr > th,
|
|
115
|
+
&-bordered > tfoot > tr > th,
|
|
116
|
+
&-bordered > thead > tr > td,
|
|
117
|
+
&-bordered > tbody > tr > td,
|
|
118
|
+
&-bordered > tfoot > tr > td {
|
|
119
|
+
border: 1px solid $table-border-color;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Forms ======================================================================
|
|
124
|
+
|
|
106
125
|
input,
|
|
107
126
|
textarea {
|
|
108
|
-
color:
|
|
127
|
+
color: $input-color;
|
|
109
128
|
}
|
|
129
|
+
|
|
110
130
|
.form-control,
|
|
111
131
|
input,
|
|
112
132
|
textarea {
|
|
113
133
|
border: none;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
.
|
|
124
|
-
.
|
|
125
|
-
.
|
|
126
|
-
.
|
|
127
|
-
.
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
.
|
|
133
|
-
.
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
.
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
.has-error
|
|
143
|
-
.
|
|
144
|
-
.
|
|
145
|
-
.
|
|
146
|
-
.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
.
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
.
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
.has-success
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
.
|
|
167
|
-
.
|
|
168
|
-
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
134
|
+
@include box-shadow(none);
|
|
135
|
+
|
|
136
|
+
&:focus {
|
|
137
|
+
@include box-shadow(none);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.has-warning {
|
|
142
|
+
.help-block,
|
|
143
|
+
.control-label,
|
|
144
|
+
.radio,
|
|
145
|
+
.checkbox,
|
|
146
|
+
.radio-inline,
|
|
147
|
+
.checkbox-inline,
|
|
148
|
+
.form-control-feedback {
|
|
149
|
+
color: $brand-warning;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.form-control,
|
|
153
|
+
.form-control:focus {
|
|
154
|
+
@include box-shadow(none);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.input-group-addon {
|
|
158
|
+
border-color: $brand-warning;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.has-error {
|
|
163
|
+
.help-block,
|
|
164
|
+
.control-label,
|
|
165
|
+
.radio,
|
|
166
|
+
.checkbox,
|
|
167
|
+
.radio-inline,
|
|
168
|
+
.checkbox-inline,
|
|
169
|
+
.form-control-feedback {
|
|
170
|
+
color: $brand-danger;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.form-control,
|
|
174
|
+
.form-control:focus {
|
|
175
|
+
@include box-shadow(none);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.input-group-addon {
|
|
179
|
+
border-color: $brand-danger;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.has-success {
|
|
184
|
+
.help-block,
|
|
185
|
+
.control-label,
|
|
186
|
+
.radio,
|
|
187
|
+
.checkbox,
|
|
188
|
+
.radio-inline,
|
|
189
|
+
.checkbox-inline,
|
|
190
|
+
.form-control-feedback {
|
|
191
|
+
color: $brand-success;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.form-control,
|
|
195
|
+
.form-control:focus {
|
|
196
|
+
@include box-shadow(none);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.input-group-addon {
|
|
200
|
+
border-color: $brand-success;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
174
204
|
.input-group-addon {
|
|
175
|
-
color:
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
205
|
+
color: $text-color;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// Navs =======================================================================
|
|
209
|
+
|
|
210
|
+
.nav {
|
|
211
|
+
.open > a,
|
|
212
|
+
.open > a:hover,
|
|
213
|
+
.open > a:focus {
|
|
214
|
+
border-color: $nav-tabs-border-color;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
182
218
|
.nav-tabs > li > a,
|
|
183
219
|
.nav-pills > li > a {
|
|
184
220
|
color: #fff;
|
|
185
221
|
}
|
|
186
|
-
|
|
187
|
-
.pager
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
.
|
|
194
|
-
|
|
195
|
-
|
|
222
|
+
|
|
223
|
+
.pager {
|
|
224
|
+
a,
|
|
225
|
+
a:hover {
|
|
226
|
+
color: #fff;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.disabled {
|
|
230
|
+
&>a,
|
|
231
|
+
&>a:hover,
|
|
232
|
+
&>a:focus,
|
|
233
|
+
&>span {
|
|
234
|
+
background-color: $pagination-disabled-bg;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
196
239
|
.breadcrumb a {
|
|
197
240
|
color: #fff;
|
|
198
241
|
}
|
|
242
|
+
|
|
243
|
+
// Indicators =================================================================
|
|
244
|
+
|
|
199
245
|
.close {
|
|
200
246
|
text-decoration: none;
|
|
201
247
|
text-shadow: none;
|
|
202
248
|
opacity: 0.4;
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
249
|
+
|
|
250
|
+
&:hover,
|
|
251
|
+
&:focus {
|
|
252
|
+
opacity: 1;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.alert {
|
|
257
|
+
.alert-link {
|
|
258
|
+
color: #fff;
|
|
259
|
+
text-decoration: underline;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// Progress bars ==============================================================
|
|
264
|
+
|
|
212
265
|
.progress {
|
|
213
266
|
height: 10px;
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
267
|
+
@include box-shadow(none);
|
|
268
|
+
.progress-bar {
|
|
269
|
+
font-size: 10px;
|
|
270
|
+
line-height: 10px;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// Containers =================================================================
|
|
275
|
+
|
|
221
276
|
.well {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
a.list-group-item
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
277
|
+
@include box-shadow(none);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
a.list-group-item {
|
|
281
|
+
|
|
282
|
+
&.active,
|
|
283
|
+
&.active:hover,
|
|
284
|
+
&.active:focus {
|
|
285
|
+
border-color: $list-group-border;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
&-success {
|
|
289
|
+
&.active {
|
|
290
|
+
background-color: $state-success-bg;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
&.active:hover,
|
|
294
|
+
&.active:focus {
|
|
295
|
+
background-color: darken($state-success-bg, 5%);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
&-warning {
|
|
300
|
+
&.active {
|
|
301
|
+
background-color: $state-warning-bg;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
&.active:hover,
|
|
305
|
+
&.active:focus {
|
|
306
|
+
background-color: darken($state-warning-bg, 5%);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
&-danger {
|
|
311
|
+
&.active {
|
|
312
|
+
background-color: $state-danger-bg;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
&.active:hover,
|
|
316
|
+
&.active:focus {
|
|
317
|
+
background-color: darken($state-danger-bg, 5%);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
251
322
|
.popover {
|
|
252
|
-
color:
|
|
323
|
+
color: $text-color;
|
|
253
324
|
}
|
|
325
|
+
|
|
254
326
|
.panel-default > .panel-heading {
|
|
255
|
-
background-color:
|
|
327
|
+
background-color: $panel-footer-bg;
|
|
256
328
|
}
|