mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
Update custom.scss
This commit is contained in:
parent
4c0965bd12
commit
7fe34838dc
1 changed files with 36 additions and 0 deletions
|
|
@ -28,3 +28,39 @@ span.label.label-grey {
|
|||
background-color: #ededed;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
|
||||
.site-title {
|
||||
display: inline-block !important; /* Force title visibility */
|
||||
font-size: 1.5em;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.site-logo::before {
|
||||
content: url('/assets/images/cactuzhead.png'); /* Fallback logo */
|
||||
max-height: 40px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Existing styles */
|
||||
.label {
|
||||
display: inline-block;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 0.8em;
|
||||
margin-left: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
span.label.label-grey {
|
||||
background-color: #ededed;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue