1
0
Fork 0

Resizing of Application image now works again

This commit is contained in:
Michael Hackstein 2014-03-03 11:04:02 +01:00
parent 0e2075f3f3
commit 6d3441ec87
3 changed files with 15 additions and 2071 deletions

View File

@ -5,7 +5,10 @@ ul.tileList {
}
li.tile {
$iconSize: 50px;
@extend %pull-left;
@include box-shadow(none);
position:relative;
text-align:center;
height:100px;
@ -17,7 +20,13 @@ li.tile {
right: 6px;
bottom: 13px;
}
@include box-shadow(none);
img {
&.icon {
height: $iconSize;
width: $iconSize;
}
}
a {
span {
@ -30,14 +39,14 @@ li.tile {
margin-right: 10px;
}
&.icon {
font-size: 50px;
font-size: $iconSize;
}
}
svg {
@extend %clickable;
&.icon {
height: 50px;
width: 50px;
height: $iconSize;
width: $iconSize;
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long