mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
16 lines
226 B
CSS
16 lines
226 B
CSS
.error {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
margin: auto;
|
|
display: flex;
|
|
background-color: var(--base50);
|
|
padding: 10px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 10px;
|
|
}
|