hugo-theme-next/assets/css/_common/components/third-party/gitter.scss
2022-05-21 19:18:19 +08:00

8 lines
184 B
SCSS

@if $gitter_enable {
.gitter-open-chat-button {
$alignment : sidebar-toggle-alignment(false);
#{$alignment[0]}: auto !important;
#{$alignment[1]}: 10px !important;
}
}