Update common.scss

This commit is contained in:
Joe 2018-08-12 14:14:17 +08:00 committed by GitHub
parent 1bcea1f79e
commit ffff4090c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@
.d-icon { .d-icon {
margin-right: 5px; margin-right: 5px;
opacity: 0.7; opacity: 0.7;
min-width: 16px;
text-align: center;
.rtl & { .rtl & {
margin-right: 0; margin-right: 0;
@ -48,11 +50,13 @@
} }
.fa-caret-down { .fa-caret-down {
margin-right: 0;
margin-left: 5px; margin-left: 5px;
transform: rotate(-90deg); transform: rotate(-90deg);
transition: transform ease 0.15s; transition: transform ease 0.15s;
.rtl & { .rtl & {
margin-left: 0;
margin-right: 5px; margin-right: 5px;
transform: rotate(90deg); transform: rotate(90deg);
} }