60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
.contact-information {
|
|
margin-top: -120px;
|
|
min-height: 1060px;
|
|
background: url("../css/theme-2022/components/img/union.svg") top no-repeat;
|
|
background-size: cover;
|
|
|
|
& > .container {
|
|
padding-top: 10rem;
|
|
}
|
|
|
|
.appointmentOfficeHour {
|
|
@media (max-width: 768px) {
|
|
font-size: 0.87em;
|
|
margin-bottom: @space-sm;
|
|
}
|
|
|
|
strong {
|
|
display: inline-block;
|
|
min-width: 120px;
|
|
}
|
|
}
|
|
|
|
.meeting-information {
|
|
margin-top: @space-xl;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding-left: 40px;
|
|
width: 100%;
|
|
|
|
li {
|
|
line-height: 30px;
|
|
padding-left: 0px;
|
|
font-weight: 400;
|
|
width: 50%;
|
|
display: inline-block;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 100%;
|
|
}
|
|
|
|
&:before {
|
|
content: url("../css/theme-2022/components/img/check-bold.svg");
|
|
font-weight: 400;
|
|
top: 1px;
|
|
left: -30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1050px) {
|
|
padding-bottom: 10rem;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
margin-bottom: -90px;
|
|
}
|
|
}
|