_modals.scss 166 字节
Newer Older
C
chomik 已提交
1 2 3 4 5 6 7 8 9
.modal-backdrop {
  backdrop-filter: blur(2px);
  background: $light-black;
}

.modal-content {
  border: 1px solid $border-color;
  border-radius: $border-radius;
}