I added a custom image to my events via '#eventSettingsTemplate' how ever i cannot make the image to be using a grid like style in which its two rows height and my other two divs are in each row like this:
+----------+|+---------------------+
| | Name. |
| [IMG] |+------------------- +
| | Total |
+-----------+ +--------------------+
But im not able to make the image fill the two divs, it always just fill the 'Total' one, or it wont show'
How can i make this using scss? or change it my template can you guide me?
.image {
width: 21px;
height: 21px;
background-size: 45px;
background-repeat: no-repeat;
}