add checkbox to select items from the dashboard

This commit is contained in:
elhombretecla 2016-05-09 19:34:50 +02:00
parent 1aab333eba
commit ccb77e3ade
2 changed files with 40 additions and 6 deletions

View file

@ -221,17 +221,21 @@
border-top-left-radius: $br-medium;
border-top-right-radius: $br-medium;
height: 70%;
position: relative;
width: 100%;
}
}
.grid-item-image {
svg {
height: 20%;
max-width: 120px;
width: 40%;
}
}
.color-swatch {
@ -249,6 +253,18 @@
margin-top: 15px;
}
.input-checkbox {
margin: 0;
position: absolute;
top: 10px;
right: 5px;
label {
margin: 0;
}
}
}
}