fix(subscription): adjust padding and margin for card layout
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
background-color: #ffffff;
|
||||
border-radius: 21px;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||
padding: 28px 28px 0;
|
||||
overflow: hidden;
|
||||
border: solid 1px rgba(0, 0, 0, 0.14);
|
||||
}
|
||||
@@ -10,12 +9,11 @@
|
||||
.header {
|
||||
background-color: #fce4ec;
|
||||
border-radius: 5px;
|
||||
padding: 0;
|
||||
padding: var(--spacing-md);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0;
|
||||
font-size: var(--font-size-lg);
|
||||
font-weight: 600;
|
||||
color: #f657a0;
|
||||
@@ -24,8 +22,8 @@
|
||||
|
||||
.list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 18px 0;
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
.item {
|
||||
|
||||
Reference in New Issue
Block a user