tale/_sass/_catalogue.scss
Chester How 4850bf9612 Major style change on home page
Added Palatino font
2017-03-21 12:49:35 +08:00

31 lines
498 B
SCSS

.catalogue {
text-align: center;
&-item {
padding: 1.5rem 0;
&:first-child {
padding-top: 2.5rem;
}
&:last-child {
padding-bottom: 2.5rem;
}
}
&-title {
@include transition(all .3s ease-out);
border-bottom: 1px solid $white;
border-top: 1px solid $white;
color: $default-shade;
font-family: $palatino;
font-size: 1.5rem;
font-weight: 700;
padding: .5rem 1rem;
&:hover {
border-color: $default-tint;
}
}
}