Code clean
This commit is contained in:
@@ -65,25 +65,25 @@
|
||||
background-color: $color-secondary;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// Place
|
||||
.pin--place {
|
||||
font-family: $font-serif;
|
||||
// Place pin
|
||||
&--place {
|
||||
font-family: $font-serif;
|
||||
|
||||
a {
|
||||
color: $color-secondary;
|
||||
text-decoration: none;
|
||||
a {
|
||||
color: $color-secondary;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Country
|
||||
.pin--country {
|
||||
font-family: $font-sans;
|
||||
font-size: rem(10px);
|
||||
color: rgba(#fff, 0.5);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
// Country text
|
||||
&--country {
|
||||
font-family: $font-sans;
|
||||
font-size: rem(10px);
|
||||
color: rgba(#fff, 0.5);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user