less-rails-semantic_ui 2.0.7.0 → 2.1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons-local.ttf +0 -0
  3. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.svg +200 -0
  4. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.ttf +0 -0
  5. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.woff +0 -0
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +26 -8
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +281 -74
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +17 -13
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +124 -48
  11. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +202 -112
  12. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +1 -4
  13. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +13 -13
  14. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +11 -1
  15. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +23 -10
  16. data/assets/javascripts/semantic_ui/definitions/modules/search.js +84 -55
  17. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +34 -32
  18. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +10 -9
  19. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +5 -5
  20. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -1
  21. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +90 -25
  22. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +146 -23
  23. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +138 -64
  24. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +6 -6
  25. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +19 -0
  26. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +109 -31
  27. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +25 -1
  28. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +4 -3
  29. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +0 -2
  30. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +22 -3
  31. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +59 -28
  32. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +353 -235
  33. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +16 -1
  34. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +4 -11
  35. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +2 -1
  36. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +9 -5
  37. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -0
  38. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +19 -1
  39. data/assets/stylesheets/semantic_ui/definitions/views/item.less +2 -2
  40. data/assets/stylesheets/semantic_ui/theme.less +10 -4
  41. data/assets/stylesheets/semantic_ui/themes/amazon/globals/site.variables +43 -0
  42. data/assets/stylesheets/semantic_ui/themes/bookish/elements/header.variables +5 -5
  43. data/assets/stylesheets/semantic_ui/themes/chubby/elements/header.variables +5 -5
  44. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.variables +1 -1
  45. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +15 -5
  46. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.variables +5 -0
  47. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +29 -14
  48. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -4
  49. data/assets/stylesheets/semantic_ui/themes/default/elements/container.variables +14 -1
  50. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +0 -12
  51. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +5 -6
  52. data/assets/stylesheets/semantic_ui/themes/default/elements/label.variables +30 -6
  53. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +11 -2
  54. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.variables +4 -4
  55. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +13 -7
  56. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +1 -1
  57. data/assets/stylesheets/semantic_ui/themes/github/collections/breadcrumb.variables +11 -0
  58. data/assets/stylesheets/semantic_ui/themes/github/collections/grid.variables +2 -0
  59. data/assets/stylesheets/semantic_ui/themes/github/collections/table.variables +8 -0
  60. data/assets/stylesheets/semantic_ui/themes/github/elements/header.variables +9 -0
  61. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.overrides +208 -0
  62. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.variables +13 -0
  63. data/assets/stylesheets/semantic_ui/themes/github/elements/image.variables +5 -0
  64. data/assets/stylesheets/semantic_ui/themes/github/elements/input.overrides +32 -0
  65. data/assets/stylesheets/semantic_ui/themes/github/elements/input.variables +16 -0
  66. data/assets/stylesheets/semantic_ui/themes/github/elements/label.overrides +9 -0
  67. data/assets/stylesheets/semantic_ui/themes/github/elements/label.variables +4 -0
  68. data/assets/stylesheets/semantic_ui/themes/github/globals/site.variables +47 -0
  69. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.overrides +53 -0
  70. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.variables +35 -0
  71. data/assets/stylesheets/semantic_ui/themes/github/modules/popup.variables +12 -0
  72. data/assets/stylesheets/semantic_ui/themes/material/elements/button.overrides +0 -8
  73. data/assets/stylesheets/semantic_ui/themes/material/elements/button.variables +4 -2
  74. data/assets/stylesheets/semantic_ui/themes/twitter/elements/button.variables +1 -2
  75. data/lib/less/rails/semantic_ui/version.rb +1 -1
  76. metadata +22 -2
