Zlappo Settings Revamp
unknown
css
4 years ago
2.4 kB
33
Indexable
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700;800&display=swap');
* {
font-family: 'Outfit', sans-serif !important;
}
.fa, .far, .fas {
font-family: "Font Awesome 5 Free" !important;
color: #80d08e;
}
.fab {
font-family: "Font Awesome 5 Brands" !important;
color: #80c8d0;
}
#schedule-a-post .fa-paper-plane {
color: white;
}
.card-block .text-dark .fas {
color: #80d08e!important;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify'!important;
}
.main-content::before {
content: "";
background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/interlaced.png');
background-repeat: repeat;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.4;
height: 1000px;
}
/* OVERRIDE */
@media only screen and (min-width: 1440px) {
.control-width {
margin-top: 40px;
}
}
.page-title h4 {
font-size: 1.8em;
font-weight: 800;
text-align: center;
}
hr {
border-bottom: none!important;
display: none;
}
.mrg-btm-20 {
margin-bottom: 25px !important;
}
.border.bottom {
border-bottom: none!important;
}
.page-container .main-content {
padding-left: 0;
padding-right: 0;
padding-top: 60px;
}
.form-control {
border-radius: 5px;
box-shadow: 0px 3px 0px #94949414;
}
textarea.form-control {
min-height: 158px;
}
.card {
border-radius: 10px;
box-shadow: 0px 5px 10px 0px #dadada94;
}
.card .card-heading {
border-radius: 10px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
padding-bottom: 7px;
}
.card .card-heading .card-title {
padding-bottom: 15px;
padding-top: 5px;
font-size: 1.4em;
font-weight: 400;
padding-top: 10px;
margin-left: 8px;
border-bottom: 1px solid #cce5c9ab;
}
#content-block .card:nth-child(3) .card-heading .card-title {
/* Advanced Preferences */
border-bottom: none!important;
}
.card:first-child .card-heading .card-title {
color: #4a914d;
}
.card .card-footer {
margin: 0;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: rgba(0, 64, 255, 0.03);
}
.card .card-block {
padding: 30px;
padding-top: 10px;
}
.card-block .row {
margin-bottom: 15px;
}
#content-block .control-width div:last-child div.col-md-12 > div:last-child {
/* Move bottom Enquiries text further down */
margin-top: 30px;
}
.material-scrolltop.reveal {
padding: 20px;
}Editor is loading...