change read NFC UI
This commit is contained in:
@@ -26,34 +26,34 @@ section .content{
|
||||
.custom-card-block {
|
||||
padding: 0.3rem !important;
|
||||
}
|
||||
#sxModal {
|
||||
display: none;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1100;
|
||||
}
|
||||
// #sxModal {
|
||||
// display: none;
|
||||
// overflow: auto;
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// background-color: #000;
|
||||
// background-color: rgba(0,0,0,0.4);
|
||||
// position: fixed;
|
||||
// top: 0;
|
||||
// right: 0;
|
||||
// bottom: 0;
|
||||
// left: 0;
|
||||
// z-index: 1100;
|
||||
// }
|
||||
|
||||
#sxModal-Content {
|
||||
position: relative;
|
||||
left: 42%;
|
||||
top: 30%;
|
||||
background-color: #32ad1a;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
padding-top: 5%;
|
||||
border-radius: 100px;
|
||||
z-index: 1101;
|
||||
}
|
||||
// #sxModal-Content {
|
||||
// position: relative;
|
||||
// left: 42%;
|
||||
// top: 30%;
|
||||
// background-color: #32ad1a;
|
||||
// color: #fff;
|
||||
// text-align: center;
|
||||
// width: 200px;
|
||||
// height: 200px;
|
||||
// padding-top: 5%;
|
||||
// border-radius: 100px;
|
||||
// z-index: 1101;
|
||||
// }
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.custom-card-columns {
|
||||
|
||||
Reference in New Issue
Block a user