mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 01:53:12 -04:00
images and overrides
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
box-shadow: 0 -3px 0 0 $grey-3;
|
||||
}
|
||||
|
||||
&--live, &--test, &--operator {
|
||||
&--live,
|
||||
&--test,
|
||||
&--operator {
|
||||
// This uses new Design System colours to match .govuk-tag--red
|
||||
background: #F6D7D2;
|
||||
color: #942514;
|
||||
@@ -171,7 +173,8 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:focus { // override the :hover style (the focus style has its own underline)
|
||||
&:focus {
|
||||
// override the :hover style (the focus style has its own underline)
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -236,8 +239,9 @@
|
||||
&__item--active {
|
||||
@include bold-16;
|
||||
|
||||
a:link, a:visited {
|
||||
a:link,
|
||||
a:visited {
|
||||
color: $text-colour;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -58,3 +58,11 @@
|
||||
.govuk-\!-display-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.govuk-header__logotype {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.govuk-header__logotype-text {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user