Edit and WIP on Location page

Create house component
This commit is contained in:
2021-10-07 22:10:08 +02:00
parent d397fdb00f
commit eb6762b240
6 changed files with 377 additions and 56 deletions

View File

@@ -10,6 +10,25 @@
line-height: 1;
}
// House Name
.title-image {
font-size: rem(88px);
font-family: $font-serif;
line-height: 1;
color: $color-secondary;
}
// House Number
.title-index {
font-size: rem(280px);
font-family: $font-serif;
letter-spacing: -0.05em;
font-weight: 200;
line-height: 1;
color: rgba($color-tertiary, 0.6);
}
// Medium
.title-medium {
font-family: $font-serif;
@@ -71,10 +90,17 @@
line-height: 1.5;
}
// Photo date
.text-date {
font-size: rem(16px);
line-height: 1.4;
}
// Label
.text-label {
font-size: rem(12px);
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}