mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 20:26:40 +00:00
18 lines
287 B
SCSS
18 lines
287 B
SCSS
@import '../../utils/base';
|
|
|
|
.server-error__container {
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.server-error__delete-btn {
|
|
color: $dangerColor;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.server-error__delete-btn:hover {
|
|
text-decoration: underline;
|
|
}
|