...
|
...
|
@@ -52,38 +52,24 @@ $basicBtnC:#eb0313; |
|
|
|
|
|
&.table {
|
|
|
.js-wraper {
|
|
|
@include flexbox((
|
|
|
display: box,
|
|
|
box-lines: multiple,
|
|
|
box-pack: start
|
|
|
), $version: 1);
|
|
|
@include flexbox((
|
|
|
display: flex,
|
|
|
flex-wrap: wrap,
|
|
|
justify-content: flex-start
|
|
|
));
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
width: 100%;
|
|
|
.column {
|
|
|
box-sizing: border-box;
|
|
|
/*padding: 20px 12px;*/
|
|
|
padding: 6px 3%;
|
|
|
width: 49.9%;
|
|
|
border: 1px solid #fff;
|
|
|
font-size: 24px;
|
|
|
background-color: $tableCellC;
|
|
|
word-wrap: break-word;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex-basis: 49.9%;
|
|
|
}
|
|
|
width: 100%;
|
|
|
.column {
|
|
|
box-sizing: border-box;
|
|
|
/*padding: 20px 12px;*/
|
|
|
padding: 6px 3%;
|
|
|
width: 49.9%;
|
|
|
border: 1px solid #fff;
|
|
|
font-size: 24px;
|
|
|
background-color: $tableCellC;
|
|
|
word-wrap: break-word;
|
|
|
@include flexbox((
|
|
|
box-flex: 1.0,
|
|
|
display: box,
|
|
|
box-align: center
|
|
|
), $version: 1);
|
|
|
@include flexbox((
|
|
|
display: flex,
|
|
|
align-items: center,
|
|
|
flex-basis: 49.9%
|
|
|
))
|
|
|
}
|
|
|
.oldbox{
|
|
|
padding: 6px 3%;
|
|
|
width: 49.9%;
|
...
|
...
|
@@ -244,15 +230,8 @@ $basicBtnC:#eb0313; |
|
|
padding-right: 28px;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
background-color: $pageBgC;
|
|
|
@include flexbox((
|
|
|
box-flex: 1.0,
|
|
|
display: box,
|
|
|
box-align: center
|
|
|
), $version: 1);
|
|
|
@include flexbox((
|
|
|
display: flex,
|
|
|
align-items: center
|
|
|
));
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
span{
|
|
|
/*display: table-cell;*/
|
|
|
display: -webkit-box;
|
...
|
...
|
|