Update src/styles/popup.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
This commit is contained in:
parent
6a65903b86
commit
1399075fc4
@ -11,7 +11,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 5% 0%;
|
/* padding: 5% 0%; */
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -21,6 +21,7 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
|
||||||
background: #232323;
|
background: #232323;
|
||||||
|
margin: 5% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popUpMainCard.popUpMainCardQR {
|
.popUpMainCard.popUpMainCardQR {
|
||||||
@ -52,7 +53,7 @@
|
|||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
overflow: auto;
|
/* overflow: auto; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.popUpMainCardBottomQR {
|
.popUpMainCardBottomQR {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user