mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Replace beta banner with beta badge
This is part of the new header style that Tim, Stephen et al have been working on. This means that we lose the feedback link, so I’m trying out having it in the top right.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
background-color: $govuk-blue;
|
||||
}
|
||||
|
||||
#global-header {
|
||||
#global-header,
|
||||
#global-header.with-proposition {
|
||||
|
||||
#logo {
|
||||
|
||||
@@ -18,19 +19,39 @@
|
||||
|
||||
}
|
||||
|
||||
.header-wrapper {
|
||||
.header-global {
|
||||
.header-logo {
|
||||
|
||||
@include media(desktop) {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-proposition {
|
||||
#proposition-links {
|
||||
li {
|
||||
padding: 0 0 0 15px;
|
||||
}
|
||||
}
|
||||
#proposition-menu {
|
||||
margin-top: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.beta-badge {
|
||||
@include phase-tag(beta);
|
||||
background: $govuk-blue;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
@include media(desktop) {
|
||||
#proposition-menu {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user