This commit is contained in:
parent
21a8996ba4
commit
3e45dd0b9a
|
|
@ -200,12 +200,17 @@ p {
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease, box-shadow 320ms ease, background-color 320ms ease, border-color 320ms ease;
|
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease, box-shadow 320ms ease, background-color 320ms ease, border-color 320ms ease;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
opacity: 0.58;
|
opacity: 0.58;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
.plan-price-symbol {
|
.plan-price-symbol {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
transition: color 320ms ease;
|
transition: color 320ms ease;
|
||||||
|
|
@ -273,6 +278,10 @@ p {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background: #F7FEFA;
|
||||||
|
}
|
||||||
|
|
||||||
.plan-price-symbol {
|
.plan-price-symbol {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #FF2D2D;
|
color: #FF2D2D;
|
||||||
|
|
@ -370,7 +379,7 @@ p {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 6px;
|
bottom: 10px;
|
||||||
width: calc(100% - 32px);
|
width: calc(100% - 32px);
|
||||||
max-width: 343px;
|
max-width: 343px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
|
@ -707,4 +716,4 @@ p {
|
||||||
|
|
||||||
.green {
|
.green {
|
||||||
color: #00B85C;
|
color: #00B85C;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue