mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
found a workaround that doesnt need to use important flag in sass
This commit is contained in:
parent
6beb937a76
commit
64c912f20a
1 changed files with 7 additions and 3 deletions
|
@ -131,9 +131,13 @@ a.breadcrumb__back {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-sidenav {
|
||||||
|
.usa-sidenav__item {
|
||||||
span {
|
span {
|
||||||
a.link_usa-checked {
|
a.link_usa-checked {
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue