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

127 lines
2.2 KiB
SCSS

main.main-content {
margin-top: 80px;
min-height: 800px;
.title-section {
h1 {
font-family: 'Abril Fatface';
font-style: normal;
font-weight: normal;
font-size: 40px;
color: #241342;
}
.author {
font-style: italic;
font-size: 20px;
color: #241342;
}
}
.video-section {
iframe {
width: 100%;
height: 500px;
}
}
.featured-img-section {
width: 100%;
height: 500px;
@media (max-width: 1024px) {
height: auto;
}
}
.content-section {
min-height: 400px;
.content-section__body {
font-size: 18px;
line-height: 29px;
font-weight: normal;
font-style: normal;
padding-right: 30px;
@media (max-width: 767.98px) {
padding-right: 0;
}
}
.content-section__sidebar {
border-left: #dbe0e6 solid 0.75px;
@media (max-width: 767.98px) {
border-left: none;
}
@media (max-width: 767.98px) {
margin-top: 50px;
}
}
}
}
.subcribe-form-section {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 80px;
background-color: #F2F2F2;
.subcribe-form-section__heading {
font-family: 'Abril Fatface';
font-weight: normal;
font-size: 30px;
color: #000000;
}
.subcribe-form-section__body {
width: 100%;
text-align: center;
padding: 0 150px;
form.subscribe-form {
max-width: 500px;
margin: auto;
.form-group {
color: #241342;
font-family: "Open Sans";
border-bottom: 1px solid #241342;
background-color: transparent;
input {
background-color: transparent;
color: #241342;
border: none;
&:active,
&:focus {
box-shadow: 0 0 0 0 transparent;
}
}
}
}
.subcribe-button {
background: #ff9acc;
color: #000;
margin-top: 15px;
padding: 0 70px;
height: 35px;
font-size: 20px;
border: none;
font-weight: 400;
}
}
}
@media (max-width: 425px) {
.subcribe-form-section {
.subcribe-form-section__body {
padding: 0 15px;
}
}
}