Refactor styles: update backdrop-filter values for improved UI consistency; clean up code formatting in various components.

This commit is contained in:
2025-05-03 11:17:20 +05:30
parent b4e4bf7fb3
commit b4e3d3ef73
4 changed files with 86 additions and 72 deletions

View File

@@ -7,7 +7,7 @@
top: 32px;
left: 8px;
background: var(--background-color);
backdrop-filter: blur(15px);
backdrop-filter: blur(20px);
border-radius: #{$border-radius-extra-large};
outline: 1px solid var(--border-color);
box-shadow: #{$box-shadow-medium};
@@ -250,7 +250,7 @@
top: 32px;
right: 8px;
background: var(--background-color);
backdrop-filter: blur(15px);
backdrop-filter: blur(20px);
border-radius: #{$border-radius-extra-large};
outline: 1px solid var(--border-color);
box-shadow: #{$box-shadow-medium};
@@ -363,7 +363,7 @@
height: 34px;
width: 34px;
border-radius: #{$border-radius-circle};
background: var(--background-color-secondary);
background: var(--background-color-solid-gradient);
backdrop-filter: blur(12px);
outline: 1px solid var(--border-color);
outline-offset: -1px;
@@ -416,7 +416,7 @@
outline: none;
path {
stroke: var(--text-button-color);
strokeWidth: 1.3;
stroke-width: 1.3;
}
}
}
@@ -682,7 +682,7 @@
path {
stroke: var(--accent-color);
strokeWidth: 1.5px;
stroke-width: 1.5px;
}
&:hover {