fixes to tile css
This commit is contained in:
parent
ad1b669d27
commit
07ae03445a
3 changed files with 15 additions and 15 deletions
16
public/css/app.css
vendored
16
public/css/app.css
vendored
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/css/app.css": "/css/app.css?id=2edca3a26209c37ea9d2",
|
||||
"/css/app.css": "/css/app.css?id=b971aae44f35616b817d",
|
||||
"/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2"
|
||||
}
|
12
resources/assets/sass/_app.scss
vendored
12
resources/assets/sass/_app.scss
vendored
|
@ -165,8 +165,8 @@ body {
|
|||
//width: 240px;
|
||||
}
|
||||
.item, .add-item {
|
||||
transform: scale(0.8);
|
||||
opacity: 0.7;
|
||||
transform: scale(0.9);
|
||||
opacity: 0.8;
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
@ -177,10 +177,10 @@ body {
|
|||
}
|
||||
}
|
||||
.add-item {
|
||||
width: 300px;
|
||||
height: 130px;
|
||||
width: 280px;
|
||||
height: 90px;
|
||||
margin: 20px;
|
||||
flex: 0 0 300px;
|
||||
flex: 0 0 280px;
|
||||
border-radius: 6px;
|
||||
padding: 20px;
|
||||
border: 4px dashed rgba(255,255,255,0.7);
|
||||
|
@ -197,7 +197,7 @@ body {
|
|||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 90px;
|
||||
line-height: 40px;
|
||||
color: white;
|
||||
font-size: 19px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue