CASH-1340 fix button radius and color.
This commit is contained in:
parent
43053972da
commit
d3d0cd5007
2 changed files with 4 additions and 6 deletions
|
|
@ -137,9 +137,9 @@ body .buttonContainer {
|
||||||
}
|
}
|
||||||
body .buttonContainer button {
|
body .buttonContainer button {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
background: #db0020;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
border-radius: 50rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||||
|
|
@ -149,7 +149,6 @@ body .buttonContainer button {
|
||||||
}
|
}
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
body .buttonContainer button {
|
body .buttonContainer button {
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -148,9 +148,9 @@ body {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
button {
|
button {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
background: #db0020;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
border-radius: 50rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||||
|
|
@ -158,7 +158,6 @@ body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue