Skip to content

Commit 2a9bc8d

Browse files
edited some padding and sizes
1 parent e6ffccc commit 2a9bc8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/applications/applications-list/applications-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class ApplicationsListComponent implements OnInit {
134134
disableClose: true,
135135
closeOnNavigation: true,
136136
panelClass: "welcome-screen",
137-
maxWidth: "60vw",
137+
maxWidth: "40vw",
138138
data: {
139139
hasSomePermission: this.hasSomePermission,
140140
} as WelcomeDialogModel,

src/app/shared/components/welcome-dialog/welcome-dialog.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "src/assets/scss/setup/variables";
22

3-
$spacing: 5rem;
3+
$spacing: 3rem;
44

55
.container {
66
padding-left: $spacing;

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body {
110110
.welcome-screen .mat-mdc-dialog-surface {
111111
background-color: #55b156 !important;
112112
overflow: hidden;
113-
padding: 24px;
113+
padding: 12px;
114114
}
115115

116116
app-welcome-dialog .hide-checkbox .mdc-checkbox {

0 commit comments

Comments
 (0)