mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Fix problems found by SASS Lint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.textbox-highlight {
|
||||
|
||||
$tag-background: rgba($light-blue, 0.7);
|
||||
|
||||
&-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
@@ -73,8 +75,7 @@
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
display: inline;
|
||||
box-shadow: inset 0.75em 0 0 0 rgba($light-blue, .7),
|
||||
inset -0.75em 0 0 0 rgba($light-blue, .7);
|
||||
box-shadow: inset 0.75em 0 0 0 $tag-background, inset -0.75em 0 0 0 $tag-background;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user