Merge pull request #238 from Bitcoin-com/wallet/task/416
Fix - 416 - buttom button border-radius fix
This commit is contained in:
commit
96a9ab9c6e
3 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
||||||
.button {
|
.button {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
&.button-full {
|
&.button-full {
|
||||||
|
border-radius: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
&-green {
|
&-green {
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ click-to-accept {
|
||||||
.click-to-accept {
|
.click-to-accept {
|
||||||
|
|
||||||
&__button.button.button-primary.button-standard {
|
&__button.button.button-primary.button-standard {
|
||||||
|
border-radius: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 9999px;
|
max-width: 9999px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@ slide-to-accept {
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide {
|
.slide {
|
||||||
|
.button {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
&__listener {
|
&__listener {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue