Skip to content

Commit ebc3212

Browse files
fix styles
1 parent 89147d3 commit ebc3212

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/devextreme-cli/src/templates/react/application/src/dx-styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ body {
6767

6868
.responsive-paddings {
6969
padding: 20px;
70+
}
7071

71-
.screen-large & {
72-
padding: 40px;
73-
}
72+
.screen-large .responsive-paddings {
73+
padding: 40px;
7474
}
7575

7676
.dx-card.wide-card {

packages/devextreme-cli/src/templates/vue-v3/application/src/dx-styles.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ $side-panel-min-width: 60px;
4040
margin-top: 20px;
4141
}
4242

43+
4344
.responsive-paddings {
4445
padding: 20px;
46+
}
4547

46-
.screen-large & {
47-
padding: 40px;
48-
}
48+
.screen-large .responsive-paddings {
49+
padding: 40px;
4950
}
5051

5152
.dx-card.wide-card {

0 commit comments

Comments
 (0)