Style lables and adjust list

This commit is contained in:
Luis Cielak
2018-07-31 16:16:43 -04:00
committed by richard-dds
parent cdd442c266
commit 1a6d42f385
4 changed files with 13 additions and 12 deletions

View File

@@ -59,7 +59,8 @@
margin: -$gap 0;
}
.icon-link {
.icon-link,
.label {
&:first-child {
margin-left: -$gap;
}

View File

@@ -4,7 +4,7 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss
*/
* {
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@@ -56,8 +56,4 @@ dl {
> div {
margin-bottom: $gap * 2;
}
}
.subtitle {
color: $color-gray;
}
}

View File

@@ -33,5 +33,9 @@
.member-card__details {
text-align: right;
.icon-link {
margin: 0 -$gap;
}
}
}