Merge branch 'master' into ui-progress-bar

This commit is contained in:
luisgov
2018-07-20 14:49:34 -04:00
committed by GitHub
37 changed files with 625 additions and 285 deletions

View File

@@ -4,7 +4,12 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss
*/
h1, h2, h3, h4, h5, h6 {
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: $font-sans;
.usa-button {
@@ -24,12 +29,12 @@ h2 {
}
a,
a > span {
a:hover {
transition:
background 0.2s,
border 0.2s,
box-shadow 0.2s,
color 0.2s,
color 0.2s;
}
a:visited {
@@ -39,4 +44,4 @@ a:visited {
dt {
display: inline;
font-weight: bold;
}
}