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