mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-07 18:08:52 -04:00
Merge pull request #391 from alphagov/fix-hidden-trial-mode-link
Fix hidden trial mode link
This commit is contained in:
@@ -71,7 +71,27 @@
|
||||
}
|
||||
|
||||
&-action {
|
||||
|
||||
display: block;
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
||||
&:link,
|
||||
&:visited {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: $light-blue-25;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
background-color: $yellow;
|
||||
color: $govuk-blue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user