mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
37 lines
608 B
CSS
37 lines
608 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;
|
|
}
|
|
[data-bs-theme=dark] .btn:not(.btn-secondary):not(.btn-danger):not(.btn-warning):not(.btn-primary):not(.btn-success){
|
|
--bs-btn-color: var(--bs-body-color);
|
|
}
|