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.
 
 
 
 
cosmopet-architecture/wp-content/themes/cosmopet/static/css/style.css

76 lines
1.3 KiB

.no-scroll {
overflow: hidden;
}
.img--mobile{
display: none;
}
.btn--black-hover:hover {
background: #121212 !important;
color: #F4F1F0 !important;
transition: .3s
}
.btn--black-hover {
transition: .3s
}
.container-plus{
max-width:1040px;
margin:0 auto;
}
.section-title {
font-weight: 500;
font-size: 82px;
width:50%;
line-height:1.2;
text-transform: uppercase;
color: #f4f1f0;
}
.show-more-btn {
background: none;
border: none;
color: #4a90e2;
cursor: pointer;
padding: 5px 0;
margin-top: 10px;
font-weight: 600;
}
.show-more-btn:hover {
text-decoration: underline;
}
@media (max-width: 576px) {
/* start: Scrollbar */
body::-webkit-scrollbar {
width: .2rem;
/* background: #fff0; */
background: linear-gradient(#0F5881, #76CE75, #ECF39F);
}
body::-webkit-scrollbar-thumb {
border-radius: 4px;
background: rgba(128, 128, 128, 0.9);
}
/* end: Scrollbar */
/* start: ОБЩИЕ */
.img--desktop {
display: none;
}
.img--mobile {
display: block;
}
/* end: ОБЩИЕ */
.main_link {
font-size: 12px;
line-height: 14.4px;
width: 129px;
height: 29px;
padding: 7px;
}
}