mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15: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 {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
flex-direction: column;
|
||||||
gap: 10px;
|
justify-content: space-between;
|
||||||
|
gap: 20px;
|
||||||
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 10px;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons button:first-child {
|
.buttons button:first-child {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue