Updating radio to use core data storage; Darken-ified radio overlay

This commit is contained in:
James Barnsley
2017-08-11 08:27:22 +12:00
parent a161facbbc
commit 4a82163519
5 changed files with 13 additions and 13 deletions

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;
}
}