@@ -0,0 +1,208 @@
1
+ /* Octicons */
2
+
3
+ .icon.alert:before { content: '\f02d'} /*  */
4
+ .icon.alignment.align:before { content: '\f08a'} /*  */
5
+ .icon.alignment.aligned.to:before { content: '\f08e'} /*  */
6
+ .icon.alignment.unalign:before { content: '\f08b'} /*  */
7
+ .icon.arrow.down:before { content: '\f03f'} /*  */
8
+ .icon.arrow.left:before { content: '\f040'} /*  */
9
+ .icon.arrow.right:before { content: '\f03e'} /*  */
10
+ .icon.arrow.small.down:before { content: '\f0a0'} /*  */
11
+ .icon.arrow.small.left:before { content: '\f0a1'} /*  */
12
+ .icon.arrow.small.right:before { content: '\f071'} /*  */
13
+ .icon.arrow.small.up:before { content: '\f09f'} /*  */
14
+ .icon.arrow.up:before { content: '\f03d'} /*  */
15
+ .icon.beer:before { content: '\f069'} /*  */
16
+ .icon.book:before { content: '\f007'} /*  */
17
+ .icon.bookmark:before { content: '\f07b'} /*  */
18
+ .icon.briefcase:before { content: '\f0d3'} /*  */
19
+ .icon.broadcast:before { content: '\f048'} /*  */
20
+ .icon.browser:before { content: '\f0c5'} /*  */
21
+ .icon.bug:before { content: '\f091'} /*  */
22
+ .icon.calendar:before { content: '\f068'} /*  */
23
+ .icon.check:before { content: '\f03a'} /*  */
24
+ .icon.checklist:before { content: '\f076'} /*  */
25
+ .icon.chevron.down:before { content: '\f0a3'} /*  */
26
+ .icon.chevron.left:before { content: '\f0a4'} /*  */
27
+ .icon.chevron.right:before { content: '\f078'} /*  */
28
+ .icon.chevron.up:before { content: '\f0a2'} /*  */
29
+ .icon.circle.slash:before { content: '\f084'} /*  */
30
+ .icon.circuit.board:before { content: '\f0d6'} /*  */
31
+ .icon.clippy:before { content: '\f035'} /*  */
32
+ .icon.clock:before { content: '\f046'} /*  */
33
+ .icon.cloud.download:before { content: '\f00b'} /*  */
34
+ .icon.cloud.upload:before { content: '\f00c'} /*  */
35
+ .icon.code:before { content: '\f05f'} /*  */
36
+ .icon.color.mode:before { content: '\f065'} /*  */
37
+ .icon.comment.add:before,
38
+ .icon.comment:before { content: '\f02b'} /*  */
39
+ .icon.comment.discussion:before { content: '\f04f'} /*  */
40
+ .icon.credit.card:before { content: '\f045'} /*  */
41
+ .icon.dash:before { content: '\f0ca'} /*  */
42
+ .icon.dashboard:before { content: '\f07d'} /*  */
43
+ .icon.database:before { content: '\f096'} /*  */
44
+ .icon.device.camera:before { content: '\f056'} /*  */
45
+ .icon.device.camera.video:before { content: '\f057'} /*  */
46
+ .icon.device.desktop:before { content: '\f27c'} /*  */
47
+ .icon.device.mobile:before { content: '\f038'} /*  */
48
+ .icon.diff:before { content: '\f04d'} /*  */
49
+ .icon.diff.added:before { content: '\f06b'} /*  */
50
+ .icon.diff.ignored:before { content: '\f099'} /*  */
51
+ .icon.diff.modified:before { content: '\f06d'} /*  */
52
+ .icon.diff.removed:before { content: '\f06c'} /*  */
53
+ .icon.diff.renamed:before { content: '\f06e'} /*  */
54
+ .icon.ellipsis:before { content: '\f09a'} /*  */
55
+ .icon.eye.unwatch:before,
56
+ .icon.eye.watch:before,
57
+ .icon.eye:before { content: '\f04e'} /*  */
58
+ .icon.file.binary:before { content: '\f094'} /*  */
59
+ .icon.file.code:before { content: '\f010'} /*  */
60
+ .icon.file.directory:before { content: '\f016'} /*  */
61
+ .icon.file.media:before { content: '\f012'} /*  */
62
+ .icon.file.pdf:before { content: '\f014'} /*  */
63
+ .icon.file.submodule:before { content: '\f017'} /*  */
64
+ .icon.file.symlink.directory:before { content: '\f0b1'} /*  */
65
+ .icon.file.symlink.file:before { content: '\f0b0'} /*  */
66
+ .icon.file.text:before { content: '\f011'} /*  */
67
+ .icon.file.zip:before { content: '\f013'} /*  */
68
+ .icon.flame:before { content: '\f0d2'} /*  */
69
+ .icon.fold:before { content: '\f0cc'} /*  */
70
+ .icon.gear:before { content: '\f02f'} /*  */
71
+ .icon.gift:before { content: '\f042'} /*  */
72
+ .icon.gist:before { content: '\f00e'} /*  */
73
+ .icon.gist.secret:before { content: '\f08c'} /*  */
74
+ .icon.git.branch.create:before,
75
+ .icon.git.branch.delete:before,
76
+ .icon.git.branch:before { content: '\f020'} /*  */
77
+ .icon.git.commit:before { content: '\f01f'} /*  */
78
+ .icon.git.compare:before { content: '\f0ac'} /*  */
79
+ .icon.git.merge:before { content: '\f023'} /*  */
80
+ .icon.git.pull.request.abandoned:before,
81
+ .icon.git.pull.request:before { content: '\f009'} /*  */
82
+ .icon.globe:before { content: '\f0b6'} /*  */
83
+ .icon.graph:before { content: '\f043'} /*  */
84
+ .icon.heart:before { content: '\2665'} /* ♥ */
85
+ .icon.history:before { content: '\f07e'} /*  */
86
+ .icon.home:before { content: '\f08d'} /*  */
87
+ .icon.horizontal.rule:before { content: '\f070'} /*  */
88
+ .icon.hourglass:before { content: '\f09e'} /*  */
89
+ .icon.hubot:before { content: '\f09d'} /*  */
90
+ .icon.inbox:before { content: '\f0cf'} /*  */
91
+ .icon.info:before { content: '\f059'} /*  */
92
+ .icon.issue.closed:before { content: '\f028'} /*  */
93
+ .icon.issue.opened:before { content: '\f026'} /*  */
94
+ .icon.issue.reopened:before { content: '\f027'} /*  */
95
+ .icon.jersey:before { content: '\f019'} /*  */
96
+ .icon.jump.down:before { content: '\f072'} /*  */
97
+ .icon.jump.left:before { content: '\f0a5'} /*  */
98
+ .icon.jump.right:before { content: '\f0a6'} /*  */
99
+ .icon.jump.up:before { content: '\f073'} /*  */
100
+ .icon.key:before { content: '\f049'} /*  */
101
+ .icon.keyboard:before { content: '\f00d'} /*  */
102
+ .icon.law:before { content: '\f0d8'} /*  */
103
+ .icon.light.bulb:before { content: '\f000'} /*  */
104
+ .icon.linkify:before { content: '\f05c'} /*  */
105
+ .icon.linkify.external:before { content: '\f07f'} /*  */
106
+ .icon.list.ordered:before { content: '\f062'} /*  */
107
+ .icon.list.unordered:before { content: '\f061'} /*  */
108
+ .icon.location:before { content: '\f060'} /*  */
109
+ .icon.gist.private:before,
110
+ .icon.mirror.private:before,
111
+ .icon.git.fork.private:before,
112
+ .icon.lock:before { content: '\f06a'} /*  */
113
+ .icon.logo.github:before { content: '\f092'} /*  */
114
+ .icon.mail:before { content: '\f03b'} /*  */
115
+ .icon.mail.read:before { content: '\f03c'} /*  */
116
+ .icon.mail.reply:before { content: '\f051'} /*  */
117
+ .icon.mark.github:before { content: '\f00a'} /*  */
118
+ .icon.markdown:before { content: '\f0c9'} /*  */
119
+ .icon.megaphone:before { content: '\f077'} /*  */
120
+ .icon.mention:before { content: '\f0be'} /*  */
121
+ .icon.microscope:before { content: '\f089'} /*  */
122
+ .icon.milestone:before { content: '\f075'} /*  */
123
+ .icon.mirror.public:before,
124
+ .icon.mirror:before { content: '\f024'} /*  */
125
+ .icon.mortar.board:before { content: '\f0d7'} /*  */
126
+ .icon.move.down:before { content: '\f0a8'} /*  */
127
+ .icon.move.left:before { content: '\f074'} /*  */
128
+ .icon.move.right:before { content: '\f0a9'} /*  */
129
+ .icon.move.up:before { content: '\f0a7'} /*  */
130
+ .icon.mute:before { content: '\f080'} /*  */
131
+ .icon.no.newline:before { content: '\f09c'} /*  */
132
+ .icon.octoface:before { content: '\f008'} /*  */
133
+ .icon.organization:before { content: '\f037'} /*  */
134
+ .icon.package:before { content: '\f0c4'} /*  */
135
+ .icon.paintcan:before { content: '\f0d1'} /*  */
136
+ .icon.pencil:before { content: '\f058'} /*  */
137
+ .icon.person.add:before,
138
+ .icon.person.follow:before,
139
+ .icon.person:before { content: '\f018'} /*  */
140
+ .icon.pin:before { content: '\f041'} /*  */
141
+ .icon.playback.fast.forward:before { content: '\f0bd'} /*  */
142
+ .icon.playback.pause:before { content: '\f0bb'} /*  */
143
+ .icon.playback.play:before { content: '\f0bf'} /*  */
144
+ .icon.playback.rewind:before { content: '\f0bc'} /*  */
145
+ .icon.plug:before { content: '\f0d4'} /*  */
146
+ .icon.repo.create:before,
147
+ .icon.gist.new:before,
148
+ .icon.file.directory.create:before,
149
+ .icon.file.add:before,
150
+ .icon.plus:before { content: '\f05d'} /*  */
151
+ .icon.podium:before { content: '\f0af'} /*  */
152
+ .icon.primitive.dot:before { content: '\f052'} /*  */
153
+ .icon.primitive.square:before { content: '\f053'} /*  */
154
+ .icon.pulse:before { content: '\f085'} /*  */
155
+ .icon.puzzle:before { content: '\f0c0'} /*  */
156
+ .icon.question:before { content: '\f02c'} /*  */
157
+ .icon.quote:before { content: '\f063'} /*  */
158
+ .icon.radio.tower:before { content: '\f030'} /*  */
159
+ .icon.repo.delete:before,
160
+ .icon.repo:before { content: '\f001'} /*  */
161
+ .icon.repo.clone:before { content: '\f04c'} /*  */
162
+ .icon.repo.force.push:before { content: '\f04a'} /*  */
163
+ .icon.gist.fork:before,
164
+ .icon.repo.forked:before { content: '\f002'} /*  */
165
+ .icon.repo.pull:before { content: '\f006'} /*  */
166
+ .icon.repo.push:before { content: '\f005'} /*  */
167
+ .icon.rocket:before { content: '\f033'} /*  */
168
+ .icon.rss:before { content: '\f034'} /*  */
169
+ .icon.ruby:before { content: '\f047'} /*  */
170
+ .icon.screen.full:before { content: '\f066'} /*  */
171
+ .icon.screen.normal:before { content: '\f067'} /*  */
172
+ .icon.search.save:before,
173
+ .icon.search:before { content: '\f02e'} /*  */
174
+ .icon.server:before { content: '\f097'} /*  */
175
+ .icon.settings:before { content: '\f07c'} /*  */
176
+ .icon.log.in:before,
177
+ .icon.sign.in:before { content: '\f036'} /*  */
178
+ .icon.log.out:before,
179
+ .icon.sign.out:before { content: '\f032'} /*  */
180
+ .icon.split:before { content: '\f0c6'} /*  */
181
+ .icon.squirrel:before { content: '\f0b2'} /*  */
182
+ .icon.star.add:before,
183
+ .icon.star.delete:before,
184
+ .icon.star:before { content: '\f02a'} /*  */
185
+ .icon.steps:before { content: '\f0c7'} /*  */
186
+ .icon.stop:before { content: '\f08f'} /*  */
187
+ .icon.repo.sync:before,
188
+ .icon.sync:before { content: '\f087'} /*  */
189
+ .icon.tag.remove:before,
190
+ .icon.tag.add:before,
191
+ .icon.tag:before { content: '\f015'} /*  */
192
+ .icon.telescope:before { content: '\f088'} /*  */
193
+ .icon.terminal:before { content: '\f0c8'} /*  */
194
+ .icon.three.bars:before { content: '\f05e'} /*  */
195
+ .icon.thumbsdown:before { content: '\f0db'} /*  */
196
+ .icon.thumbsup:before { content: '\f0da'} /*  */
197
+ .icon.tools:before { content: '\f031'} /*  */
198
+ .icon.trashcan:before { content: '\f0d0'} /*  */
199
+ .icon.triangle.down:before { content: '\f05b'} /*  */
200
+ .icon.triangle.left:before { content: '\f044'} /*  */
201
+ .icon.triangle.right:before { content: '\f05a'} /*  */
202
+ .icon.triangle.up:before { content: '\f0aa'} /*  */
203
+ .icon.unfold:before { content: '\f039'} /*  */
204
+ .icon.unmute:before { content: '\f0ba'} /*  */
205
+ .icon.versions:before { content: '\f064'} /*  */
206
+ .icon.remove.close:before,
207
+ .icon.x:before { content: '\f081'} /*  */
208
+ .icon.zap:before { content: '\26A1'} /* ⚡ */
@@ -0,0 +1,13 @@
1
+ @fontPath: 'semantic_ui/themes/github/assets/fonts';
2
+ @fontName: 'octicons';
3
+ @fallbackSRC: '';
4
+
5
+ @width: 1em;
6
+ @height: 1em;
7
+
8
+ @small: 13px;
9
+ @medium: 16px;
10
+ @large: 18px;
11
+ @big : 20px;
12
+ @huge: 28px;
13
+ @massive: 32px;
@@ -0,0 +1,5 @@
1
+ /*******************************
2
+ User Variable Overrides
3
+ *******************************/
4
+
5
+ @miniWidth: 20px;
@@ -0,0 +1,32 @@
1
+ /*******************************
2
+ Input
3
+ *******************************/
4
+
5
+ /* Labeled Input has padding */
6
+ .ui.labeled.input {
7
+ background-color: @white;
8
+ border: @borderWidth solid @borderColor;
9
+ border-radius: @borderRadius !important;
10
+ }
11
+ .ui.labeled.input input {
12
+ box-shadow: none !important;
13
+ border: none !important;
14
+ }
15
+ .ui.labeled.input .label {
16
+ font-weight: normal;
17
+ align-self: center;
18
+ font-size: 12px;
19
+ margin: @2px;
20
+ border-radius: @borderRadius !important;
21
+ padding: @relative5px @relative8px !important;
22
+ }
23
+
24
+ /* GitHub Uses Focus Group with class name added */
25
+ .ui.labeled.input.focused {
26
+ border-color: @focusBorderColor;
27
+ box-shadow: @focusBoxShadow;
28
+ }
29
+ .ui.labeled.input.focused .label {
30
+ background-color: #E1EAF5;
31
+ color: #4078C0;
32
+ }
@@ -0,0 +1,16 @@
1
+ /*******************************
2
+ Input
3
+ *******************************/
4
+
5
+ @boxShadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
6
+
7
+ @verticalPadding: @relative7px;
8
+ @horizontalPadding: @relative8px;
9
+
10
+ @borderColor: #CCCCCC;
11
+
12
+ @focusBorderColor: #51A7E8;
13
+ @focusBoxShadow:
14
+ 0 1px 2px rgba(0, 0, 0, 0.075) inset,
15
+ 0 0 5px rgba(81, 167, 232, 0.5)
16
+ ;
@@ -0,0 +1,9 @@
1
+ /*******************************
2
+ Site Overrides
3
+ *******************************/
4
+
5
+ /* Notification Label on GitHub */
6
+ .ui.floating.blue.label {
7
+ border: 2px solid #f3f3f3 !important;
8
+ background-image: linear-gradient(#7aa1d3, #4078c0) !important;
9
+ }
@@ -0,0 +1,4 @@
1
+ /*******************************
2
+ User Variable Overrides
3
+ *******************************/
4
+
@@ -0,0 +1,47 @@
1
+ /*******************************
2
+ User Global Variables
3
+ *******************************/
4
+
5
+ @pageMinWidth : 1049px;
6
+ @pageOverflowX : visible;
7
+
8
+ @emSize: 13px;
9
+ @fontSize : 13px;
10
+ @fontName : 'Arial';
11
+ @importGoogleFonts : false;
12
+
13
+ @h1: 2.25em;
14
+
15
+ @defaultBorderRadius: 0.2307em;
16
+
17
+ @disabledOpacity: 0.3;
18
+
19
+ /* Colors */
20
+ @blue: #80A6CD;
21
+ @green: #78CB5B;
22
+ @orange: #D26911;
23
+ @black: #333333;
24
+ @primaryColor: @green;
25
+ @secondaryColor: @black;
26
+
27
+ /* Links */
28
+ @linkColor: #4078C0;
29
+ @linkHoverColor: @linkColor;
30
+ @linkHoverUnderline: underline;
31
+
32
+ /* Borders */
33
+ @borderColor: rgba(0, 0, 0, 0.13);
34
+ @solidBorderColor: #DDDDDD;
35
+ @internalBorderColor: rgba(0, 0, 0, 0.06);
36
+ @selectedBorderColor: #51A7E8;
37
+
38
+ /* Breakpoints */
39
+ @largeMonitorBreakpoint: 1049px;
40
+ @computerBreakpoint: @largeMonitorBreakpoint;
41
+ @tabletBreakpoint: @largeMonitorBreakpoint;
42
+
43
+ @infoBackgroundColor: #E6F1F6;
44
+
45
+ @infoTextColor: #4E575B;
46
+ @warningTextColor: #613A00;
47
+ @errorTextColor: #991111;
@@ -0,0 +1,53 @@
1
+ /*******************************
2
+ User Overrides
3
+ *******************************/
4
+
5
+ /* Smaller Icon */
6
+ .ui.dropdown > .dropdown.icon {
7
+ font-size: 12px;
8
+ }
9
+
10
+
11
+ /* Dropdown Carets */
12
+ @font-face {
13
+ font-family: 'Dropdown';
14
+ src:
15
+ url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),
16
+ url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff')
17
+ ;
18
+ font-weight: normal;
19
+ font-style: normal;
20
+ }
21
+
22
+ .ui.dropdown > .dropdown.icon {
23
+ font-family: 'Dropdown';
24
+ line-height: 1;
25
+ height: 1em;
26
+ width: 1.23em;
27
+ backface-visibility: hidden;
28
+ font-weight: normal;
29
+ font-style: normal;
30
+ text-align: center;
31
+ }
32
+
33
+ .ui.dropdown > .dropdown.icon {
34
+ width: auto;
35
+ }
36
+ .ui.dropdown > .dropdown.icon:before {
37
+ content: '\f0d7';
38
+ }
39
+
40
+ /* Sub Menu */
41
+ .ui.dropdown .menu .item .dropdown.icon:before {
42
+ content: '\f0da'/*rtl:'\f0d9'*/;
43
+ }
44
+
45
+ .ui.dropdown .item .left.dropdown.icon:before,
46
+ .ui.dropdown .left.menu .item .dropdown.icon:before {
47
+ content: "\f0d9"/*rtl:"\f0da"*/;
48
+ }
49
+
50
+ /* Vertical Menu Dropdown */
51
+ .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
52
+ content: "\f0da"/*rtl:"\f0d9"*/;
53
+ }
@@ -0,0 +1,35 @@
1
+ /*******************************
2
+ User Variable Overrides
3
+ *******************************/
4
+
5
+ @transition:
6
+ width @defaultDuration @defaultEasing
7
+ ;
8
+
9
+ @menuPadding: 0px;
10
+
11
+ @itemVerticalPadding: @relative8px;
12
+ @itemHorizontalPadding: @relative14px;
13
+
14
+ @dropdownIconMargin: 0em 0em 0em 2px;
15
+
16
+ @raisedBoxShadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
17
+
18
+ @menuPadding: @relative5px 0px;
19
+
20
+ @menuHeaderMargin: 0em;
21
+ @menuHeaderPadding: @relative6px @itemHorizontalPadding;
22
+ @menuHeaderFontSize: @relative12px;
23
+ @menuHeaderTextTransform: none;
24
+ @menuHeaderFontWeight: normal;
25
+ @menuHeaderColor: #767676;
26
+
27
+ @menuDividerMargin: @relative8px 0em;
28
+
29
+ @disabledOpacity: 0.6;
30
+
31
+ /* States */
32
+ @hoveredItemBackground: #4078C0;
33
+ @hoveredItemColor: @white;
34
+
35
+ @pointingArrowSize: @relative9px;
@@ -0,0 +1,12 @@
1
+ /*******************************
2
+ Popup
3
+ *******************************/
4
+
5
+
6
+ @small: @relative10px;
7
+ @medium: @relative11px;
8
+ @large: @relative13px;
9
+
10
+ @verticalPadding: @relative7px;
11
+ @horizontalPadding: @relative11px;
12
+