
While FontAwesome provides aliases for all icons, we switch to the new names for consistency. See all changes at: https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6
24 lines
278 B
SCSS
24 lines
278 B
SCSS
#flash-container {
|
|
position: relative;
|
|
}
|
|
|
|
.flash {
|
|
display: none;
|
|
|
|
span.fa-xmark {
|
|
position: relative;
|
|
top: -1.2em;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.fixed_error_messages {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
padding: inherit;
|
|
width: 100%;
|
|
}
|
|
|
|
|