Skip to content

Commit cc18d2c

Browse files
authored
Merge branch 'master' into mod/dec/dateTimeIssue
2 parents 3942dfe + 7aaabe3 commit cc18d2c

File tree

7 files changed

+25
-29
lines changed

7 files changed

+25
-29
lines changed

packages/angular-sdk-components/src/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
}
1212

1313
.quick-link-list {
14-
border-radius: 8px;
14+
background-color: var(--mat-sys-surface-container);
15+
border-radius: 16px;
16+
border: 1px solid var(--mat-sys-primary);
1517
}
1618

1719
.quick-link-button {
@@ -20,22 +22,22 @@
2022
color: var(--app-form-color) !important;
2123
cursor: pointer;
2224
padding: calc(0.5rem * 2) !important;
23-
height: 6rem;
25+
height: 10rem;
2426
width: 100%;
2527
justify-content: start !important;
2628
background-color: transparent;
2729
border: 0;
2830
}
2931

3032
.quick-link-icon {
31-
width: 1em;
32-
height: 1em;
33+
width: 3em;
34+
height: 3em;
3335
flex-shrink: 0;
34-
filter: invert(100%);
3536
}
3637

3738
.quick-link-button-span {
3839
display: flex;
40+
flex-direction: column;
3941
align-items: center;
4042
gap: 0.5rem;
4143
}
Lines changed: 3 additions & 4 deletions
Loading
Lines changed: 3 additions & 4 deletions
Loading
Lines changed: 3 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)