add: new design (wip)
New design as WIP, swipe controls
This commit is contained in:
parent
259adf53f6
commit
7af148058e
15 changed files with 354 additions and 142 deletions
|
@ -1,9 +1,13 @@
|
|||
.ButtonGroup {
|
||||
display: flex;
|
||||
background: var(--color-main);
|
||||
border-radius: var(--radius-default);
|
||||
overflow: hidden;
|
||||
box-shadow: var(--box-shadow-z2);
|
||||
|
||||
& button {
|
||||
--color: var(--color-white-transparent);
|
||||
--background: var(--color-main);
|
||||
--color: var(--color-light);
|
||||
--background: var(--color-main-darkest);
|
||||
all: unset;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -17,8 +21,8 @@
|
|||
transition: var(--transition-default);
|
||||
|
||||
&.active {
|
||||
--color: var(--color-white);
|
||||
--background: var(--color-main-dark);
|
||||
--color: var(--color-darkest);
|
||||
--background: var(--color-gradient-main);
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue