make whole tile clickable
This commit is contained in:
parent
eaf692daa1
commit
afe78c4e06
3 changed files with 7 additions and 5 deletions
5
public/css/app.css
vendored
5
public/css/app.css
vendored
|
@ -529,12 +529,13 @@ body {
|
|||
right: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 52px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
line-height: 90px;
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
z-index: 1;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.item .title {
|
||||
|
|
|
@ -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"
|
||||
}
|
5
resources/assets/sass/_app.scss
vendored
5
resources/assets/sass/_app.scss
vendored
|
@ -237,12 +237,13 @@ body {
|
|||
right: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 52px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
line-height: 90px;
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
z-index: 1;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.title {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in a new issue