move dropdown-arrow class to main.scss

This commit is contained in:
Alina Beck 2019-12-19 08:40:04 +05:30
parent f6cdf9ff64
commit 4e6ec6eba7
2 changed files with 4 additions and 4 deletions

View File

@ -175,3 +175,7 @@ hr {
overflow-wrap: break-word;
word-wrap: break-word;
}
.dropdown-arrow {
font-size: $font-size-xx-small;
}

View File

@ -65,10 +65,6 @@ export default {
}
}
.dropdown-arrow {
font-size: $font-size-xx-small;
}
.dropdown-menu {
user-select: none;
display: flex;