1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,33 +0,0 @@ |
1 |
-.jBox-wrapper { |
|
2 |
- |
|
3 |
- .jBox-container { |
|
4 |
- overflow: hidden; |
|
5 |
- } |
|
6 |
- |
|
7 |
- img { |
|
8 |
- vertical-align: middle; |
|
9 |
- } |
|
10 |
- |
|
11 |
- &.jBox-Borderless { |
|
12 |
- .jBox-content { |
|
13 |
- padding: 0; |
|
14 |
- |
|
15 |
- .ce_text { |
|
16 |
- padding: 15px 20px; |
|
17 |
- } |
|
18 |
- } |
|
19 |
- } |
|
20 |
- |
|
21 |
- &.jBox-Iframe { |
|
22 |
- .jBox-content { |
|
23 |
- -webkit-box-sizing: border-box; |
|
24 |
- -moz-box-sizing: border-box; |
|
25 |
- box-sizing: border-box; |
|
26 |
- overflow: hidden; |
|
27 |
- > iframe { |
|
28 |
- width: 100%; |
|
29 |
- height: 100%; |
|
30 |
- } |
|
31 |
- } |
|
32 |
- } |
|
33 |
-} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,33 @@ |
1 |
+.jBox-wrapper { |
|
2 |
+ |
|
3 |
+ .jBox-container { |
|
4 |
+ overflow: hidden; |
|
5 |
+ } |
|
6 |
+ |
|
7 |
+ img { |
|
8 |
+ vertical-align: middle; |
|
9 |
+ } |
|
10 |
+ |
|
11 |
+ &.jBox-Borderless { |
|
12 |
+ .jBox-content { |
|
13 |
+ padding: 0; |
|
14 |
+ |
|
15 |
+ .ce_text { |
|
16 |
+ padding: 15px 20px; |
|
17 |
+ } |
|
18 |
+ } |
|
19 |
+ } |
|
20 |
+ |
|
21 |
+ &.jBox-Iframe { |
|
22 |
+ .jBox-content { |
|
23 |
+ -webkit-box-sizing: border-box; |
|
24 |
+ -moz-box-sizing: border-box; |
|
25 |
+ box-sizing: border-box; |
|
26 |
+ overflow: hidden; |
|
27 |
+ > iframe { |
|
28 |
+ width: 100%; |
|
29 |
+ height: 100%; |
|
30 |
+ } |
|
31 |
+ } |
|
32 |
+ } |
|
33 |
+} |