Files
atst/scss/elements/_typography.scss
Luis Cielak 9af7dac1ee Revert "Add max width to ul"
This reverts commit 56b850dfef.
2018-07-24 11:08:40 -04:00

50 lines
681 B
SCSS

/*
* Typography
* @see https://designsystem.digital.gov/components/typography/
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss
*/
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: $font-sans;
.usa-button {
position: relative;
bottom: 0.5rem;
left: 1rem;
}
}
h1 {
margin-top: 0.5em;
margin-bottom: 0;
}
h2 {
margin-top: 0;
color: $color-gray;
}
a,
a:hover {
transition:
background 0.2s,
border 0.2s,
box-shadow 0.2s,
color 0.2s;
}
a:visited {
color: $color-blue;
}
dt {
display: inline;
font-weight: bold;
}