mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Fix redacted placeholder style on orange BG
Also does a tiny bit more tweaking of the vertical position to get it looking aligned correct.
This commit is contained in:
@@ -44,10 +44,16 @@
|
|||||||
background: currentColor;
|
background: currentColor;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
box-shadow: inset 0 -0.25em 0 0 $white;
|
box-shadow: inset 0 -0.35em 0 0 $white;
|
||||||
|
position: relative;
|
||||||
|
top: 0.1em;
|
||||||
|
|
||||||
.sms-message-wrapper & {
|
.sms-message-wrapper & {
|
||||||
box-shadow: inset 0 -0.25em 0 0 $panel-colour;
|
box-shadow: inset 0 -0.35em 0 0 $panel-colour;
|
||||||
|
}
|
||||||
|
|
||||||
|
*:focus + p & {
|
||||||
|
box-shadow: inset 0 -0.35em 0 0 $yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user