Commit 53a3453f6d32827f445458054132d8be1d8f3158
1 parent
50e38c82
111
Showing
1 changed file
with
20 additions
and
10 deletions
Show diff stats
frontend/web/css/css_header.css
| ... | ... | @@ -14,16 +14,7 @@ |
| 14 | 14 | .option_image_block { |
| 15 | 15 | height: 110px; |
| 16 | 16 | } |
| 17 | -.slider { | |
| 18 | - width: 100%; | |
| 19 | - height: 480px; | |
| 20 | - background: #eceff4; | |
| 21 | - margin-right: 25px; | |
| 22 | - display: inline-block; | |
| 23 | - float: left; | |
| 24 | - overflow: hidden; | |
| 25 | - margin-bottom: 35px; | |
| 26 | -} | |
| 17 | + | |
| 27 | 18 | |
| 28 | 19 | .owl-item .catalog_item{ |
| 29 | 20 | float: none !important; |
| ... | ... | @@ -13267,6 +13258,25 @@ h1.title { |
| 13267 | 13258 | background-position: -213px -69px |
| 13268 | 13259 | } |
| 13269 | 13260 | |
| 13261 | +.cabinet_wrap{ | |
| 13262 | + display: flex; | |
| 13263 | + padding-bottom: 20px; | |
| 13264 | + margin-top: 15px; | |
| 13265 | +} | |
| 13266 | +.cabinet_menu{ | |
| 13267 | + padding-right: 35px; | |
| 13268 | + border-right: 3px solid rgb(172, 198, 230); | |
| 13269 | + margin-right: 35px; | |
| 13270 | + margin-bottom: 35px; | |
| 13271 | +} | |
| 13272 | +.cabinet_menu .cab_01, .cabinet_menu .link{ | |
| 13273 | + margin: 3px 0px; | |
| 13274 | +} | |
| 13275 | +.blog-show-img.float-left{ | |
| 13276 | + float: left; | |
| 13277 | + padding: 0px 30px 30px 0px; | |
| 13278 | +} | |
| 13279 | + | |
| 13270 | 13280 | |
| 13271 | 13281 | /*! HTML5 resposive design linija-svitla.ua v1.0.0 */ |
| 13272 | 13282 | ... | ... |