Merge pull request #1026 from dod-ccpo/team-settings-styling

Styling Bugs
This commit is contained in:
leigh-mil
2019-08-19 09:44:14 -04:00
committed by GitHub
3 changed files with 10 additions and 12 deletions

View File

@@ -49,6 +49,7 @@
font-weight: $font-bold;
border-bottom: 1px solid $color-gray-lightest;
margin: 0;
list-style-type: none;
.icon-link--large {
padding-top: $gap * 0.5;
@@ -107,6 +108,7 @@
&__action-group {
padding: 1rem 3.2rem;
background-color: $color-gray-lightest;
text-align: right;
button,
a {
@@ -118,14 +120,6 @@
padding-top: 0.5rem;
float: none;
}
> *:first-child {
padding-left: 0;
}
> *:last-child {
float: right;
}
}
&__toggler {