semantic-ui-sass 1.12.3.0 → 2.0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui.js +1 -0
  4. data/app/assets/javascripts/semantic-ui/accordion.js +67 -53
  5. data/app/assets/javascripts/semantic-ui/api.js +395 -189
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +322 -114
  7. data/app/assets/javascripts/semantic-ui/colorize.js +4 -2
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +74 -50
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +2046 -584
  10. data/app/assets/javascripts/semantic-ui/embed.js +662 -0
  11. data/app/assets/javascripts/semantic-ui/form.js +345 -163
  12. data/app/assets/javascripts/semantic-ui/modal.js +119 -90
  13. data/app/assets/javascripts/semantic-ui/nag.js +8 -9
  14. data/app/assets/javascripts/semantic-ui/popup.js +390 -228
  15. data/app/assets/javascripts/semantic-ui/progress.js +112 -103
  16. data/app/assets/javascripts/semantic-ui/rating.js +79 -55
  17. data/app/assets/javascripts/semantic-ui/search.js +305 -123
  18. data/app/assets/javascripts/semantic-ui/shape.js +94 -48
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +84 -151
  20. data/app/assets/javascripts/semantic-ui/site.js +5 -5
  21. data/app/assets/javascripts/semantic-ui/state.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sticky.js +108 -35
  23. data/app/assets/javascripts/semantic-ui/tab.js +220 -125
  24. data/app/assets/javascripts/semantic-ui/transition.js +205 -171
  25. data/app/assets/javascripts/semantic-ui/visibility.js +220 -100
  26. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  27. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +17 -16
  28. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +223 -121
  29. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +462 -448
  30. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +949 -665
  31. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +134 -92
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +270 -208
  33. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1357 -521
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +125 -0
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +51 -31
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +270 -144
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +241 -110
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +30 -16
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +88 -53
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -281
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +172 -128
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +16 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +15 -7
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +32 -13
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +329 -212
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +291 -99
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +2 -2
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +19 -18
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +17 -18
  52. data/app/assets/stylesheets/semantic-ui/modules/_all.scss +1 -0
  53. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +265 -161
  54. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +29 -15
  55. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +441 -156
  56. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +168 -0
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +163 -85
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +8 -8
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +88 -23
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +185 -129
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +75 -60
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +99 -52
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -11
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +16 -12
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -4
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +3 -3
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +31 -39
  68. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +3 -3
  69. data/app/assets/stylesheets/semantic-ui/views/_all.scss +1 -0
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +204 -162
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +51 -26
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +62 -36
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +265 -90
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/semantic-ui-sass.gemspec +2 -2
  77. metadata +9 -6
@@ -0,0 +1,125 @@
1
+ /*!
2
+ * # Semantic UI 2.0.4 - Container
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2015 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Container
15
+ *******************************/
16
+
17
+
18
+ /* All Sizes */
19
+ .ui.container {
20
+ display: block;
21
+ max-width: 100% !important;
22
+ }
23
+
24
+ /* Mobile */
25
+ @media only screen and (max-width: 767px) {
26
+ .ui.container {
27
+ width: auto;
28
+ margin-left: 1em !important;
29
+ margin-right: 1em !important;
30
+ }
31
+ .ui.grid.container {
32
+ width: auto !important;
33
+ }
34
+ }
35
+
36
+ /* Tablet */
37
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
38
+ .ui.container {
39
+ width: 723px;
40
+ margin-left: auto !important;
41
+ margin-right: auto !important;
42
+ }
43
+ .ui.grid.container {
44
+ width: calc( 723px + 2em ) !important;
45
+ }
46
+ }
47
+
48
+ /* Small Monitor */
49
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
50
+ .ui.container {
51
+ width: 933px;
52
+ margin-left: auto !important;
53
+ margin-right: auto !important;
54
+ }
55
+ .ui.grid.container {
56
+ width: calc( 933px + 2em ) !important;
57
+ }
58
+ }
59
+
60
+ /* Large Monitor */
61
+ @media only screen and (min-width: 1200px) {
62
+ .ui.container {
63
+ width: 1127px;
64
+ margin-left: auto !important;
65
+ margin-right: auto !important;
66
+ }
67
+ .ui.grid.container {
68
+ width: calc( 1127px + 2em ) !important;
69
+ }
70
+ }
71
+
72
+
73
+ /*******************************
74
+ Types
75
+ *******************************/
76
+
77
+
78
+ /* Text Container */
79
+ .ui.text.container {
80
+ font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
81
+ max-width: 700px !important;
82
+ line-height: 1.5;
83
+ }
84
+ .ui.text.container {
85
+ font-size: 1.14285714rem;
86
+ }
87
+
88
+ /* Fluid */
89
+ .ui.fluid.container {
90
+ width: 100%;
91
+ }
92
+
93
+
94
+ /*******************************
95
+ Variations
96
+ *******************************/
97
+
98
+ .ui[class*="left aligned"].container {
99
+ text-align: left;
100
+ }
101
+ .ui[class*="center aligned"].container {
102
+ text-align: center;
103
+ }
104
+ .ui[class*="right aligned"].container {
105
+ text-align: right;
106
+ }
107
+ .ui.justified.container {
108
+ text-align: justify;
109
+ -webkit-hyphens: auto;
110
+ -moz-hyphens: auto;
111
+ -ms-hyphens: auto;
112
+ hyphens: auto;
113
+ }
114
+
115
+
116
+ /*******************************
117
+ Theme Overrides
118
+ *******************************/
119
+
120
+
121
+
122
+ /*******************************
123
+ Site Overrides
124
+ *******************************/
125
+
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Divider
2
+ * # Semantic UI 2.0.4 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2015 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -34,8 +34,8 @@
34
34
  ---------------*/
