You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pizza.krasnikov.pro/.history/styles/components/block/FooterNav_20220530193955.scss

78 lines
1.5 KiB

.footer_nav {
.col {
width: 220px;
height: auto;
float: left;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0px 20px 20px 20px;
}
.hr {
border: 1px solid #8E8E93;
background-color:#8E8E93;
color: #8E8E93;
display: flow-root list-item;
margin-top: 20px;
margin-bottom: 50px;
height: 1px;
width: 100%;
}
.footer_nav .col h1 {
margin: 0;
padding: 0;
display: block;
font-family: inherit;
padding: 20px 0px 5px 0px;
font-style: normal;
font-size: 20px;
line-height: 24px;
}
.footer_nav .col ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.footer_nav .col ul li {
color: #000000;
font-size: 14px;
font-family: inherit;
margin: 14px 0px;
cursor: pointer;
display: block;
}
.footer_nav ul li {
display: inline-block;
padding-right: 5px !important;
}
.footer_nav .col ul li:hover {
transition: .1s;
-webkit-transition: .1s;
-moz-transition: .1s;
}
.clearfix {
clear: both;
}
.telephone{
min-width: 200px;
height: auto;
float: inline-end;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0px 60px 20px 0px;
}
.contain_left{
width: 50%;
margin-left: 50px;
}
}