fix: logo

This commit is contained in:
nevfy 2024-06-23 05:01:16 +03:00
parent e709564a44
commit c0b5306b76
3 changed files with 17 additions and 16 deletions

View file

@ -39,7 +39,7 @@
svg {
display: inline-block;
margin: 0 10px;
margin: 0 2rem;
height: 30px;
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -191,4 +191,16 @@ a, a.btn-link {
& > i {
color: lightgray;
}
}
#sp-logo-text {
fill: $white
}
#sp-logo-icon {
fill: $gray
}
#sp-logo-keyhole {
fill: $yellow
}