Add more debug indicator css
This commit is contained in:
+20
-16
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user