Merge branch 'master' into feature/library
This commit is contained in:
@ -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 ){
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user