Add more debug indicator css

This commit is contained in:
2020-01-23 09:47:23 -05:00
parent 36a9e3b775
commit 55d5f3ad6d
3 changed files with 38 additions and 32 deletions
+20 -16
View File
@@ -5,22 +5,26 @@ body header {
padding: 15px 0;
}
body.debug header .navbar-brand {
position: relative;
&:before {
content: "\f121";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: red;
font-size: 60px;
padding-right: 0.5em;
position: absolute;
top: 10px;
left: 0;
body.debug header {
background: repeating-linear-gradient(to right, #990, #090 10px, #333 10px, #333 20px);
.navbar-brand {
position: relative;
&:before {
content: "\f121";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: red;
font-size: 60px;
padding-right: 0.5em;
position: absolute;
top: 10px;
left: 0;
}
}
}