Files
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

91 lines
1.5 KiB
SCSS

.sidebar {
li.widget {
list-style-type: none;
padding: 0 0 46px 80px;
@media (max-width: 767.98px) {
padding: 0 0 30px 0;
}
.card .card-body{
padding: 0;
}
&:not(:last-child) {
border-bottom: #dbe0e6 solid 0.75px;
}
&:not(:first-child) {
margin-top: 45px;
}
h3.widgettitle {
margin-bottom: 48px;
}
}
.widget_float_widget-newsletter {
h3.widgettitle {
font-family: 'Abril Fatface';
font-size: 30px;
color: #000000;
}
}
.widget_mc4wp_form_widget {
h3.widgettitle {
font-family: 'Abril Fatface';
font-weight: normal;
font-style: normal;
font-size: 30px;
}
.subcribe-button {
margin-top: 75px;
}
}
.float_widget_recent_entries {
h3.widgettitle {
font-size: 20px;
font-style: normal;
color: #000000;
font-weight: 300;
}
.post-item {
.post-thumbnail {
padding: 0 1.25rem;
}
.card-title a {
font-family: 'Abril Fatface';
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: 30px;
letter-spacing: -0.02em;
color: #000000;
letter-spacing: -0.02em;
}
p {
font-size: 14px;
}
.card-text {
font-size: 14px;
letter-spacing: -0.02em;
}
.read-more a {
text-decoration: none;
color: #000000;
font-weight: bold;
font-size: 14px;
letter-spacing: -0.02em;
}
}
}
}