8 lines
193 B
SCSS
8 lines
193 B
SCSS
@if $gitter_enable {
|
|
.gitter-open-chat-button {
|
|
$alignment: sidebar-toggle-alignment(false);
|
|
#{nth($alignment, 1)}: auto !important;
|
|
#{nth($alignment, 2)}: 10px !important;
|
|
}
|
|
}
|