Update switches to include breakpoints
This commit is contained in:
@@ -35,6 +35,9 @@ html {
|
||||
@include break(-md) {
|
||||
font-size: calc($font-size + 2pt);
|
||||
}
|
||||
&.show-breakpoints {
|
||||
@include breakpoint-debug;
|
||||
}
|
||||
}
|
||||
|
||||
@include core-colour-samples;
|
||||
@@ -87,11 +90,18 @@ body {
|
||||
}
|
||||
|
||||
|
||||
p.deprecated-switch {
|
||||
p.info-switches {
|
||||
align-items: center;
|
||||
display: grid;
|
||||
gap: .25rem;
|
||||
grid-column: 2 / 4;
|
||||
grid-row: 3;
|
||||
grid-template-columns: auto repeat(2, max-content);
|
||||
text-align: right;
|
||||
@include switch;
|
||||
label {
|
||||
text-align: left;;
|
||||
}
|
||||
|
||||
}
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user