mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add a new style of banner—‘tip’
This banner is meant for onboarding users and giving them prompts about what they should do next.
This commit is contained in:
@@ -51,3 +51,19 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.banner-tip {
|
||||
|
||||
@extend .banner;
|
||||
background: $yellow;
|
||||
color: $text-colour;
|
||||
text-align: left;
|
||||
border: 5px solid $text-colour;
|
||||
font-weight: bold;
|
||||
|
||||
a:link, a:visited {
|
||||
color: $text-colour;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user