mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Converted popup into modal.
This commit is contained in:
parent
fb4dd75e18
commit
5a5127c921
2 changed files with 12 additions and 16 deletions
|
|
@ -1,12 +1,3 @@
|
|||
.popup {
|
||||
background: var(--base50);
|
||||
padding: 20px;
|
||||
margin-left: 10px;
|
||||
border: 1px solid var(--base400);
|
||||
border-radius: var(--border-radius);
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.urls {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue