web.scss 347 B

1234567891011121314151617181920
  1. .toolbar-item-container {
  2. position: relative;
  3. &-icon {
  4. padding: 8px;
  5. cursor: pointer;
  6. -webkit-tap-highlight-color: transparent;
  7. }
  8. &-dialog {
  9. z-index: 5;
  10. position: absolute;
  11. background: #fff;
  12. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  13. width: fit-content;
  14. height: fit-content;
  15. bottom: 35px;
  16. }
  17. }