35
35
 
36
36
  .ui.divider:not(.vertical):not(.horizontal) {
37
- border-top: 1px solid rgba(0, 0, 0, 0.1);
38
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
37
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
38
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
39
39
  }
40
40
 
41
41
  /*--------------
@@ -51,7 +51,8 @@
51
51
  ---------------*/
52
52
 
53
53
  .ui.horizontal.divider {
54
- position: relative;
54
+ display: table;
55
+ white-space: nowrap;
55
56
  height: auto;
56
57
  margin: '';
57
58
  overflow: hidden;
@@ -60,21 +61,18 @@
60
61
  }
61
62
  .ui.horizontal.divider:before,
62
63
  .ui.horizontal.divider:after {
63
- position: absolute;
64
64
  content: '';
65
- z-index: 3;
66
- width: 50%;
65
+ display: table-cell;
66
+ position: relative;
67
67
  top: 50%;
68
- height: 0px;
69
- border-top: 1px solid rgba(0, 0, 0, 0.1);
70
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
68
+ width: 50%;
69
+ background-repeat: no-repeat;
71
70
  }
72
71
  .ui.horizontal.divider:before {
73
- margin-left: -webkit-calc(-50% - 1em );
74
- margin-left: calc(-50% - 1em );
72
+ background-position: right 1em top 50%;
75
73
  }
76
74
  .ui.horizontal.divider:after {
77
- margin-left: 1em;
75
+ background-position: left 1em top 50%;
78
76
  }
79
77
 
