Add logical properties

This commit is contained in:
Jeremy Thomas
2020-03-23 13:10:29 +00:00
parent 4af9686eb0
commit 0f6af6105c
21 changed files with 109 additions and 73 deletions

View File

@@ -38,7 +38,7 @@ $dropdown-divider-background-color: $border-light !default
.dropdown-menu
display: none
left: 0
+inset-inline-start(0)
min-width: $dropdown-menu-min-width
padding-top: $dropdown-content-offset
position: absolute
@@ -62,8 +62,8 @@ $dropdown-divider-background-color: $border-light !default
a.dropdown-item,
button.dropdown-item
padding-right: 3rem
text-align: left
padding-inline-end: 3rem
text-align: inherit
white-space: nowrap
width: 100%
&:hover