style(subscription): polish offer sections
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
font: inherit;
|
||||
text-align: center;
|
||||
box-shadow: 0 8px 22px rgba(26, 16, 20, 0.05);
|
||||
transition: background-color 0.18s ease, box-shadow 0.18s ease,
|
||||
color 0.18s ease, transform 0.12s ease;
|
||||
transition: background-color 0.18s ease, border-color 0.18s ease,
|
||||
box-shadow 0.18s ease, color 0.18s ease, transform 0.12s ease;
|
||||
}
|
||||
|
||||
.planCard:focus-visible {
|
||||
@@ -92,10 +92,13 @@
|
||||
}
|
||||
|
||||
.selected {
|
||||
border-color: rgba(246, 87, 160, 0.55);
|
||||
background: linear-gradient(180deg, #fff 0%, #fff2f8 100%);
|
||||
box-shadow: 0 14px 30px rgba(246, 87, 160, 0.2);
|
||||
border: 3px solid #f657a0;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #ffeaf4 100%),
|
||||
#ffffff;
|
||||
box-shadow: 0 16px 34px rgba(246, 87, 160, 0.34);
|
||||
color: #111111;
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
.planTitle {
|
||||
|
||||
Reference in New Issue
Block a user