website/sass/home/main.scss

100 lines
1.6 KiB
SCSS
Raw Normal View History

@import "./card-main";
2022-04-25 18:30:38 +00:00
@import "./service-card-main";
@import "./vision";
2022-04-08 12:25:22 +00:00
$heading-letter-spacing: 20px;
.index-banner__container {
width: 100%;
display: flex;
flex-direction: column;
//background-color: #d1875a;
background-color: #3c3c3c;
background-color: #58181f;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
min-height: 400px;
2022-04-08 12:25:22 +00:00
}
.index-banner {
margin: auto;
display: flex;
flex-direction: column;
}
.index-banner__title {
margin: auto;
font-style: none;
color: #fff;
letter-spacing: $heading-letter-spacing;
font-size: 3rem;
font-weight: 300;
2022-04-08 12:25:22 +00:00
}
.index-banner__tagline {
margin: auto;
color: #fff;
// font-size: 1.4rem;
2022-04-08 12:25:22 +00:00
}
.index-banner__title-container {
display: flex;
}
.index-banner__logo {
width: 120px;
margin: auto;
border-radius: 20px;
}
.index-banner__main-action-btn {
display: block;
display: block;
font-weight: 400;
margin: 20px auto;
padding: 15px;
border: none;
}
2022-04-25 18:30:38 +00:00
.index-banner__main-action-link {
color: black !important;
}
.index-banner__main-action-btn:hover {
background-color: lightgray;
}
2022-04-25 18:30:38 +00:00
.home__features {
display: flex;
flex-direction: column;
align-items: center;
}
.home__features-title {
margin: auto;
}
$page-content-width: 80%;
.index__group-content {
.page__container {
width: $page-content-width;
}
}
.action-call__container {
background: #1f5818;
width: 100%;
padding: 60px 0;
}
.action-call__margin-container {
display: flex;
width: $page-content-width;
margin: auto;
align-items: center;
justify-content: space-around;
}
.action-call__prompt {
color: white;
font-weight: 400;
font-size: 1.7rem;
}