edu/admin/src/styles/index.scss

30 lines
603 B
SCSS
Raw Normal View History

2022-08-12 10:44:09 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2022-04-08 02:42:44 +00:00
2022-08-12 10:44:09 +00:00
@layer base {
body {
@apply text-base text-tx-primary overflow-hidden min-w-[375px];
}
.form-tips {
@apply text-tx-secondary text-xs leading-6 mt-1;
}
.el-button {
background-color: var(--el-button-bg-color, var(--el-color-white));
}
.clearfix:after {
content: '';
display: block;
clear: both;
visibility: hidden;
}
}
/* NProgress */
#nprogress .bar {
@apply bg-primary #{!important};
}
@import 'element.scss';
@import 'dark.css';
@import 'var.css';