...
|
...
|
@@ -376,12 +376,12 @@ input[type=file] { |
|
|
}
|
|
|
|
|
|
.login-cover-image{
|
|
|
background-image: url(../static/assets/images/bg-2.jpg);
|
|
|
background-image: url(../assets/images/bg-2.jpg);
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
}
|
|
|
.shop-admin-name{
|
|
|
background-image: url(../static/assets/images/user-12.jpg);
|
|
|
background-image: url(../assets/images/user-12.jpg);
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
width: 128px;
|
...
|
...
|
@@ -389,7 +389,7 @@ input[type=file] { |
|
|
border-radius: 80px;
|
|
|
}
|
|
|
.navbar-brand-img{
|
|
|
background-image: url(../static/assets/images/logo.jpg);
|
|
|
background-image: url(../assets/images/logo.jpg);
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
width: 243px;
|
...
|
...
|
|