mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2025-08-17 03:50:36 +08:00
11 lines
134 B
SCSS
11 lines
134 B
SCSS
// _space.scss
|
|
//
|
|
// Template's space styles.
|
|
//
|
|
|
|
|
|
.layout-dashboard-rtl {
|
|
.ant-space-horizontal {
|
|
direction: ltr;
|
|
}
|
|
} |