12345678910111213141516171819202122232425262728 |
-
- .bk-filename-text, .bk-indicators, .bk-arrow {
- background-color: #00000066 !important;
- }
- .disc-card-cover {
- height: 15vmax;
- background-size: cover !important;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- }
- /* */
- .dropdown-menu.show[aria-labelledby=themes] {
- display: flex;
- flex-wrap: wrap;
- width: 420px
- }
- .dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
- width: 33.333333%
- }
- .dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
- width: 100%
- }
|