increase border-width on checkmark circle in media section

This commit is contained in:
Mads Rasmussen
2017-02-23 14:54:47 +01:00
parent 09300bba71
commit b8a50b8da3

View File

@@ -128,9 +128,9 @@
z-index: 2;
top: 10px;
right: 10px;
width: 25px;
height: 25px;
border: 1px solid #ffffff;
width: 26px;
height: 26px;
border: 2px solid #ffffff;
background: @green;
border-radius: 50px;
box-sizing: border-box;