chore: reformat with 2 spaces
This commit is contained in:
parent
d659e4bed9
commit
7670d7f808
1577 changed files with 70010 additions and 70042 deletions
|
@ -8,24 +8,24 @@
|
|||
@use "./colors";
|
||||
|
||||
@mixin centered-content {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
@mixin mark-invalid-or-disabled-input {
|
||||
input:invalid {
|
||||
background-color: colors.$c-invalid-input;
|
||||
}
|
||||
input:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
input:invalid {
|
||||
background-color: colors.$c-invalid-input;
|
||||
}
|
||||
input:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin foundry-highlight-text-shadow {
|
||||
text-shadow: 0 0 10px var(--color-shadow-primary);
|
||||
text-shadow: 0 0 10px var(--color-shadow-primary);
|
||||
}
|
||||
|
||||
@mixin font-heading-upper {
|
||||
font-family: var(--ds4-font-heading);
|
||||
text-transform: uppercase;
|
||||
font-family: var(--ds4-font-heading);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue