We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fce821 commit e1657e9Copy full SHA for e1657e9
1 file changed
projects/ui/src/lib/components/layout/empty-manage-card/empty-manage-card.component.scss
@@ -1,12 +1,11 @@
1
.card {
2
+ position: relative;
3
+ width: 100%;
4
+ max-width: 286px;
5
padding: 24px;
6
background-color: var(--light-white);
- background-color: var(--light-white);
7
border: 0.5px solid var(--medium-grey-for-outline);
8
border-radius: var(--rounded-xl);
- width: 100%;
- position: relative;
9
- max-width: 286px;
10
11
&__inner {
12
display: flex;
@@ -16,13 +15,13 @@
16
15
17
&__info {
18
19
- align-items: center;
20
gap: 15px;
+ align-items: center;
21
}
22
23
&__text {
24
- color: var(--dark-grey);
25
width: 60%;
+ color: var(--dark-grey);
26
27
28
&__cross {
@@ -32,7 +31,7 @@
32
31
33
34
i {
35
- cursor: pointer;
36
color: var(--dark-grey);
+ cursor: pointer;
37
38
0 commit comments