added in copy
This commit is contained in:
@@ -213,11 +213,65 @@ a.longLinkBreak {
|
||||
|
||||
@media screen and (max-width: 360px) {
|
||||
flex-direction: column-reverse;
|
||||
align-items: flex-start;
|
||||
.pedw_logo {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.myportal {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@media screen and (max-width: 414px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
h1 {
|
||||
img {
|
||||
@media screen and (max-width: 414px) {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.serviceBanner_userDetails {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: auto;
|
||||
align-items: center;
|
||||
|
||||
.serviceBanner_userDetails_name {
|
||||
padding-left: 8px;
|
||||
padding-right: 20px;
|
||||
color: $blue;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
@media screen and (max-width: 414px) {
|
||||
max-width: 41%;
|
||||
}
|
||||
}
|
||||
.govuk-header__link {
|
||||
color: $blue;
|
||||
font-weight: bold;
|
||||
border: 1px solid $blue;
|
||||
color: $blue;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px;
|
||||
&:hover {
|
||||
background: $blue;
|
||||
border: 1px solid $blue;
|
||||
color: $white;
|
||||
font-size: 16px;
|
||||
padding: 10px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.govuk-grid-row {
|
||||
|
||||
Reference in New Issue
Block a user