bootswatch-sass 3.3.1.3 → 3.3.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -2
  3. data/README.md +8 -2
  4. data/assets/stylesheets/cerulean/_bootswatch.scss +102 -101
  5. data/assets/stylesheets/cerulean/_variables.scss +1 -1
  6. data/assets/stylesheets/cosmo/_bootswatch.scss +204 -123
  7. data/assets/stylesheets/cosmo/_variables.scss +1 -1
  8. data/assets/stylesheets/cyborg/_bootswatch.scss +179 -109
  9. data/assets/stylesheets/cyborg/_variables.scss +1 -1
  10. data/assets/stylesheets/darkly/_bootswatch.scss +281 -209
  11. data/assets/stylesheets/darkly/_variables.scss +1 -1
  12. data/assets/stylesheets/flatly/_bootswatch.scss +279 -203
  13. data/assets/stylesheets/flatly/_variables.scss +1 -1
  14. data/assets/stylesheets/journal/_bootswatch.scss +102 -50
  15. data/assets/stylesheets/journal/_variables.scss +1 -1
  16. data/assets/stylesheets/lumen/_bootswatch.scss +436 -340
  17. data/assets/stylesheets/lumen/_variables.scss +1 -1
  18. data/assets/stylesheets/paper/_bootswatch.scss +335 -391
  19. data/assets/stylesheets/paper/_variables.scss +1 -1
  20. data/assets/stylesheets/readable/_bootswatch.scss +155 -93
  21. data/assets/stylesheets/readable/_variables.scss +1 -1
  22. data/assets/stylesheets/sandstone/_bootswatch.scss +168 -128
  23. data/assets/stylesheets/sandstone/_variables.scss +1 -1
  24. data/assets/stylesheets/simplex/_bootswatch.scss +111 -84
  25. data/assets/stylesheets/simplex/_variables.scss +1 -1
  26. data/assets/stylesheets/slate/_bootswatch.scss +357 -362
  27. data/assets/stylesheets/slate/_variables.scss +1 -1
  28. data/assets/stylesheets/spacelab/_bootswatch.scss +132 -166
  29. data/assets/stylesheets/spacelab/_variables.scss +1 -1
  30. data/assets/stylesheets/superhero/_bootswatch.scss +264 -164
  31. data/assets/stylesheets/superhero/_variables.scss +1 -1
  32. data/assets/stylesheets/united/_bootswatch.scss +40 -7
  33. data/assets/stylesheets/united/_variables.scss +1 -1
  34. data/assets/stylesheets/yeti/_bootswatch.scss +367 -238
  35. data/assets/stylesheets/yeti/_variables.scss +1 -1
  36. data/bootswatch-sass.gemspec +3 -6
  37. data/lib/bootswatch-sass.rb +18 -1
  38. data/lib/bootswatch-sass/version.rb +1 -1
  39. metadata +7 -49
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 293c3e63a9d27f69611ffe978bf64a87dbd8aa4d
4
- data.tar.gz: 416f4482c54a5d8246c57e73fdaadeba13c1365e
3
+ metadata.gz: cfab73c35e3ab03a21201214bc0d69f17ef31f77
4
+ data.tar.gz: 26eb884204b30fcfeed3fa6069790bd0dad1abbe
5
5
  SHA512:
6
- metadata.gz: 10702988c06accaf83d6cecfd50d884abb69676189058557b0bfcac4d10dc7ec8cbeb2629a8dd7f1f79854cbc2296b038cc0a1b5f6908a3be4c1f4530954af33
7
- data.tar.gz: a042e4ef15c500231fd5a10845174eeabcd28c113e24ac8307d7aaf9b49794ea965fc4a8b6bd50d5e87120fdb671c265e6a4bad7f287c8f4dabca854d6eb61c9
6
+ metadata.gz: c86983b6d5f855a113e6e0376d3bc3f18c6fd9fb6d5170569b744c4889d355df427e48195cce904184e50a779359c4d6a414e3993148bb45eac251d1d2ad0334
7
+ data.tar.gz: 0c42ef0a6aa8852469e49392fc125308b912831d2222c5509e32cc5f1b850c7aee33a22526ca98c29fff1e7ce5b53b8cc44e438a9e264c8fea185014c0fa68a7
data/Gemfile CHANGED
@@ -1,4 +1,2 @@
1
1
  source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in bootswatch-sass.gemspec
