mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Adjust selection summary spacing
Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.selection-summary {
|
||||
|
||||
.selection-summary__text {
|
||||
@include core-19($tabular-numbers: true);
|
||||
padding: .526315em .789473em .263157em 0px;
|
||||
@include core-19($tabular-numbers: true);
|
||||
padding: 5px 0 0 0;
|
||||
margin-bottom: $gutter / 2;
|
||||
|
||||
&:focus {
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.selection-summary__text--folders {
|
||||
padding-left: 51px;
|
||||
padding: 10px 15px 5px 51px;
|
||||
background-image: file-url('folder-black.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 39px auto;
|
||||
|
||||
Reference in New Issue
Block a user