Created
November 2, 2024 11:54
-
-
Save alexey-sh/661536af3e2bc26e7f8f86c711abaccd to your computer and use it in GitHub Desktop.
For bs-tyres.ru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Helvetica, Arial, Tahoma,Verdana,sans-serif; | |
} | |
.tabs .tab { | |
box-shadow: 4px 6px 12px 0px rgb(50 50 50 / 20%); | |
} | |
.container { | |
background-color: #fafafa; | |
box-shadow: 4px 10px 14px 0 rgba(70, 70, 70, 0.35) !important; | |
border: none !important; | |
} | |
.navbar .navbar-collapse, #header_second_row { | |
box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, .45)!important; | |
border-radius: 0 0 6px 6px; | |
} | |
.navbar .navbar-collapse { | |
border-radius: 0 0 6px 6px; | |
} | |
#header_second_row { | |
border-radius: 6px 6px 0 0; | |
} | |
.btn-menu-top { | |
min-width: 110px!important; | |
padding-left: 8px!important; | |
} | |
form.clientSearchForm.disc-search-form-inline, form.clientSearchForm.tyres_search_form_inline { | |
box-shadow: inset 0 0 1px 1px #ababab6b!important; | |
border-radius: 6px!important; | |
} | |
.btn { | |
border-radius: 6px!important; | |
} | |
.btn-orange, .btn-warning { | |
box-shadow: 4px 4px 8px 0 rgba(50, 50, 50, .35)!important; | |
} | |
.coolTable { | |
border: 1px solid #a0b30073; | |
} | |
.podbor_res .podbor_list_header { | |
font-size: 16px; | |
} | |
.auto_header { | |
padding-left: 0px!important; | |
} | |
#help_pokrov { | |
box-shadow: 0 0px 8px 0px hsl(0deg 0% 52.5% / 79%)!important; | |
border: 0 solid #868686; | |
} | |
.whats-new_aside-block { | |
box-shadow: 2px 3px 8px 0px hsl(0deg 0% 52.5% / 78%)!important; | |
border-width: 4px 0px!important; | |
} | |
div#el-co-cat .full_catalog_popup_container { | |
box-shadow: 0 0 16px 0 #959595d1!important; | |
border: 1px solid #aaaaaa63!important; | |
border-radius: 6px!important; | |
} | |
div#el-co-cat .full_catalog_popup_container .catalog_menu_left .good_type .good_type_name { | |
border-radius: 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment