Merge branch 'master' into feature/library

This commit is contained in:
James Barnsley
2017-08-11 08:59:29 +12:00
8 changed files with 29 additions and 20 deletions

View File

@ -172,11 +172,11 @@ input[type="submit"] {
.flag {
font-size: 10px;
margin-left: 3px;
margin-left: 5px;
padding: 1px 4px;
line-height: 1.2em;
vertical-align: top;
margin-top: 6px;
margin-top: 1px;
}
@include responsive( $bp_medium ){

View File

@ -26,14 +26,14 @@
&.radio-enabled {
.thumbnail {
box-sizing: border-box;
padding: 10%;
}
.radio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
top: -15%;
left: -15%;
width: 130%;
height: 130%;
z-index: 2;
}
}