dibk-design 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,9 +7,6 @@
|
|
|
7
7
|
padding: 0 15px 0;
|
|
8
8
|
line-height: 0;
|
|
9
9
|
max-height: 0;
|
|
10
|
-
@media only screen and (min-width: $screen-sm) {
|
|
11
|
-
padding: 0 30px 0;
|
|
12
|
-
}
|
|
13
10
|
}
|
|
14
11
|
100% {
|
|
15
12
|
opacity: 1;
|
|
@@ -17,9 +14,6 @@
|
|
|
17
14
|
padding: 8px 15px 15px;
|
|
18
15
|
line-height: inherit;
|
|
19
16
|
max-height: 1000px;
|
|
20
|
-
@media only screen and (min-width: $screen-sm) {
|
|
21
|
-
padding: 8px 30px 15px;
|
|
22
|
-
}
|
|
23
17
|
}
|
|
24
18
|
}
|
|
25
19
|
|
|
@@ -30,9 +24,6 @@
|
|
|
30
24
|
padding: 0 15px 0;
|
|
31
25
|
line-height: 0;
|
|
32
26
|
max-height: 0;
|
|
33
|
-
@media only screen and (min-width: $screen-sm) {
|
|
34
|
-
padding: 0 30px 0;
|
|
35
|
-
}
|
|
36
27
|
}
|
|
37
28
|
0% {
|
|
38
29
|
opacity: 1;
|
|
@@ -40,8 +31,40 @@
|
|
|
40
31
|
padding: 8px 15px 15px;
|
|
41
32
|
line-height: inherit;
|
|
42
33
|
max-height: 1000px;
|
|
43
|
-
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@media only screen and (min-width: $screen-sm) {
|
|
38
|
+
@keyframes show {
|
|
39
|
+
0% {
|
|
40
|
+
opacity: 0;
|
|
41
|
+
margin-top: 0px;
|
|
42
|
+
padding: 0 30px 0;
|
|
43
|
+
line-height: 0;
|
|
44
|
+
max-height: 0;
|
|
45
|
+
}
|
|
46
|
+
100% {
|
|
47
|
+
opacity: 1;
|
|
48
|
+
margin-top: 0px;
|
|
49
|
+
padding: 8px 30px 15px;
|
|
50
|
+
line-height: inherit;
|
|
51
|
+
max-height: 1000px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
@keyframes hide {
|
|
55
|
+
100% {
|
|
56
|
+
opacity: 0;
|
|
57
|
+
margin-top: 0px;
|
|
58
|
+
padding: 0 30px 0;
|
|
59
|
+
line-height: 0;
|
|
60
|
+
max-height: 0;
|
|
61
|
+
}
|
|
62
|
+
0% {
|
|
63
|
+
opacity: 1;
|
|
64
|
+
margin-top: 0px;
|
|
44
65
|
padding: 8px 30px 15px;
|
|
66
|
+
line-height: inherit;
|
|
67
|
+
max-height: 1000px;
|
|
45
68
|
}
|
|
46
69
|
}
|
|
47
70
|
}
|