Browse Source

make whole tile clickable

pull/11/head
KodeStar 7 years ago
parent
commit
afe78c4e06
  1. 5
      public/css/app.css
  2. 2
      public/mix-manifest.json
  3. 5
      resources/assets/sass/_app.scss

5
public/css/app.css

@ -529,12 +529,13 @@ body {
right: 0; right: 0;
top: 0; top: 0;
height: 100%; height: 100%;
width: 52px; width: 100%;
text-align: center; text-align: right;
line-height: 90px; line-height: 90px;
color: white; color: white;
font-size: 24px; font-size: 24px;
z-index: 1; z-index: 1;
padding-right: 10px;
} }
.item .title { .item .title {

2
public/mix-manifest.json

@ -1,4 +1,4 @@
{ {
"/css/app.css": "/css/app.css?id=b971aae44f35616b817d", "/css/app.css": "/css/app.css?id=2bcada6f52a2ee8447df",
"/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2" "/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2"
} }

5
resources/assets/sass/_app.scss

@ -237,12 +237,13 @@ body {
right: 0; right: 0;
top: 0; top: 0;
height: 100%; height: 100%;
width: 52px; width: 100%;
text-align: center; text-align: right;
line-height: 90px; line-height: 90px;
color: white; color: white;
font-size: 24px; font-size: 24px;
z-index: 1; z-index: 1;
padding-right: 10px;
} }
.title { .title {
font-size: 16px; font-size: 16px;

Loading…
Cancel
Save