80
78
  /*--------------
@@ -102,10 +100,9 @@
102
100
  left: 50%;
103
101
  content: '';
104
102
  z-index: 3;
105
- border-left: 1px solid rgba(0, 0, 0, 0.1);
106
- border-right: 1px solid rgba(255, 255, 255, 0.2);
103
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
104
+ border-right: 1px solid rgba(255, 255, 255, 0.1);
107
105
  width: 0%;
108
- height: -webkit-calc(100% - 1rem );
109
106
  height: calc(100% - 1rem );
110
107
  }
111
108
  .ui.vertical.divider:before {
@@ -120,35 +117,42 @@
120
117
  @media only screen and (max-width: 767px) {
121
118
  .ui.stackable.grid .ui.vertical.divider,
122
119
  .ui.grid .stackable.row .ui.vertical.divider {
123
- position: relative;
124
- margin: 1rem 0rem;
125
- left: 50%;
120
+ display: table;
121
+ white-space: nowrap;
126
122
  height: auto;
123
+ margin: '';
127
124
  overflow: hidden;
128
125
  line-height: 1;
129
126
  text-align: center;
127
+ position: static;
128
+ top: 0;
129
+ left: 0;
130
+ -webkit-transform: none;
131
+ -ms-transform: none;
132
+ transform: none;
130
133
  }
131
134
  .ui.stackable.grid .ui.vertical.divider:before,
132
135
  .ui.grid .stackable.row .ui.vertical.divider:before,
133
136
  .ui.stackable.grid .ui.vertical.divider:after,
134
137
  .ui.grid .stackable.row .ui.vertical.divider:after {
135
- position: absolute;
136
- left: auto;
138
+ position: static;
139
+ left: 0;
140
+ border-left: none;
141
+ border-right: none;
137
142
  content: '';
138
- z-index: 3;
139
- width: 50%;
143
+ display: table-cell;
144
+ position: relative;
140
145
  top: 50%;
141
- height: 0px;
142
- border-top: 1px solid rgba(0, 0, 0, 0.1);
143
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
146
+ width: 50%;
147
+ background-repeat: no-repeat;
144
148
  }
145
149
  .ui.stackable.grid .ui.vertical.divider:before,
146
150
  .ui.grid .stackable.row .ui.vertical.divider:before {
147
- margin-left: -51%;
151
+ background-position: right 1em top 50%;
148
152
  }
149
153
  .ui.stackable.grid .ui.vertical.divider:after,
150
154
  .ui.grid .stackable.row .ui.vertical.divider:after {
151
- margin-left: 1em;
155
+ background-position: left 1em top 50%;
152
156
  }
153
157
  }
154
158
 
@@ -176,6 +180,10 @@
176
180
  .ui.hidden.divider {
177
181
  border-color: transparent !important;
178
182
  }
183
+ .ui.hidden.divider:before,
184
+ .ui.hidden.divider:after {
185
+ display: none;
186
+ }
179
187
 
180
188
  /*--------------
181
189
  Inverted
@@ -189,9 +197,9 @@
189
197
  .ui.divider.inverted,
190
198
  .ui.divider.inverted:after,
191
199
  .ui.divider.inverted:before {
192
- border-top-color: rgba(0, 0, 0, 0.15) !important;
200
+ border-top-color: rgba(34, 36, 38, 0.15) !important;
201
+ border-left-color: rgba(34, 36, 38, 0.15) !important;
193
202
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
194
- border-left-color: rgba(0, 0, 0, 0.15) !important;
195
203
  border-right-color: rgba(255, 255, 255, 0.15) !important;
196
204
  }
197
205
 
@@ -233,6 +241,18 @@
233
241
  Theme Overrides
234
242
  *******************************/
235
243
 
244
+ .ui.horizontal.divider:before,
245
+ .ui.horizontal.divider:after {
246
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
247
+ }
248
+ @media only screen and (max-width: 767px) {
249
+ .ui.stackable.grid .ui.vertical.divider:before,
250
+ .ui.grid .stackable.row .ui.vertical.divider:before,
251
+ .ui.stackable.grid .ui.vertical.divider:after,
252
+ .ui.grid .stackable.row .ui.vertical.divider:after {
253
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
254
+ }
255
+ }
236
256
 
237
257
 
238
258
  /*******************************
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Flag
2
+ * # Semantic UI 2.0.4 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2015 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -32,7 +32,7 @@ i.flag:not(.icon) {
32
32
  i.flag:not(.icon):before {
33
33
  display: inline-block;
34
34
  content: '';
35
- background: url("../themes/default/assets/images/flags.png") no-repeat 0px 0px;
35
+ background: image-url("semantic-ui/flags.png") no-repeat 0px 0px;
36
36
  width: 16px;
37
37
  height: 11px;
38
38
  }
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Header
2
+ * # Semantic UI 2.0.4 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2015 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -18,17 +18,16 @@
18
18
  /* Standard */
19
19
  .ui.header {
20
20
  border: none;
21
- margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
22
- margin: calc(2rem - 0.165em ) 0em 1rem;
21
+ margin: calc(2rem - 0.14285em ) 0em 1rem;
23
22
  padding: 0em 0em;
24
23
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
25
24
  font-weight: bold;
26
- line-height: 1.33em;
25
+ line-height: 1.2857em;
27
26
  text-transform: none;
28
- color: rgba(0, 0, 0, 0.8);
27
+ color: rgba(0, 0, 0, 0.87);
29
28
  }
30
29
  .ui.header:first-child {
31
- margin-top: -0.165em;
30
+ margin-top: -0.14285em;
32
31
  }
