| 1 |
.wtotem_container { |
| 2 |
max-width: 1020px; |
| 3 |
margin: 0 auto; } |
| 4 |
|
| 5 |
.wtotem_title-info__title { |
| 6 |
font-size: 14px; |
| 7 |
text-transform: uppercase; } |
| 8 |
|
| 9 |
.wtotem_title-info__info { |
| 10 |
background: url("../img/info-gray.svg") no-repeat center center/cover; |
| 11 |
display: inline-block; |
| 12 |
vertical-align: middle; |
| 13 |
width: 17px; |
| 14 |
height: 17px; |
| 15 |
margin-top: -2px; } |
| 16 |
|
| 17 |
.title { |
| 18 |
font-size: 24px; |
| 19 |
font-weight: 700; } |
| 20 |
|
| 21 |
.section-header-mb { |
| 22 |
margin-bottom: 25px; } |
| 23 |
|
| 24 |
.arrow-right { |
| 25 |
color: #3d50df; |
| 26 |
cursor: pointer; |
| 27 |
display: flex; |
| 28 |
align-items: center; } |
| 29 |
.arrow-right:after { |
| 30 |
content: ""; |
| 31 |
border: solid #3d50df; |
| 32 |
border-width: 0 1px 1px 0; |
| 33 |
display: inline-block; |
| 34 |
padding: 3px; |
| 35 |
transform: rotate(-45deg); |
| 36 |
-webkit-transform: rotate(-45deg); |
| 37 |
margin-left: 10px; } |
| 38 |
|
| 39 |
.wtotem_print { |
| 40 |
display: flex; |
| 41 |
align-items: center; |
| 42 |
cursor: pointer; } |
| 43 |
.wtotem_print__img { |
| 44 |
display: block; |
| 45 |
width: 17px; |
| 46 |
height: 17px; |
| 47 |
margin-right: 10px; |
| 48 |
background: url("../img/print.svg") no-repeat center center/cover; } |
| 49 |
.wtotem_print__label { |
| 50 |
color: #86939e; } |
| 51 |
|
| 52 |
.card { |
| 53 |
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); |
| 54 |
border-radius: 4px; |
| 55 |
background: #fff; } |
| 56 |
|
| 57 |
/* 576-768px sm Small */ |
| 58 |
@media screen and (max-width: 768px) { |
| 59 |
.section-header-mb { |
| 60 |
margin-bottom: 20px; } |
| 61 |
.arrow-right:after { |
| 62 |
margin-left: 5px; } } |
| 63 |
|
| 64 |
/*# sourceMappingURL=blocks.css.map */ |
| 65 |
|