Refactor(App): Change sass to less
This commit is contained in:
14
src/assets/css/pages/system/settings.less
Normal file
14
src/assets/css/pages/system/settings.less
Normal file
@@ -0,0 +1,14 @@
|
||||
[data-component=system-settings] {
|
||||
.root-content {
|
||||
padding: 20px;
|
||||
gap: 20px;
|
||||
|
||||
.root-col {
|
||||
gap: 20px;
|
||||
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user