Edit and WIP on Location page
Create house component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user