Merge pull request #717 from alphagov/service-status

Add live/trial flag on platform-admin page
This commit is contained in:
Leo Hemsted
2016-06-22 14:28:44 +01:00
committed by GitHub
4 changed files with 30 additions and 10 deletions

View File

@@ -45,7 +45,8 @@
.big-number {
padding: $gutter-half;
position: relative;
cursor: pointer;
background: $black;
color: $white;
}
.big-number-label {
@@ -69,7 +70,13 @@
margin-bottom: 5px;
&:hover {
color: $light-blue-25;
.big-number {
color: $light-blue-25;
}
}
&:active,
@@ -77,6 +84,10 @@
outline: 3px solid $yellow;
}
.big-number {
background: transparent;
}
.big-number-label {
text-decoration: underline;
}