33
32
  .ui.header:last-child {
34
33
  margin-bottom: 0em;
@@ -40,11 +39,11 @@
40
39
 
41
40
  .ui.header .sub.header {
42
41
  font-weight: normal;
43
- margin: 0em;
44
42
  padding: 0em;
45
- font-size: 1.1428rem;
43
+ margin: 0em;
44
+ font-size: 1rem;
46
45
  line-height: 1.2em;
47
- color: rgba(0, 0, 0, 0.5);
46
+ color: rgba(0, 0, 0, 0.6);
48
47
  }
49
48
 
50
49
  /*--------------
@@ -55,7 +54,7 @@
55
54
  display: table-cell;
56
55
  opacity: 1;
57
56
  font-size: 1.5em;
58
- padding-top: 0.165em;
57
+ padding-top: 0.14285em;
59
58
  vertical-align: middle;
60
59
  }
61
60
 
@@ -73,7 +72,7 @@
73
72
  .ui.header > .image,
74
73
  .ui.header > img {
75
74
  display: inline-block;
76
- margin-top: 0.165em;
75
+ margin-top: 0.14285em;
77
76
  width: 2.5em;
78
77
  height: auto;
79
78
  vertical-align: middle;
@@ -112,7 +111,7 @@
112
111
 
113
112
  .ui.header .ui.label {
114
113
  font-size: '';
115
- margin: 0em 0em 0em 0.5rem;
114
+ margin-left: 0.5rem;
116
115
  vertical-align: middle;
117
116
  }
118
117
 
@@ -149,19 +148,19 @@ h5.ui.header {
149
148
 
150
149
  /* Sub Header */
151
150
  h1.ui.header .sub.header {
152
- font-size: 1.4285rem;
151
+ font-size: 1.14285714rem;
153
152
  }
154
153
  h2.ui.header .sub.header {
155
- font-size: 1.1428rem;
154
+ font-size: 1.14285714rem;
156
155
  }
157
156
  h3.ui.header .sub.header {
158
- font-size: 1.1428rem;
157
+ font-size: 1rem;
159
158
  }
160
159
  h4.ui.header .sub.header {
161
160
  font-size: 1rem;
162
161
  }
163
162
  h5.ui.header .sub.header {
164
- font-size: 0.9285rem;
163
+ font-size: 0.92857143rem;
165
164
  }
166
165
 
167
166
  /*--------------
@@ -187,19 +186,44 @@ h5.ui.header .sub.header {
187
186
 
188
187
  /* Sub Header */
189
188
  .ui.huge.header .sub.header {
190
- font-size: 1.4285rem;
189
+ font-size: 1.14285714rem;
191
190
  }
192
191
  .ui.large.header .sub.header {
193
- font-size: 1.4285rem;
192
+ font-size: 1.14285714rem;
194
193
  }
195
194
  .ui.header .sub.header {
196
- font-size: 1.1428rem;
195
+ font-size: 1rem;
197
196
  }
198
197
  .ui.small.header .sub.header {
199
198
  font-size: 1rem;
200
199
  }
201
200
  .ui.tiny.header .sub.header {
202
- font-size: 0.9285rem;
201
+ font-size: 0.92857143rem;
202
+ }
203
+
204
+ /*--------------
205
+ Sub Heading
206
+ ---------------*/
207
+
208
+ .ui.sub.header {
209
+ padding: 0em;
210
+ margin-bottom: 0.14285714rem;
211
+ font-weight: bold;
212
+ font-size: 0.85714286em;
213
+ text-transform: uppercase;
214
+ color: '';
215
+ }
216
+ .ui.small.sub.header {
217
+ font-size: 0.71428571em;
218
+ }
219
+ .ui.sub.header {
220
+ font-size: 0.85714286em;
221
+ }
222
+ .ui.large.sub.header {
223
+ font-size: 0.92857143em;
224
+ }
225
+ .ui.huge.sub.header {
226
+ font-size: 1em;
203
227
  }
204
228
 
205
229
  /*-------------------
@@ -226,9 +250,10 @@ h5.ui.header .sub.header {
226
250
  display: block;
227
251
  width: auto;
228
252
  height: auto;
253
+ line-height: 1;
229
254
  padding: 0em;
230
255
  font-size: 3em;
231
- margin: 0em auto 0.25rem;
256
+ margin: 0em auto 0.5rem;
232
257
  opacity: 1;
233
258
  }
234
259
  .ui.icon.header .content {
@@ -255,7 +280,7 @@ h5.ui.header .sub.header {
255
280
  *******************************/
256
281
 
257
282
  .ui.disabled.header {
258
- opacity: 0.3;
283
+ opacity: 0.45;
259
284
  }
260
285
 
261
286
 
@@ -265,172 +290,273 @@ h5.ui.header .sub.header {
265
290
 
266
291
 
267
292
  /*-------------------
268
- Colors
293
+ Inverted
269
294
  --------------------*/
270
295
 
271
- .ui.black.header {
272
- color: #1b1c1d !important;
296
+ .ui.inverted.header {
297
+ color: #ffffff;
273
298
  }
274
- a.ui.black.header:hover {
275
- color: #1b1c1d !important;
299
+ .ui.inverted.header .sub.header {
300
+ color: rgba(255, 255, 255, 0.8);
276
301
  }
277
- .ui.blue.header {
278
- color: #3b83c0 !important;
302
+ .ui.inverted.attached.header {
303
+ background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
304
+ background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
305
+ box-shadow: none;
306
+ border-color: transparent;
279
307
  }
280
- a.ui.blue.header:hover {
281
- color: #458ac6 !important;
308
+ .ui.inverted.block.header {
309
+ background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
310
+ background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
311
+ box-shadow: none;
282
312
  }
283
- .ui.green.header {
284
- color: #5bbd72 !important;
313
+ .ui.inverted.block.header {
314
+ border-bottom: none;
285
315
  }
286
- a.ui.green.header:hover {
287
- color: #66c17b !important;
316
+
317
+ /*-------------------
318
+ Colors
319
+ --------------------*/
320
+
321
+
322
+ /*--- Red ---*/
323
+
324
+ .ui.red.header {
325
+ color: #db2828 !important;
288
326
  }
327
+ a.ui.red.header:hover {
328
+ color: #d01919 !important;
329
+ }
330
+ .ui.red.dividing.header {
331
+ border-bottom: 2px solid #db2828;
332
+ }
333
+
334
+ /* Inverted */
335
+ .ui.inverted.red.header {
336
+ color: #ff695e !important;
337
+ }
338
+ a.ui.inverted.red.header:hover {
339
+ color: #ff5144 !important;
340
+ }
341
+
342
+ /*--- Orange ---*/
343
+
289
344
  .ui.orange.header {
290
- color: #e07b53 !important;
345
+ color: #f2711c !important;
291
346
  }
292
347
  a.ui.orange.header:hover {
293
- color: #e28560 !important;
348
+ color: #f26202 !important;
294
349
  }
295
- .ui.pink.header {
296
- color: #d9499a !important;
350
+ .ui.orange.dividing.header {
351
+ border-bottom: 2px solid #f2711c;
297
352
  }
298
- a.ui.pink.header:hover {
299
- color: #dc56a1 !important;
353
+
354
+ /* Inverted */
355
+ .ui.inverted.orange.header {
356
+ color: #ff851b !important;
300
357
  }
301
- .ui.purple.header {
302
- color: #564f8a !important;
358
+ a.ui.inverted.orange.header:hover {
359
+ color: #ff7701 !important;
303
360
  }
304
- a.ui.purple.header:hover {
305
- color: #5c5594 !important;
361
+
362
+ /*--- Olive ---*/
363
+
364
+ .ui.olive.header {
365
+ color: #b5cc18 !important;
306
366
  }
307
- .ui.red.header {
308
- color: #d95c5c !important;
367
+ a.ui.olive.header:hover {
368
+ color: #a7bd0d !important;
309
369
  }
310
- a.ui.red.header:hover {
311
- color: #dc6868 !important;
370
+ .ui.olive.dividing.header {
371
+ border-bottom: 2px solid #b5cc18;
312
372
  }
313
- .ui.teal.header {
314
- color: #00b5ad !important;
373
+
374
+ /* Inverted */
375
+ .ui.inverted.olive.header {
376
+ color: #d9e778 !important;
315
377
  }
316
- a.ui.teal.header:hover {
317
- color: #00c4bc !important;
378
+ a.ui.inverted.olive.header:hover {
379
+ color: #d8ea5c !important;
318
380
  }
381
+
382
+ /*--- Yellow ---*/
383
+
319
384
  .ui.yellow.header {
320
- color: #f2c61f !important;
385
+ color: #fbbd08 !important;
321
386
  }
322
387
  a.ui.yellow.header:hover {
323
- color: #f3ca2d !important;
388
+ color: #eaae00 !important;
324
389
  }
325
- .ui.black.dividing.header {
326
- border-bottom: 2px solid #1b1c1d;
390
+ .ui.yellow.dividing.header {
391
+ border-bottom: 2px solid #fbbd08;
327
392
  }
328
- .ui.blue.dividing.header {
329
- border-bottom: 2px solid #3b83c0;
393
+
394
+ /* Inverted */
395
+ .ui.inverted.yellow.header {
396
+ color: #ffe21f !important;
397
+ }
398
+ a.ui.inverted.yellow.header:hover {
399
+ color: #ffdf05 !important;
400
+ }
401
+
402
+ /*--- Green ---*/
403
+
404
+ .ui.green.header {
405
+ color: #21ba45 !important;
406
+ }
407
+ a.ui.green.header:hover {
408
+ color: #16ab39 !important;
330
409
  }
331
410
  .ui.green.dividing.header {
332
- border-bottom: 2px solid #5bbd72;
411
+ border-bottom: 2px solid #21ba45;
333
412
  }
334
- .ui.orange.dividing.header {
335
- border-bottom: 2px solid #e07b53;
413
+
414
+ /* Inverted */
415
+ .ui.inverted.green.header {
416
+ color: #2ecc40 !important;
336
417
  }
337
- .ui.pink.dividing.header {
338
- border-bottom: 2px solid #d9499a;
418
+ a.ui.inverted.green.header:hover {
419
+ color: #22be34 !important;
339
420
  }
340
- .ui.purple.dividing.header {
341
- border-bottom: 2px solid #564f8a;
421
+
422
+ /*--- Teal ---*/
423
+
424
+ .ui.teal.header {
425
+ color: #00b5ad !important;
342
426
  }
343
- .ui.red.dividing.header {
344
- border-bottom: 2px solid #d95c5c;
427
+ a.ui.teal.header:hover {
428
+ color: #009c95 !important;
345
429
  }
346
430
  .ui.teal.dividing.header {
347
431
  border-bottom: 2px solid #00b5ad;
348
432
  }
349
- .ui.yellow.dividing.header {
350
- border-bottom: 2px solid #f2c61f;
433
+
434
+ /* Inverted */
435
+ .ui.inverted.teal.header {
436
+ color: #6dffff !important;
437
+ }
438
+ a.ui.inverted.teal.header:hover {
439
+ color: #54ffff !important;
351
440
  }
352
441
 
353
- /*-------------------
354
- Inverted
355
- --------------------*/
442
+ /*--- Blue ---*/
356
443
 
357
- .ui.inverted.header {
358
- color: #ffffff;
444
+ .ui.blue.header {
445
+ color: #2185d0 !important;
359
446
  }
360
- .ui.inverted.header .sub.header {
361
- color: rgba(255, 255, 255, 0.85);
447
+ a.ui.blue.header:hover {
448
+ color: #1678c2 !important;
362
449
  }
363
- .ui.inverted.attached.header {
364
- background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
365
- background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
366
- box-shadow: none;
450
+ .ui.blue.dividing.header {
451
+ border-bottom: 2px solid #2185d0;
367
452
  }
368
- .ui.inverted.block.header {
369
- background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
370
- background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
371
- box-shadow: none;
453
+
454
+ /* Inverted */
455
+ .ui.inverted.blue.header {
456
+ color: #54c8ff !important;
457
+ }
458
+ a.ui.inverted.blue.header:hover {
459
+ color: #3ac0ff !important;
372
460
  }
373
461
 
374
- /*-------------------
375
- Inverted Colors
376
- --------------------*/
462
+ /*--- Violet ---*/
377
463
 
378
- .ui.inverted.black.header {
379
- color: #aaaaaa !important;
464
+ .ui.violet.header {
465
+ color: #6435c9 !important;
380
466
  }
381
- a.ui.inverted.black.header:hover {
382
- color: #b2b2b2 !important;
467
+ a.ui.violet.header:hover {
468
+ color: #5829bb !important;
383
469
  }
384
- .ui.inverted.blue.header {
385
- color: #54c8ff !important;
470
+ .ui.violet.dividing.header {
471
+ border-bottom: 2px solid #6435c9;
386
472
  }
387
- a.ui.inverted.blue.header:hover {
388
- color: #63cdff !important;
473
+
474
+ /* Inverted */
475
+ .ui.inverted.violet.header {
476
+ color: #a291fb !important;
389
477
  }
390
- .ui.inverted.green.header {
391
- color: #2ecc40 !important;
478
+ a.ui.inverted.violet.header:hover {
479
+ color: #8a73ff !important;
392
480
  }
393
- a.ui.inverted.green.header:hover {
394
- color: #37d249 !important;
481
+
482
+ /*--- Purple ---*/
483
+
484
+ .ui.purple.header {
485
+ color: #a333c8 !important;
395
486
  }
396
- .ui.inverted.orange.header {
397
- color: #ff851b !important;
487
+ a.ui.purple.header:hover {
488
+ color: #9627ba !important;
398
489
  }
399
- a.ui.inverted.orange.header:hover {
400
- color: #ff8d2a !important;
490
+ .ui.purple.dividing.header {
491
+ border-bottom: 2px solid #a333c8;
492
+ }
493
+
494
+ /* Inverted */
495
+ .ui.inverted.purple.header {
496
+ color: #dc73ff !important;
497
+ }
498
+ a.ui.inverted.purple.header:hover {
499
+ color: #d65aff !important;
500
+ }
501
+
502
+ /*--- Pink ---*/
503
+
504
+ .ui.pink.header {
505
+ color: #e03997 !important;
506
+ }
507
+ a.ui.pink.header:hover {
508
+ color: #e61a8d !important;
509
+ }
510
+ .ui.pink.dividing.header {
511
+ border-bottom: 2px solid #e03997;
401
512
  }
513
+
514
+ /* Inverted */
402
515
  .ui.inverted.pink.header {
403
516
  color: #ff8edf !important;
404
517
  }
405
518
  a.ui.inverted.pink.header:hover {
406
- color: #ff9de3 !important;
519
+ color: #ff74d8 !important;
407
520
  }
408
- .ui.inverted.purple.header {
409
- color: #cdc6ff !important;
521
+
522
+ /*--- Brown ---*/
523
+
524
+ .ui.brown.header {
525
+ color: #a5673f !important;
410
526
  }
411
- a.ui.inverted.purple.header:hover {
412
- color: #dad5ff !important;
527
+ a.ui.brown.header:hover {
528
+ color: #975b33 !important;
413
529
  }
414
- .ui.inverted.red.header {
415
- color: #ff695e !important;
530
+ .ui.brown.dividing.header {
531
+ border-bottom: 2px solid #a5673f;
416
532
  }
417
- a.ui.inverted.red.header:hover {
418
- color: #ff776d !important;
533
+
534
+ /* Inverted */
535
+ .ui.inverted.brown.header {
536
+ color: #d67c1c !important;
419
537
  }
420
- .ui.inverted.teal.header {
421
- color: #6dffff !important;
538
+ a.ui.inverted.brown.header:hover {
539
+ color: #c86f11 !important;
422
540
  }
423
- a.ui.inverted.teal.header:hover {
424
- color: #7cffff !important;
541
+
542
+ /*--- Grey ---*/
543
+
544
+ .ui.grey.header {
545
+ color: #767676 !important;
425
546
  }
426
- .ui.inverted.yellow.header {
427
- color: #ffe21f !important;
547
+ a.ui.grey.header:hover {
548
+ color: #838383 !important;
428
549
  }
429
- a.ui.inverted.yellow.header:hover {
430
- color: #ffe42e !important;
550
+ .ui.grey.dividing.header {
551
+ border-bottom: 2px solid #767676;
431
552
  }
432
- .ui.inverted.block.header {
433
- border-bottom: none;
553
+
554
+ /* Inverted */
555
+ .ui.inverted.grey.header {
556
+ color: #dcddde !important;
557
+ }
558
+ a.ui.inverted.grey.header:hover {
559
+ color: #cfd0d2 !important;
434
560
  }
435
561
 
436
562
  /*-------------------
@@ -485,17 +611,17 @@ a.ui.inverted.yellow.header:hover {
485
611
  --------------------*/
486
612
 
487
613
  .ui.dividing.header {
488
- padding-bottom: 0.25rem;
489
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
614
+ padding-bottom: 0.21428571rem;
615
+ border-bottom: 1px solid rgba(34, 36, 38, 0.15);
490
616
  }
491
617
  .ui.dividing.header .sub.header {
492
- padding-bottom: 0.25rem;
618
+ padding-bottom: 0.21428571rem;
493
619
  }
494
620
  .ui.dividing.header .icon {
495
621
  margin-bottom: 0em;
496
622
  }
497
623
  .ui.inverted.dividing.header {
498
- border-bottom-color: rgba(255, 255, 255, 0.2);
624
+ border-bottom-color: rgba(255, 255, 255, 0.1);
499
625
  }
500
626
 
501
627
  /*-------------------
@@ -503,26 +629,26 @@ a.ui.inverted.yellow.header:hover {
503
629
  --------------------*/
504
630
 
505
631
  .ui.block.header {
506
- background: #f0f0f0;
507
- padding: 0.75rem 1rem;
632
+ background: #f3f4f5;
633
+ padding: 0.71428571rem 1rem;
508
634
  box-shadow: none;
509
635
  border: 1px solid #d4d4d5;
510
- border-radius: 0.3125rem;
636
+ border-radius: 0.28571429rem;
511
637
  }
512
638
  .ui.tiny.block.header {
513
- font-size: 1em;
639
+ font-size: 0.85714286rem;
514
640
  }
515
641
  .ui.small.block.header {
516
- font-size: 1.071em;
642
+ font-size: 0.92857143rem;
517
643
  }
518
644
  .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
519
- font-size: 1.28em;
645
+ font-size: 1rem;
520
646
  }
521
647
  .ui.large.block.header {
522
- font-size: 1.714em;
648
+ font-size: 1.14285714rem;
523
649
  }
524
650
  .ui.huge.block.header {
525
- font-size: 2em;
651
+ font-size: 1.42857143rem;
526
652
  }
527
653
 
528
654
  /*-------------------
@@ -531,14 +657,14 @@ a.ui.inverted.yellow.header:hover {
531
657
 
532
658
  .ui.attached.header {
533
659
  background: #ffffff;
534
- padding: 0.75rem 1rem;
660
+ padding: 0.71428571rem 1rem;
535
661
  margin-left: -1px;
536
662
  margin-right: -1px;
537
663
  box-shadow: none;
538
664
  border: 1px solid #d4d4d5;
539
665
  }
540
666
  .ui.attached.block.header {
541
- background: #f0f0f0;
667
+ background: #f3f4f5;
542
668
  }
543
669
  .ui.attached:not(.top):not(.bottom).header {
544
670
  margin-top: 0em;
@@ -550,29 +676,29 @@ a.ui.inverted.yellow.header:hover {
550
676
  .ui.top.attached.header {
551
677
  margin-bottom: 0em;
552
678
  border-bottom: none;
553
- border-radius: 0.3125rem 0.3125rem 0em 0em;
679
+ border-radius: 0.28571429rem 0.28571429rem 0em 0em;
554
680
  }
555
681
  .ui.bottom.attached.header {
556
682
  margin-top: 0em;
557
683
  border-top: none;
558
- border-radius: 0em 0em 0.3125rem 0.3125rem;
684
+ border-radius: 0em 0em 0.28571429rem 0.28571429rem;
559
685
  }
560
686
 
561
687
  /* Attached Sizes */
562
688
  .ui.tiny.attached.header {
563
- font-size: 0.8571em;
689
+ font-size: 0.85714286em;
564
690
  }
565
691
  .ui.small.attached.header {
566
- font-size: 0.9285em;
692
+ font-size: 0.92857143em;
567
693
  }
568
694
  .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
569
695
  font-size: 1em;
570
696
  }
571
697
  .ui.large.attached.header {
572
- font-size: 1.0714em;
698
+ font-size: 1.14285714em;
573
699
  }
574
700
  .ui.huge.attached.header {
575
- font-size: 1.1428em;
701
+ font-size: 1.42857143em;
576
702
  }
577
703
 
578
704
  /*-------------------