|
@@ -19,9 +19,10 @@
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
bottom: 10px;
|
|
|
- background: linear-gradient(180deg, rgba(128, 158, 200, 0.59) 0%, rgba(58, 101, 162, 0.59) 100%);
|
|
|
+ background: linear-gradient( 180deg, rgba(180,131,76,0.3) 0%, rgba(180,131,76,0.6) 100%);
|
|
|
border-radius: 15px;
|
|
|
height: 30px;
|
|
|
+ text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
|
|
|
// transform: translate(-50%);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -47,7 +48,7 @@
|
|
|
&::before {
|
|
|
content: '';
|
|
|
width: 16px;
|
|
|
- height: 16px;
|
|
|
+ height: 17px;
|
|
|
display: inline-block;
|
|
|
background: url('../images/icon-cropper.png') no-repeat center;
|
|
|
background-size: contain;
|
|
@@ -76,7 +77,7 @@
|
|
|
&::before {
|
|
|
content: '';
|
|
|
width: 16px;
|
|
|
- height: 16px;
|
|
|
+ height: 17px;
|
|
|
display: inline-block;
|
|
|
background: url('../images/icon-image.png') no-repeat center;
|
|
|
background-size: contain;
|