1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/frontend/styles.css
2023-03-11 23:00:31 +01:00

34 lines
448 B
CSS

a {
text-decoration: none;
}
.navbar-right {
margin-right: 0;
}
#toast-container > div {
opacity: 1;
}
bs-dropdown-container {
z-index: 1;
}
/* TODO: remove popover in ngx-bootstrap, bootstrap 5.3-alpha is fixed */
.bs-popover-top, .bs-popover-bottom{
position: absolute;
}
.slim-loading-bar-progress {
transition: opacity 1s ease-in;
transition-delay: 1s;
transition-property: opacity;
}
element.style {
width: 100px;
}