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
+17 -15
View File
@@ -3,21 +3,23 @@
body header {
padding: 15px 0; }
body.debug header .navbar-brand {
position: relative; }
body.debug header .navbar-brand: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); }
body.debug header .navbar-brand {
position: relative; }
body.debug header .navbar-brand: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; }
h1 {
padding: 24px 0 12px 0; }