mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Fix problems found by SASS Lint
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
&-field:focus + .file-upload-button {
|
||||
outline: 3px solid $yellow;
|
||||
&:focus + .file-upload-button {
|
||||
outline: 3px solid $yellow;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-button {
|
||||
@@ -27,9 +28,9 @@
|
||||
}
|
||||
|
||||
&-filename {
|
||||
@include bold-19;
|
||||
display: inline-block;
|
||||
padding-left: $gutter-half;
|
||||
@include bold-19;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user