Commit b73d39dc authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

restored close button

parent 2e417b15
......@@ -177,6 +177,11 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
position: absolute;
width: 100%;
.close {
margin-right: .5em;
margin-top: .25em;
}
&.collapsed {
@include rotateX(90deg);
opacity: 0;
......
......@@ -122,16 +122,12 @@ label {
//CLOSER////////////////////////////////
.close {
float: right;
font-size: 1.2em;
font-weight: bold;
color: $black;
margin: 0 .5em;
text-shadow: 0 1px 0 rgba(255,255,255,1);
@include icon("delete_1.png");
width: 1em;
height: 1em;
opacity: .2;
&:hover {
color: $black;
text-decoration: none;
cursor: pointer;
opacity: .4;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment