webscaffold/webapp/css/app.less

38 lines
493 B
Plaintext

/* Sticky footer styles */
html {
position: relative;
min-height: 100%;
}
@sticky-footer-height: 60px;
body {
margin-bottom: @sticky-footer-height;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: @sticky-footer-height;
line-height: @sticky-footer-height;
background-color: #f5f5f5;
}
/* Toasts */
.toast-container-outer {
position: relative;
height: 0 !important;
.toast-container {
position: absolute;
right: 1em;
top: 1em;
min-width: 200px;
}
}