mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
86713728a4
* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
21 lines
399 B
SCSS
21 lines
399 B
SCSS
.word__type {
|
|
font-family: $con-sans;
|
|
font-size: 0.85rem;
|
|
padding-right: 1rem;
|
|
text-align: right;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.word__link {
|
|
border-bottom: darkgrey solid 0.1em;
|
|
color: black;
|
|
font-family: $ext-sans;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.word__breakdown {
|
|
border-left: 0.1rem solid lightgrey;
|
|
font-family: $sans-serif;
|
|
padding-left: 1rem;
|
|
}
|