Compare commits
2 commits
4b0ddb9e23
...
28ed386228
Author | SHA1 | Date | |
---|---|---|---|
|
28ed386228 | ||
|
9635491897 |
2 changed files with 4 additions and 3 deletions
|
@ -63,6 +63,7 @@
|
|||
--radius-sm: calc(0.75 * var(--radius-unit));
|
||||
--radius-norm: var(--radius-unit);
|
||||
--radius-md: calc(1.25 * var(--radius-unit));
|
||||
--radius-mdplus: calc(1.50 * var(--radius-unit));
|
||||
--radius-lg: calc(2 * var(--radius-unit));
|
||||
--radius-xl: calc(3.25 * var(--radius-unit));
|
||||
--radius-xxl: calc(5.25 * var(--sradius-unit));
|
||||
|
@ -222,8 +223,8 @@ body {
|
|||
background: none;
|
||||
text-align: center;
|
||||
border: none;
|
||||
padding: var(--space-xsplus);
|
||||
border-radius: var(--radius-xl);
|
||||
padding: 0.6em;
|
||||
border-radius: 1em;
|
||||
font: inherit;
|
||||
user-select: none;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<style>
|
||||
.toast {
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue