495 current 2024-04-28 20:50:10 24.05.20240428.30ddacc 6.8.6-zen1 *
This commit is contained in:
parent
5549a17e4c
commit
d6c181bc5b
46 changed files with 1685 additions and 10 deletions
27
modules/rice/ags/cfg/scss/bar/_workspaces.scss
Normal file
27
modules/rice/ags/cfg/scss/bar/_workspaces.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.workspaces_pill {
|
||||
background: #1e1e2e;
|
||||
border-radius: 15px;
|
||||
border: 3px solid #11111b;
|
||||
padding: 1px 15px;
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
margin: 3px 0;
|
||||
& button {
|
||||
background: #cdd6f4;
|
||||
border-radius: 24px;
|
||||
margin: 0 3px;
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
transition: all 0.3s $materialStandard;
|
||||
|
||||
&:hover {
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
&.focused {
|
||||
background: $accent;
|
||||
min-width: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue