Style lables and adjust list
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
margin: -$gap 0;
|
||||
}
|
||||
|
||||
.icon-link {
|
||||
.icon-link,
|
||||
.label {
|
||||
&:first-child {
|
||||
margin-left: -$gap;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
@@ -33,5 +33,9 @@
|
||||
|
||||
.member-card__details {
|
||||
text-align: right;
|
||||
|
||||
.icon-link {
|
||||
margin: 0 -$gap;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user