Skip to content

Commit e1657e9

Browse files
committed
add styles for empty-manage-card
1 parent 1fce821 commit e1657e9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
.card {
2+
position: relative;
3+
width: 100%;
4+
max-width: 286px;
25
padding: 24px;
36
background-color: var(--light-white);
4-
background-color: var(--light-white);
57
border: 0.5px solid var(--medium-grey-for-outline);
68
border-radius: var(--rounded-xl);
7-
width: 100%;
8-
position: relative;
9-
max-width: 286px;
109

1110
&__inner {
1211
display: flex;
@@ -16,13 +15,13 @@
1615

1716
&__info {
1817
display: flex;
19-
align-items: center;
2018
gap: 15px;
19+
align-items: center;
2120
}
2221

2322
&__text {
24-
color: var(--dark-grey);
2523
width: 60%;
24+
color: var(--dark-grey);
2625
}
2726

2827
&__cross {
@@ -32,7 +31,7 @@
3231
}
3332

3433
i {
35-
cursor: pointer;
3634
color: var(--dark-grey);
35+
cursor: pointer;
3736
}
3837
}

0 commit comments

Comments
 (0)