Use a skull and crossbones instead of a triangle

This commit is contained in:
probablycorey
2013-09-26 14:26:28 -07:00
parent 687776c3fb
commit 35c8d53275

View File

@@ -39,16 +39,19 @@ h6 {
}
.dev-mode {
&:before {
content: ""; // This is not a space, it is a skull and crossbones
}
position: absolute;
top: 0;
right: 0;
width: 10px;
height: 10px;
font-family: Wingdings;
font-size: 25px;
z-index: 1000;
opacity: 0.75;
border: 5px @background-color-warning solid;
border-bottom-color: transparent;
border-left-color: transparent;
color: @text-color-highlight;
}
}