semantic-ui-sass 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -486,6 +486,9 @@
486
486
  .ui.basic.table td {
487
487
  padding: 0.8em 0.5em;
488
488
  }
489
+ .ui.basic.table tbody tr:nth-child(2n) {
490
+ background-color: transparent !important;
491
+ }
489
492
 
490
493
 
491
494
  /*--------------
@@ -23,6 +23,10 @@
23
23
  .ui.checkbox {
24
24
  position: relative;
25
25
  display: inline-block;
26
+
27
+ width: 1em;
28
+ height: 1.5em;
29
+
26
30
  outline: none;
27
31
  vertical-align: middle;
28
32
  }
@@ -43,7 +47,7 @@
43
47
  position: relative;
44
48
 
45
49
  min-width: 1em;
46
- height: 1em;
50
+ height: 1.5em;
47
51
 
48
52
  padding-left: 2em;
49
53
  outline: none;
@@ -452,30 +456,11 @@
452
456
  ---------------*/
453
457
 
454
458
  .ui.checkbox {
455
- width: 1em;
456
- height: 1em;
457
- }
458
- .ui.checkbox,
459
- .ui.checkbox .box,
460
- .ui.checkbox label {
461
459
  font-size: 1em;
462
460
  }
463
-
464
461
  .ui.large.checkbox {
465
- width: 1.25em;
466
- height: 1.25em;
467
- }
468
- .ui.large.checkbox,
469
- .ui.large.checkbox .box,
470
- .ui.large.checkbox label {
471
462
  font-size: 1.25em;
472
463
  }
473
464
  .ui.huge.checkbox {
474
- width: 1.5em;
475
- height: 1.5em;
476
- }
477
- .ui.huge.checkbox,
478
- .ui.huge.checkbox .box,
479
- .ui.huge.checkbox label {
480
465
  font-size: 1.5em;
481
466
  }
@@ -114,13 +114,13 @@
114
114
  font-family: 'Icons';
115
115
  }
116
116
  .ui.heart.rating .active.icon {
117
- color: !important;
117
+ color: #EF404A !important;
118
118
  }
119
119
 
120
120
  /* Hovered */
121
121
  .ui.heart.rating .hover.icon,
122
122
  .ui.heart.rating .active.hover.icon {
123
- color: !important;
123
+ color: #FF2733 !important;
124
124
  }
125
125
 
126
126
  /*******************************
@@ -70,11 +70,11 @@
70
70
  -webkit-border-radius: 0.33em;
71
71
  border-radius: 0.33em;
72
72
 
73
- -webkit-transition: all 0.2s ease;
74
- -moz-transition: all 0.2s ease;
75
- -o-transition: all 0.2s ease;
76
- -ms-transition: all 0.2s ease;
77
- transition: all 0.2s ease;
73
+ -webkit-transition: box-shadow 0.2s ease;
74
+ -moz-transition: box-shadow 0.2s ease;
75
+ -o-transition: box-shadow 0.2s ease;
76
+ -ms-transition: box-shadow 0.2s ease;
77
+ transition: box-shadow 0.2s ease;
78
78
 
79
79
  padding: 0.5em;
80
80
  }
@@ -428,7 +428,6 @@
428
428
  }
429
429
  .ui.stackable.items > .item,
430
430
  .ui.stackable.items > .row > .item {
431
- margin: 0em 2em 1em !important;
432
431
  display: block !important;
433
432
  height: auto !important;
434
433
  width: auto !important;
@@ -182,17 +182,24 @@ ol.ui.list li,
182
182
  Link
183
183
  --------------------*/
184
184
 
185
- .ui.link.list a {
186
- color: rgba(0, 0, 0, 0.5);
185
+ .ui.link.list .item {
186
+ color: rgba(0, 0, 0, 0.4);
187
187
  }
188
- .ui.link.list a:hover {
189
- color: rgba(0, 0, 0, 0.7);
188
+ .ui.link.list a.item,
189
+ .ui.link.list .item a {
190
+ color: rgba(0, 0, 0, 0.6);
190
191
  }
191
- .ui.link.list a:active {
192
+ .ui.link.list a.item:hover,
193
+ .ui.link.list .item a:hover {
194
+ color: rgba(0, 0, 0, 0.8);
195
+ }
196
+ .ui.link.list a.item:active,
197
+ .ui.link.list .item a:active {
192
198
  color: rgba(0, 0, 0, 0.9);
193
199
  }
194
- .ui.link.list .active {
195
- color: rgba(0, 0, 0, 0.7);
200
+ .ui.link.list a.active.item,
201
+ .ui.link.list .active.item a {
202
+ color: rgba(0, 0, 0, 0.8);
196
203
  }
197
204
 
198
205
  /*-------------------
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.0.2"
5
- SEMANTIC_UI_SHA = '7ca9111379ecda0be4bc801cc05ff2cf164c225b'
4
+ VERSION = "0.0.3"
5
+ SEMANTIC_UI_SHA = 'a60b21cdf970b3a9a372be955734fa04e17b8cf4'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-10 00:00:00.000000000 Z
11
+ date: 2013-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler