mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
15 lines
221 B
CSS
15 lines
221 B
CSS
.button {
|
|
width: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button > div {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
}
|