mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Added settings button.
This commit is contained in:
parent
4f098a34c1
commit
c3a4d6c725
3 changed files with 67 additions and 0 deletions
20
components/settings/SettingsButton.module.css
Normal file
20
components/settings/SettingsButton.module.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.button {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background: var(--gray50);
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: 0;
|
||||
padding: 20px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.panel dd {
|
||||
display: flex;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue