added store password

This commit is contained in:
franknstayn
2021-07-19 20:49:11 +08:00
parent 89a94bd0ca
commit 145ea90974
4 changed files with 103 additions and 16 deletions

View File

@@ -151,10 +151,27 @@ li.footer-menu-item a:hover {
}
.store-logo {
height: 165px;
display: inline-block;
/* border: 1px solid #e2e2e2; */
position: relative;
}
.store-locked{
background-color: rgb(0 0 0 / 60%);
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
padding: 67px;
text-align: center;
}
.store-locked > i {
font-size: 2rem;
color: #ffffff;
}
.store-logo img {
object-fit: contain;
width: 100%;