mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-03 07:47:18 +00:00
39 lines
692 B
SCSS
39 lines
692 B
SCSS
@import '../core/index-noreset';
|
|
|
|
@import "scss/variable";
|
|
@import "scss/normalize";
|
|
@import "scss/mixin";
|
|
@import "scss/animation";
|
|
|
|
@import "scss/header";
|
|
@import "scss/table";
|
|
@import "./rtl.scss";
|
|
|
|
#{$calendar-prefix} {
|
|
&-table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
/* range calendar */
|
|
/* --------------- */
|
|
&-range {
|
|
#{$calendar-prefix}-body {
|
|
&-left, &-right {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
&-left {
|
|
padding-right: $s-2;
|
|
}
|
|
|
|
&-right {
|
|
padding-left: $s-2;
|
|
}
|
|
|
|
@include clearfix;
|
|
}
|
|
}
|
|
}
|