fixes to tile css

This commit is contained in:
KodeStar
2018-02-04 15:56:59 +00:00
parent ad1b669d27
commit 07ae03445a
3 changed files with 15 additions and 15 deletions

16
public/css/app.css vendored
View File

@@ -440,9 +440,9 @@ body {
#app.header .item,
#app.header .add-item {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0.7;
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 0.8;
margin: 20px 0;
}
@@ -451,12 +451,12 @@ body {
}
.add-item {
width: 300px;
height: 130px;
width: 280px;
height: 90px;
margin: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
-ms-flex: 0 0 280px;
flex: 0 0 280px;
border-radius: 6px;
padding: 20px;
border: 4px dashed rgba(255, 255, 255, 0.7);
@@ -477,7 +477,7 @@ body {
display: block;
width: 100%;
text-align: center;
line-height: 90px;
line-height: 40px;
color: white;
font-size: 19px;
}