135 lines
1.7 KiB
SCSS
135 lines
1.7 KiB
SCSS
.separator {
|
|
background-color: #c1c1c1;
|
|
width: 100%;
|
|
height: 0.05rem;
|
|
margin-top: 2rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.outerContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.innerContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
max-width: 50%;
|
|
}
|
|
|
|
.sectionContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.address {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.mainLogo {
|
|
margin-top: -1rem;
|
|
}
|
|
|
|
.title {
|
|
font-size: 2rem;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
font-weight: 600;
|
|
color: #686868;
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
.openHoursTitle {
|
|
font-weight: 700;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
}
|
|
|
|
.openHoursText {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.openHoursDesc {
|
|
max-width: 15rem;
|
|
text-align: center;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.keepersImage {
|
|
max-width: 150px;
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.emailAddress,
|
|
.phone {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.socialMediaContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.socialMediaIcon {
|
|
max-width: 30px;
|
|
margin: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.postServiceDesc {
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.postServiceInfo {
|
|
margin-top: 0.7rem;
|
|
}
|
|
|
|
.link {
|
|
color: #0274be;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.link:hover {
|
|
color: #3a3a3a;
|
|
}
|
|
|
|
.menuContainer {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
width: 100%;
|
|
height: 3rem;
|
|
}
|
|
|
|
.menuLink {
|
|
text-decoration: none;
|
|
border-bottom: 3px solid;
|
|
color: #686868;
|
|
}
|
|
|
|
.menuLink:hover {
|
|
color: #a3a2a2;
|
|
|
|
h1 {
|
|
color: #a3a2a2;
|
|
}
|
|
}
|
|
|
|
.instagramLink {
|
|
color: #686868;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.instagramLink:hover {
|
|
color: #a3a2a2;
|
|
}
|
|
|
|
.instagramText {
|
|
margin-bottom: 0;
|
|
}
|