4
2
  gemspec
data/README.md CHANGED
@@ -4,12 +4,18 @@ A SASS/Sprockets version of the [Bootswatch themes](http://bootswatch.com/).
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Add this line to your application's `Gemfile`:
8
8
 
9
9
  ``` ruby
10
10
  gem 'bootswatch-sass', '~> 3.3.0'
11
11
  ```
12
12
 
13
+ The current version requires `Rails 4.2.0`. If you're using an older version of Rails, you should pin `bootswatch-sass` to version `3.3.1.3` in your `Gemfile`:
14
+
15
+ ``` ruby
16
+ gem 'bootswatch-sass', '3.3.1.3'
17
+ ```
18
+
13
19
  And then execute:
14
20
 
15
21
  ``` bash
@@ -32,7 +38,7 @@ In your `application.js` add:
32
38
  //= require bootstrap
33
39
  ```
34
40
 
35
- In your `application.css` add:
41
+ In your `application.css.scss` add:
36
42
 
37
43
  ``` css
38
44
  @import "bootstrap-cyborg";
@@ -1,124 +1,125 @@
1
- .navbar {
2
- background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
3
- background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
4
- background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
5
- background-repeat: no-repeat;
6
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
7
- border-bottom: 1px solid #178acc;
1
+ // Cerulean 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ @mixin btn-shadow($color){
6
+ @include gradient-vertical-three-colors(lighten($color, 8%), $color, 60%, darken($color, 4%));
8
7
  filter: none;
9
- -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
10
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
11
- }
12
- .navbar-default .badge {
13
- background-color: #fff;
14
- color: #2fa4e7;
8
+ border-bottom: 1px solid darken($color, 10%);
15
9
  }
16
- .navbar-inverse {
17
- background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
18
- background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
19
- background-image: linear-gradient(#04519b, #044687 60%, #033769);
20
- background-repeat: no-repeat;
21
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
10
+
11
+ // Navbar =====================================================================
12
+
13
+ .navbar {
14
+ @include btn-shadow($navbar-default-bg);
22
15
  filter: none;
23
- border-bottom: 1px solid #022241;
24
- }
25
- .navbar-inverse .badge {
26
- background-color: #fff;
27
- color: #033c73;
28
- }
29
- .navbar .navbar-nav > li > a,
30
- .navbar-brand {
31
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
16
+ @include box-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
17
+
18
+ &-default {
19
+
20
+ .badge {
21
+ background-color: #fff;
22
+ color: $navbar-default-bg;
23
+ }
24
+ }
25
+
26
+ &-inverse {
27
+ @include gradient-vertical-three-colors(lighten($navbar-inverse-bg, 8%), lighten($navbar-inverse-bg, 4%), 60%, darken($navbar-inverse-bg, 2%));
28
+ filter: none;
29
+ border-bottom: 1px solid darken($navbar-inverse-bg, 10%);
30
+
31
+ .badge {
32
+ background-color: #fff;
33
+ color: $navbar-inverse-bg;
34
+ }
35
+ }
36
+
37
+ .navbar-nav > li > a,
38
+ &-brand {
39
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
40
+ }
32
41
  }
33
- @media (max-width: 767px) {
34
- .navbar .dropdown-header {
35
- color: #fff;
42
+
43
+ @media (max-width: $grid-float-breakpoint-max) {
44
+
45
+ .navbar {
46
+
47
+ .dropdown-header {
48
+ color: #fff;
49
+ }
36
50
  }
37
51
  }
52
+
53
+ // Buttons ====================================================================
54
+
38
55
  .btn {
56
+
39
57
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
58
+
59
+ .caret {
60
+ border-top-color: #fff;
61
+ }
40
62
  }
41
- .btn .caret {
42
- border-top-color: #fff;
43
- }
63
+
44
64
  .btn-default {
45
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
46
- background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
47
- background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
48
- background-repeat: no-repeat;
49
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
50
- filter: none;
51
- border-bottom: 1px solid #e6e6e6;
52
- }
53
- .btn-default:hover {
54
- color: #555555;
55
- }
56
- .btn-default .caret {
57
- border-top-color: #555555;
65
+
66
+ @include btn-shadow($btn-default-bg);
67
+
68
+ &:hover {
69
+ color: $btn-default-color;
70
+ }
71
+
72
+ .caret {
73
+ border-top-color: $text-color;
74
+ }
58
75
  }
76
+
59
77
  .btn-default {
60
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
61
- background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
62
- background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
63
- background-repeat: no-repeat;
64
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
65
- filter: none;
66
- border-bottom: 1px solid #e6e6e6;
78
+ @include btn-shadow($btn-default-bg);
67
79
  }
80
+
68
81
  .btn-primary {
69
- background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
70
- background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
71
- background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
72
- background-repeat: no-repeat;
73
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
74
- filter: none;
75
- border-bottom: 1px solid #178acc;
82
+ @include btn-shadow($btn-primary-bg);
76
83
  }
84
+
77
85
  .btn-success {
78
- background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
79
- background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
80
- background-image: linear-gradient(#88c149, #73a839 60%, #699934);
81
- background-repeat: no-repeat;
82
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
83
- filter: none;
84
- border-bottom: 1px solid #59822c;
86
+ @include btn-shadow($btn-success-bg);
85
87
  }
88
+
86
89
  .btn-info {
87
- background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
88
- background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
89
- background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
90
- background-repeat: no-repeat;
91
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
92
- filter: none;
93
- border-bottom: 1px solid #022241;
90
+ @include btn-shadow($btn-info-bg);
94
91
  }
92
+
95
93
  .btn-warning {
96
- background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
97
- background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
98
- background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
99
- background-repeat: no-repeat;
100
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
101
- filter: none;
102
- border-bottom: 1px solid #aa4200;
94
+ @include btn-shadow($btn-warning-bg);
103
95
  }
96
+
104
97
  .btn-danger {
105
- background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
106
- background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
107
- background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
108
- background-repeat: no-repeat;
109
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
110
- filter: none;
111
- border-bottom: 1px solid #9a161a;
112
- }
113
- .panel-primary .panel-heading,
114
- .panel-success .panel-heading,
115
- .panel-warning .panel-heading,
116
- .panel-danger .panel-heading,
117
- .panel-info .panel-heading,
118
- .panel-primary .panel-title,
119
- .panel-success .panel-title,
120
- .panel-warning .panel-title,
121
- .panel-danger .panel-title,
122
- .panel-info .panel-title {
123
- color: #fff;
98
+ @include btn-shadow($btn-danger-bg);
99
+ }
100
+
101
+ // Typography =================================================================
102
+
103
+ // Tables =====================================================================
104
+
105
+ // Forms ======================================================================
106
+
107
+ // Navs =======================================================================
108
+
109
+ // Indicators =================================================================
110
+
111
+ // Progress bars ==============================================================
112
+
113
+ // Containers =================================================================
114
+
115
+ .panel-primary,
116
+ .panel-success,
117
+ .panel-warning,
118
+ .panel-danger,
119
+ .panel-info {
120
+
121
+ .panel-heading,
122
+ .panel-title {
123
+ color: #fff;
124
+ }
124
125
  }
@@ -76,7 +76,7 @@ $headings-color: #317EAC;
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,156 +1,237 @@
1
+ // Cosmo 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
1
5
  @import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
2
- .navbar-inverse .badge {
3
- background-color: #fff;
4
- color: #2780e3;
5
- }
6
+
7
+ // Navbar =====================================================================
8
+
9
+ .navbar {
10
+
11
+ &-inverse {
12
+
13
+ .badge {
14
+ background-color: #fff;
15
+ color: $brand-primary;
16
+ }
17
+ }
18
+ }
19
+
20
+ // Buttons ====================================================================
21
+
22
+ // Typography =================================================================
23
+
6
24
  body {
7
25
  -webkit-font-smoothing: antialiased;
8
26
  }
27
+
9
28
  .text-primary,
10
29
  .text-primary:hover {
11
- color: #2780e3;
30
+ color: $brand-primary;
12
31
  }
32
+
13
33
  .text-success,
14
34
  .text-success:hover {
15
- color: #3fb618;
35
+ color: $brand-success;
16
36
  }
37
+
17
38
  .text-danger,
18
39
  .text-danger:hover {
19
- color: #ff0039;
40
+ color: $brand-danger;
20
41
  }
42
+
21
43
  .text-warning,
22
44
  .text-warning:hover {
23
- color: #ff7518;
45
+ color: $brand-warning;
24
46
  }
47
+
25
48
  .text-info,
26
49
  .text-info:hover {
27
- color: #9954bb;
28
- }
29
- table a:not(.btn),
30
- .table a:not(.btn) {
31
- text-decoration: underline;
32
- }
33
- table .dropdown-menu a,
34
- .table .dropdown-menu a {
35
- text-decoration: none;
36
- }
37
- table .success,
38
- .table .success,
39
- table .warning,
40
- .table .warning,
41
- table .danger,
42
- .table .danger,
43
- table .info,
44
- .table .info {
45
- color: #fff;
46
- }
47
- table .success a,
48
- .table .success a,
49
- table .warning a,
50
- .table .warning a,
51
- table .danger a,
52
- .table .danger a,
53
- table .info a,
54
- .table .info a {
55
- color: #fff;
56
- }
57
- .has-warning .help-block,
58
- .has-warning .control-label,
59
- .has-warning .form-control-feedback {
60
- color: #ff7518;
61
- }
62
- .has-warning .form-control,
63
- .has-warning .form-control:focus,
64
- .has-warning .input-group-addon {
65
- border: 1px solid #ff7518;
66
- }
67
- .has-error .help-block,
68
- .has-error .control-label,
69
- .has-error .form-control-feedback {
70
- color: #ff0039;
71
- }
72
- .has-error .form-control,
73
- .has-error .form-control:focus,
74
- .has-error .input-group-addon {
75
- border: 1px solid #ff0039;
76
- }
77
- .has-success .help-block,
78
- .has-success .control-label,
79
- .has-success .form-control-feedback {
80
- color: #3fb618;
81
- }
82
- .has-success .form-control,
83
- .has-success .form-control:focus,
84
- .has-success .input-group-addon {
85
- border: 1px solid #3fb618;
86
- }
87
- .nav-pills > li > a {
88
- border-radius: 0;
89
- }
90
- .dropdown-menu > li > a:hover,
91
- .dropdown-menu > li > a:focus {
92
- background-image: none;
93
- }
50
+ color: $brand-info;
51
+ }
52
+
53
+ // Tables =====================================================================
54
+
55
+ table,
56
+ .table {
57
+
58
+ a:not(.btn) {
59
+ text-decoration: underline;
60
+ }
61
+
62
+ .dropdown-menu a {
63
+ text-decoration: none;
64
+ }
65
+
66
+ .success,
67
+ .warning,
68
+ .danger,
69
+ .info {
70
+ color: #fff;
71
+
72
+ a {
73
+ color: #fff;
74
+ }
75
+ }
76
+ }
77
+
78
+ // Forms ======================================================================
79
+
80
+
81
+ .has-warning {
82
+ .help-block,
83
+ .control-label,
84
+ .form-control-feedback {
85
+ color: $brand-warning;
86
+ }
87
+
88
+ .form-control,
89
+ .form-control:focus,
90
+ .input-group-addon {
91
+ border: 1px solid $brand-warning;
92
+ }
93
+ }
94
+
95
+ .has-error {
96
+ .help-block,
97
+ .control-label,
98
+ .form-control-feedback {
99
+ color: $brand-danger;
100
+ }
101
+
102
+ .form-control,
103
+ .form-control:focus,
104
+ .input-group-addon {
105
+ border: 1px solid $brand-danger;
106
+ }
107
+ }
108
+
109
+ .has-success {
110
+ .help-block,
111
+ .control-label,
112
+ .form-control-feedback {
113
+ color: $brand-success;
114
+ }
115
+
116
+ .form-control,
117
+ .form-control:focus,
118
+ .input-group-addon {
119
+ border: 1px solid $brand-success;
120
+ }
121
+ }
122
+
123
+ // Navs =======================================================================
124
+
125
+ .nav-pills {
126
+
127
+ & > li > a {
128
+ border-radius: 0;
129
+ }
130
+ }
131
+
132
+ .dropdown-menu {
133
+
134
+ & > li > a:hover,
135
+ & > li > a:focus {
136
+ background-image: none;
137
+ }
138
+ }
139
+
140
+ // Indicators =================================================================
141
+
94
142
  .close {
95
143
  text-decoration: none;
96
144
  text-shadow: none;
97
145
  opacity: 0.4;
146
+
147
+ &:hover,
148
+ &:focus {
149
+ opacity: 1;
150
+ }
98
151
  }
99
- .close:hover,
100
- .close:focus {
101
- opacity: 1;
102
- }
152
+
103
153
  .alert {
104
154
  border: none;
155
+
156
+ .alert-link {
157
+ text-decoration: underline;
158
+ color: #fff;
159
+ }
105
160
  }
106
- .alert .alert-link {
107
- text-decoration: underline;
108
- color: #fff;
109
- }
161
+
110
162
  .label {
111
163
  border-radius: 0;
112
164
  }
165
+
166
+ // Progress bars ==============================================================
167
+
113
168
  .progress {
114
169
  height: 8px;
115
- -webkit-box-shadow: none;
116
- box-shadow: none;
117
- }
118
- .progress .progress-bar {
119
- font-size: 8px;
120
- line-height: 8px;
121
- }
122
- .panel-heading,
123
- .panel-footer {
124
- border-top-right-radius: 0;
125
- border-top-left-radius: 0;
126
- }
127
- .panel-default .close {
128
- color: #333333;
129
- }
130
- a.list-group-item-success.active {
131
- background-color: #3fb618;
132
- }
133
- a.list-group-item-success.active:hover,
134
- a.list-group-item-success.active:focus {
135
- background-color: #379f15;
136
- }
137
- a.list-group-item-warning.active {
138
- background-color: #ff7518;
139
- }
140
- a.list-group-item-warning.active:hover,
141
- a.list-group-item-warning.active:focus {
142
- background-color: #fe6600;
143
- }
144
- a.list-group-item-danger.active {
145
- background-color: #ff0039;
146
- }
147
- a.list-group-item-danger.active:hover,
148
- a.list-group-item-danger.active:focus {
149
- background-color: #e60033;
150
- }
151
- .modal .close {
152
- color: #333333;
153
- }
170
+ @include box-shadow(none);
171
+ .progress-bar {
172
+ font-size: 8px;
173
+ line-height: 8px;
174
+ }
175
+ }
176
+
177
+ // Containers =================================================================
178
+
179
+ .panel {
180
+ &-heading,
181
+ &-footer {
182
+ border-top-right-radius: 0;
183
+ border-top-left-radius: 0;
184
+ }
185
+
186
+ &-default {
187
+ .close {
188
+ color: $text-color;
189
+ }
190
+ }
191
+ }
192
+
193
+ a.list-group-item {
194
+
195
+ &-success {
196
+ &.active {
197
+ background-color: $state-success-bg;
198
+ }
199
+
200
+ &.active:hover,
201
+ &.active:focus {
202
+ background-color: darken($state-success-bg, 5%);
203
+ }
204
+ }
205
+
206
+ &-warning {
207
+ &.active {
208
+ background-color: $state-warning-bg;
209
+ }
210
+
211
+ &.active:hover,
212
+ &.active:focus {
213
+ background-color: darken($state-warning-bg, 5%);
214
+ }
215
+ }
216
+
217
+ &-danger {
218
+ &.active {
219
+ background-color: $state-danger-bg;
220
+ }
221
+
222
+ &.active:hover,
223
+ &.active:focus {
224
+ background-color: darken($state-danger-bg, 5%);
225
+ }
226
+ }
227
+ }
228
+
229
+ .modal {
230
+ .close {
231
+ color: $text-color;
232
+ }
233
+ }
234
+
154
235
  .popover {
155
- color: #333333;
236
+ color: $text-color;
156
237
  }