mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-05-10 02:08:03 +00:00
Update common.scss
This commit is contained in:
parent
1bcea1f79e
commit
ffff4090c7
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user