mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-05-06 16:37:45 +00:00
Update common.scss
This commit is contained in:
parent
1bcea1f79e
commit
ffff4090c7
@ -40,6 +40,8 @@
|
||||
.d-icon {
|
||||
margin-right: 5px;
|
||||
opacity: 0.7;
|
||||
min-width: 16px;
|
||||
text-align: center;
|
||||
|
||||
.rtl & {
|
||||
margin-right: 0;
|
||||
@ -48,11 +50,13 @@
|
||||
}
|
||||
|
||||
.fa-caret-down {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
transform: rotate(-90deg);
|
||||
transition: transform ease 0.15s;
|
||||
|
||||
.rtl & {
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user