You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aSkelly/scss/component/_quote.scss

25 lines
472 B
SCSS

@use '../utilities/main_utilities' as *;
/* Quotes */
blockquote {
display: block;
font-size: x-large;
line-height: $line-height;
margin: 1rem auto;
width: 100%;
padding: 1.5rem 1rem;
text-align: $justify-important;
}
blockquote footer{
color: $color-tertiary;
display: block;
font-size: small;
line-height: $line-height;
padding: 1.5rem 0;
@include color-scheme(dark) {
color: $color-tertiary--dark;
}
}