mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Add ‘get started’ back to the dashboard
Since we’re removing the write email/write text message calls to action from the tour, we should reintroduce them to the dashboard, for users who are unsure what they should do next.
This commit is contained in:
@@ -76,18 +76,14 @@
|
||||
@extend %banner;
|
||||
background: $govuk-blue;
|
||||
color: $white;
|
||||
margin-top: $gutter;
|
||||
margin: 0 0 $gutter 0;
|
||||
padding: $gutter-half;
|
||||
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
&-action {
|
||||
|
||||
display: block;
|
||||
text-align: right;
|
||||
float: right;
|
||||
a {
|
||||
|
||||
&:link,
|
||||
&:visited {
|
||||
@@ -107,6 +103,12 @@
|
||||
|
||||
}
|
||||
|
||||
&-action {
|
||||
display: block;
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.banner-intro {
|
||||
|
||||
Reference in New Issue
Block a user