semantic-ui-sass 0.12.2.0 → 0.12.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70f35c9d55d54e459497307f537844f51eb838fd
|
4
|
+
data.tar.gz: b640fed2843f4ca235fe74d05cb1575c05110635
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c05055b76fb6b538af96e6d86c8e4549332da05244514740faddd3da5dd75cb8b8ae5fc3b54c90dbccd26614539995e9d1788d50a8d2ad15ddb25021bef18963
|
7
|
+
data.tar.gz: ca8a7121149a96d3b0bed9730273eeee0512448fb1f14ea7494bd6e31e417cec9c9cf1d63b126d4930af9222d16b6cd8c0d0daeb47056f7ac44e714e786d5bb4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -169,6 +169,11 @@
|
|
169
169
|
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
|
170
170
|
}
|
171
171
|
|
172
|
+
.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
|
173
|
+
margin-top: -1px;
|
174
|
+
border-radius: 0em;
|
175
|
+
}
|
176
|
+
|
172
177
|
.ui.bottom.attached.message {
|
173
178
|
margin-top: -1px;
|
174
179
|
border-radius: 0em 0em 0.325em 0.325em;
|
@@ -258,28 +258,28 @@
|
|
258
258
|
color: rgba(0, 0, 0, 0.5);
|
259
259
|
}
|
260
260
|
|
261
|
-
.ui.items .item:nth-of-type(
|
261
|
+
.ui.items .item:nth-of-type(6n+1):hover {
|
262
262
|
border-bottom-color: #6ECFF5 !important;
|
263
263
|
}
|
264
264
|
|
265
|
-
.ui.items .item:nth-of-type(
|
265
|
+
.ui.items .item:nth-of-type(6n+2):hover {
|
266
266
|
border-bottom-color: #5C6166 !important;
|
267
267
|
}
|
268
268
|
|
269
|
-
.ui.items .item:nth-of-type(
|
269
|
+
.ui.items .item:nth-of-type(6n+3):hover {
|
270
270
|
border-bottom-color: #A1CF64 !important;
|
271
271
|
}
|
272
272
|
|
273
|
-
.ui.items .item:nth-of-type(
|
273
|
+
.ui.items .item:nth-of-type(6n+4):hover {
|
274
274
|
border-bottom-color: #D95C5C !important;
|
275
275
|
}
|
276
276
|
|
277
|
-
.ui.items .item:nth-of-type(
|
278
|
-
border-bottom-color: #
|
277
|
+
.ui.items .item:nth-of-type(6n+5):hover {
|
278
|
+
border-bottom-color: #00B5AD !important;
|
279
279
|
}
|
280
280
|
|
281
|
-
.ui.items .item:nth-of-type(
|
282
|
-
border-bottom-color: #
|
281
|
+
.ui.items .item:nth-of-type(6n+6):hover {
|
282
|
+
border-bottom-color: #564F8A !important;
|
283
283
|
}
|
284
284
|
|
285
285
|
/*******************************
|
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.12.
|
4
|
+
version: 0.12.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|