mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
13 lines
191 B
CSS
13 lines
191 B
CSS
.button {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
.button svg {
|
|
position: absolute;
|
|
}
|