Queue search
This commit is contained in:
@@ -1,6 +1,25 @@
|
||||
/* 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;
|
||||
|
||||
&: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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user