colors and filters

This commit is contained in:
2024-08-17 19:23:19 +03:00
parent db37653748
commit 322962403d
38 changed files with 648 additions and 556 deletions
+10 -16
View File
@@ -1,24 +1,22 @@
.sidebar-top{
border: 0px solid var(--p30);
font-size: 18px;
padding: 20px 20px ;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--background);
filter: brightness(97%);
background: var(--p20);
margin-bottom: 15px;
border-radius: 12px;
}
.sidebar {
border: 0px solid var(--border-color);
//border: 1px solid var(--border-context);
border-radius: 12px;
font-size: 15px;
line-height: 28px;
padding: 20px;
background: var(--background);
filter: brightness(97%);
background: var(--p20);
display: flex;
flex-direction: column;
gap: 3px;
@@ -29,17 +27,15 @@
cursor: pointer;
justify-content: space-between;
align-items: center;
background: var(--background);
background: var(--p30);
font-size: 16px;
padding: 3px 12px 6px;
color: var(--text);
filter: brightness(94%);
border: none;
//border-bottom: 0px solid var(--border-color);
border-radius: 12px;
&:hover {
background: var(--secondary);
background: var(--p40);
}
&:first-child {
@@ -57,7 +53,6 @@
font-size: 14px;
padding: 3px 12px;
text-decoration: none;
border-bottom: 0px solid var(--border-color);
transition: 600ms;
border-radius: 12px;
&:last-child {
@@ -65,11 +60,11 @@
}
&:hover {
background: var(--secondary);
background: var(--p30);
}
&.active {
background: var(--secondary);
background: var(--p40);
}
}
@@ -82,10 +77,9 @@
.top-nav-item{
border-radius: 12px;
font-size: 14px;
filter: brightness(97%);
background: var(--background);
background: var(--p20);
padding: 3px 10px ;
&:hover {
background: var(--secondary);
background: var(--p30);
}
}