added store password
This commit is contained in:
17
public/assets/css/merchbay/styles.css
vendored
17
public/assets/css/merchbay/styles.css
vendored
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user