_icon-picker.scss 346 B

1234567891011121314151617181920212223242526
  1. .gf-icon-picker {
  2. width: 400px;
  3. height: 450px;
  4. .icon-filter {
  5. padding-bottom: 10px;
  6. margin: auto;
  7. width: 50%;
  8. }
  9. .icon-container {
  10. max-height: 350px;
  11. overflow: auto;
  12. .gf-event-icon {
  13. margin: 0.4rem;
  14. height: 1.5rem;
  15. }
  16. }
  17. }
  18. .gf-icon-picker-button {
  19. .gf-event-icon {
  20. height: 1.2rem;
  21. }
  22. }