@jdcfe/yep-react
Version:
一套移动端的React组件库
31 lines (30 loc) • 438 B
CSS
.Yep-whitespace-xs {
height: 6px;
}
.Yep-whitespace-sm {
height: 12px;
}
.Yep-whitespace-md {
height: 18px;
}
.Yep-whitespace-lg {
height: 30px;
}
.Yep-whitespace-xl {
height: 42px;
}
.Yep-whitespace-horizontal-xs {
width: 6px;
}
.Yep-whitespace-horizontal-sm {
width: 12px;
}
.Yep-whitespace-horizontal-md {
width: 18px;
}
.Yep-whitespace-horizontal-lg {
width: 30px;
}
.Yep-whitespace-horizontal-xl {
width: 42px;
}