reps trigger for logged out & upload storage acc
This commit is contained in:
@@ -907,11 +907,11 @@ textarea,
|
||||
.app-step-nav__step--active .app-step-nav__circle--number,
|
||||
.app-step-nav__step--active:after,
|
||||
.app-step-nav__step--active .app-step-nav__help:after {
|
||||
border-color: $lightgrey !important;
|
||||
border-color: $lightgrey !important;
|
||||
}
|
||||
|
||||
.app-step-nav__circle--number {
|
||||
border-color: $lightgrey !important;
|
||||
border-color: $lightgrey !important;
|
||||
}
|
||||
|
||||
.app-step-nav__circle-background {
|
||||
@@ -998,6 +998,17 @@ textarea,
|
||||
|
||||
}
|
||||
|
||||
.govuk-summary-list__value {
|
||||
.multiline-elipsis {
|
||||
-webkit-box-orient: vertical;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 10;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.documentList {
|
||||
.govuk-summary-list__key:first-of-type {
|
||||
width: 40%;
|
||||
@@ -1039,12 +1050,12 @@ textarea,
|
||||
padding: 10px 15px !important;
|
||||
font-size: 16px;
|
||||
float: right;
|
||||
border-color: $midgrey !important;
|
||||
color: $midgrey !important;
|
||||
border-color: $midgrey !important;
|
||||
color: $midgrey !important;
|
||||
|
||||
&:hover {
|
||||
background-color: $midgrey !important;
|
||||
color: $white !important;
|
||||
background-color: $midgrey !important;
|
||||
color: $white !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1054,7 +1065,7 @@ textarea,
|
||||
font-size: 16px;
|
||||
float: right;
|
||||
|
||||
color: $midgrey !important;
|
||||
color: $midgrey !important;
|
||||
|
||||
|
||||
|
||||
@@ -1167,7 +1178,7 @@ textarea,
|
||||
height: 2.5rem;
|
||||
margin-top: 0;
|
||||
padding: 10px 15px;
|
||||
border: 1px solid $darkgrey !important;
|
||||
border: 1px solid $darkgrey !important;
|
||||
border-radius: 0;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
@@ -2024,7 +2035,7 @@ ul#sharePageLinks.active {
|
||||
}
|
||||
|
||||
&.watched_link {
|
||||
color: $black !important;
|
||||
color: $black !important;
|
||||
background-color: $white;
|
||||
width: 13px;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user