mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
fix: button styles
This commit is contained in:
parent
138aae7c71
commit
65fa09af5f
1 changed files with 8 additions and 2 deletions
|
|
@ -1,11 +1,17 @@
|
|||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 20px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.buttons button:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue