fnz.css 574 B

12345678910111213141516171819202122232425262728
  1. 
  2. .bk-filename-text, .bk-indicators, .bk-arrow {
  3. background-color: #00000066 !important;
  4. }
  5. .disc-card-cover {
  6. height: 15vmax;
  7. background-size: cover !important;
  8. background-repeat: no-repeat;
  9. background-position: 50% 50%;
  10. }
  11. /* */
  12. .dropdown-menu.show[aria-labelledby=themes] {
  13. display: flex;
  14. flex-wrap: wrap;
  15. width: 420px
  16. }
  17. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
  18. width: 33.333333%
  19. }
  20. .dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
  21. width: 100%
  22. }