Reuse favicon for site logo
All checks were successful
Deploy Spot / deploy (push) Successful in 39s
All checks were successful
Deploy Spot / deploy (push) Successful in 39s
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
.spot-icon-with-text {
|
||||
display: inline-flex;
|
||||
align-items: flex-start;
|
||||
gap: var.$elem-spacing;
|
||||
gap: var.$text-spacing;
|
||||
|
||||
.spot-icon-symbol {
|
||||
flex: 0 0 auto;
|
||||
@@ -85,11 +85,11 @@ export default {
|
||||
|
||||
.spot-icon {
|
||||
&.margin-right {
|
||||
margin-right: var.$elem-spacing;
|
||||
margin-right: var.$text-spacing;
|
||||
}
|
||||
|
||||
&.margin-left {
|
||||
margin-left: var.$elem-spacing;
|
||||
margin-left: var.$text-spacing;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user