mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
18 lines
252 B
SCSS
18 lines
252 B
SCSS
@import '../../variables.scss';
|
|
|
|
.infoContainer {
|
|
margin-bottom: ($theme-spacing) * 2;
|
|
}
|
|
|
|
.imageContainer {
|
|
text-align: center;
|
|
|
|
img {
|
|
width: 120px;
|
|
}
|
|
}
|
|
|
|
.retryButtonContainer {
|
|
text-align: center;
|
|
padding-top: ($theme-spacing) * 2;
|
|
} |