Updating btn-close size for direct messages on mobile devices.

Этот коммит содержится в:
Asaad Mahmood
2015-10-20 21:08:18 +05:00
родитель b28b519d32
Коммит e9fc2434fc

Просмотреть файл

@@ -645,6 +645,9 @@
} }
&.has-close { &.has-close {
.btn-close { .btn-close {
width: 40px;
text-align: center;
right: 0;
display: block; display: block;
@include opacity(0.5); @include opacity(0.5);
} }