Compare commits
No commits in common. "28ed386228251aadf153c1434d5a91009766d982" and "4b0ddb9e239e39d5e2dbb711ff53445e8471ccd4" have entirely different histories.
28ed386228
...
4b0ddb9e23
2 changed files with 3 additions and 4 deletions
|
@ -63,7 +63,6 @@
|
|||
--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));
|
||||
|
@ -223,8 +222,8 @@ body {
|
|||
background: none;
|
||||
text-align: center;
|
||||
border: none;
|
||||
padding: 0.6em;
|
||||
border-radius: 1em;
|
||||
padding: var(--space-xsplus);
|
||||
border-radius: var(--radius-xl);
|
||||
font: inherit;
|
||||
user-select: none;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<style>
|
||||
.toast {
|
||||
z-index: 20;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue