Showing
1 changed file
with
8 additions
and
29 deletions
@@ -52,16 +52,9 @@ $basicBtnC:#eb0313; | @@ -52,16 +52,9 @@ $basicBtnC:#eb0313; | ||
52 | 52 | ||
53 | &.table { | 53 | &.table { |
54 | .js-wraper { | 54 | .js-wraper { |
55 | - @include flexbox(( | ||
56 | - display: box, | ||
57 | - box-lines: multiple, | ||
58 | - box-pack: start | ||
59 | - ), $version: 1); | ||
60 | - @include flexbox(( | ||
61 | - display: flex, | ||
62 | - flex-wrap: wrap, | ||
63 | - justify-content: flex-start | ||
64 | - )); | 55 | + display: flex; |
56 | + flex-wrap: wrap; | ||
57 | + justify-content: flex-start; | ||
65 | } | 58 | } |
66 | width: 100%; | 59 | width: 100%; |
67 | .column { | 60 | .column { |
@@ -73,16 +66,9 @@ $basicBtnC:#eb0313; | @@ -73,16 +66,9 @@ $basicBtnC:#eb0313; | ||
73 | font-size: 24px; | 66 | font-size: 24px; |
74 | background-color: $tableCellC; | 67 | background-color: $tableCellC; |
75 | word-wrap: break-word; | 68 | word-wrap: break-word; |
76 | - @include flexbox(( | ||
77 | - box-flex: 1.0, | ||
78 | - display: box, | ||
79 | - box-align: center | ||
80 | - ), $version: 1); | ||
81 | - @include flexbox(( | ||
82 | - display: flex, | ||
83 | - align-items: center, | ||
84 | - flex-basis: 49.9% | ||
85 | - )) | 69 | + display: flex; |
70 | + align-items: center; | ||
71 | + flex-basis: 49.9%; | ||
86 | } | 72 | } |
87 | .oldbox{ | 73 | .oldbox{ |
88 | padding: 6px 3%; | 74 | padding: 6px 3%; |
@@ -244,15 +230,8 @@ $basicBtnC:#eb0313; | @@ -244,15 +230,8 @@ $basicBtnC:#eb0313; | ||
244 | padding-right: 28px; | 230 | padding-right: 28px; |
245 | border-bottom: 1px solid $borderC; | 231 | border-bottom: 1px solid $borderC; |
246 | background-color: $pageBgC; | 232 | background-color: $pageBgC; |
247 | - @include flexbox(( | ||
248 | - box-flex: 1.0, | ||
249 | - display: box, | ||
250 | - box-align: center | ||
251 | - ), $version: 1); | ||
252 | - @include flexbox(( | ||
253 | - display: flex, | ||
254 | - align-items: center | ||
255 | - )); | 233 | + display: flex; |
234 | + align-items: center; | ||
256 | span{ | 235 | span{ |
257 | /*display: table-cell;*/ | 236 | /*display: table-cell;*/ |
258 | display: -webkit-box; | 237 | display: -webkit-box; |
-
Please register or login to post a comment