mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
22 lines
275 B
SCSS
22 lines
275 B
SCSS
.siteSettingsInfo {
|
|
text-align: center;
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|
|
.warning {
|
|
color: #fd7e14;
|
|
}
|
|
}
|
|
|
|
.siteSettingsInfo.siteSettingsInfoSticky {
|
|
position: sticky;
|
|
bottom: 16px;
|
|
z-index: 100;
|
|
margin: 0 auto;
|
|
|
|
span.warning {
|
|
margin-bottom: 8px;
|
|
}
|
|
} |