mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 11:10:29 +03:00
Add GeneralSettings component
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
2b70a49e09
commit
d6b5f92d6c
4 changed files with 63 additions and 12 deletions
|
|
@ -7,16 +7,15 @@
|
|||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
z-index: 999;
|
||||
box-shadow: none;
|
||||
|
||||
transition: transform 200ms var(--fluid-slide-down),
|
||||
box-shadow 200ms var(--fluid-slide-down);
|
||||
transition: transform 200ms var(--fluid-slide-down);
|
||||
|
||||
&--dropped {
|
||||
transform: translateY(calc(100% - var(--header-height)));
|
||||
border-radius: var(--bo-radius) var(--bo-radius) 0 0;
|
||||
box-shadow: var(--bs-popup);
|
||||
box-shadow: 0 0 0 1px var(--bg-surface-border);
|
||||
}
|
||||
|
||||
&__content-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue