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:
Chris Hill-Scott
2016-02-02 09:38:31 +00:00
parent 683f8d4161
commit 46db79c421
2 changed files with 33 additions and 2 deletions

View File

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