added in message queue for applications and reps

This commit is contained in:
2023-01-19 17:25:16 +00:00
parent 0c1de7d26b
commit d3bba6c620
16 changed files with 405 additions and 77 deletions
+13 -4
View File
@@ -12,10 +12,12 @@
@media screen and (min-width: 600px) and (max-width: 900px) {
.card {
flex-basis: 45.99%;
// Every card in the first row needs horizontal margin
&:nth-child(2n-1) {
margin-right: 3%;
}
// Every card in the second row needs horizontal margin
&:nth-child(2n-2) {
margin-left: 3%;
@@ -40,6 +42,7 @@
&:nth-child(2n-2) {
margin-left: 3%;
}
&.card-3 {
flex-basis: 31.1%;
min-height: 300px;
@@ -87,15 +90,18 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
*:last-child {
margin-bottom: 0;
}
a,
a:active,
a:visited {
color: $blue;
font-weight: bold;
text-decoration: none;
&:hover {
color: $lightblue;
}
&.govuk-button {
color: $white;
// &:focus {
@@ -117,6 +123,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
.card-heading a {
color: $govuk-link-colour;
margin-top: 0;
&:focus {
color: govuk-colour("black", $legacy: "black");
outline: 3px solid transparent;
@@ -178,6 +185,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
}
}
}
&.clear {
background-color: govuk-colour("white", $legacy: "white");
border: none;
@@ -252,12 +260,13 @@ div.cardModuleItem:last-of-type {
.cardModuleReference {
display: flex;
b {
min-width: 122px;
margin-right: 10px;
}
a {
margin-left: 10px;
}
a {}
}
.cardModuleRemoveCase {
@@ -299,4 +308,4 @@ div.cardModuleItem:last-of-type {
// box-shadow: 0 2px 0 #0b0c0c;
}
}
}
}