chore: update icons + border radii

This commit is contained in:
Cory Dransfeldt 2024-07-11 14:20:08 -07:00
parent 06f3e1a539
commit 7be4899507
No known key found for this signature in database
6 changed files with 8 additions and 19 deletions

View file

@ -6,7 +6,6 @@
margin: var(--sizing-base) 0;
padding: var(--sizing-md);
border: 1px solid;
border-radius: var(--rounded);
& p {
font-size: var(--font-size-sm);

View file

@ -4,7 +4,6 @@ button {
&:not(.theme-toggle) {
border: 2px solid var(--accent-color);
border-radius: var(--rounded-full);
padding: var(--sizing-sm) var(--sizing-lg);
margin: 0 var(--sizing-xs) var(--sizing-md) 0;
cursor: pointer;

View file

@ -1,7 +1,6 @@
.progress-bar-wrapper {
display: flex;
background-color: rgba(217, 222, 228, .6);
border-radius: var(--rounded-lg);
overflow: hidden;
height: var(--sizing-lg);
width: 100%;

View file

@ -103,14 +103,6 @@
--sizing-svg-sm: 18px;
--sizing-svg-base: 24px;
/* radii */
--rounded-none: 0;
--rounded-sm: .125rem;
--rounded: .25rem;
--rounded-md: .375rem;
--rounded-lg: .5rem;
--rounded-full: 9999px;
/* aspect ratios */
--aspect-ratio-square: 1/1;
--aspect-ratio-vertical: 2/3;