Queue search

This commit is contained in:
2017-02-02 12:28:22 -05:00
parent e3779a323c
commit 77a35e87d3
11 changed files with 170 additions and 71 deletions
+16
View File
@@ -1,5 +1,21 @@
/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
body.debug header .brand {
position: relative; }
body.debug header .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; }