You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
229 B
16 lines
229 B
9 months ago
|
.app-tab__small-headers {
|
||
|
@include govuk-font(16);
|
||
|
}
|
||
|
|
||
|
@media (min-width: 35.375em) {
|
||
|
.app-tab__list-view {
|
||
|
min-width: 35.375em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (min-width: 35.375em) {
|
||
|
.app-tab__underline {
|
||
|
min-width: 35.375em;
|
||
|
}
|
||
|
}
|