mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
17 lines
371 B
SCSS
17 lines
371 B
SCSS
@import './mixins/mixins.scss';
|
|
@import './theme/default.scss';
|
|
|
|
@include b(gradient-header) {
|
|
& > .header {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
& > .content {
|
|
background: $default-header-gradient;
|
|
background-clip: text;
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
}
|
|
}
|
|
} |