mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
11 lines
194 B
SCSS
11 lines
194 B
SCSS
.ds-logo {
|
|
@include reset;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: $text-color-primary;
|
|
}
|
|
|
|
.ds-logo-inverse {
|
|
color: $text-color-primary-inverse;
|
|
} |