Skip to content

Commit aa8294e

Browse files
fix styles
1 parent b458bd1 commit aa8294e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devextreme-schematics/src/add-layout/files/src/dx-styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ html, body {
6464

6565
.responsive-paddings {
6666
padding: 20px;
67+
}
6768

68-
.screen-large & {
69-
padding: 40px;
70-
}
69+
.screen-large .responsive-paddings {
70+
padding: 40px;
7171
}
7272

7373
.dx-card.wide-card {

0 commit comments

Comments
 (0)