Adjust selection summary spacing

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
Tom Byers
2019-05-13 13:08:11 +01:00
parent bbc962298c
commit cd5f6251d1

View File

@@ -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;