mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-04 05:09:16 +08:00
15 lines
269 B
SCSS
15 lines
269 B
SCSS
@import './var.scss';
|
|
@import './animation.scss';
|
|
|
|
// 毛玻璃
|
|
.--background-filter {
|
|
backdrop-filter: $--filter-blur-base;
|
|
background-color: $--filter-color-base;
|
|
}
|
|
|
|
// 边框圆角
|
|
.--border-radius {
|
|
border-radius: $--border-radius-base;
|
|
overflow: hidden;
|
|
}
|