widget.css 449 B

123456789101112131415161718
  1. .attachment-collections {
  2. background-color: red;
  3. }
  4. .attachment-collections .attachment-collections-selections-options {
  5. display: flex;
  6. margin-top: 12px;
  7. align-items: center;
  8. justify-content: space-between;
  9. }
  10. .attachment-collections .attachment-collections-selections-options button {
  11. margin: 0 !important;
  12. }
  13. #add_collections {
  14. height: auto !important;
  15. max-height: 20rem !important;
  16. overflow-y: auto !important;
  17. }