This commit is contained in:
parent
14317c2232
commit
009eba6315
@ -262,9 +262,15 @@ button,
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
left: 0.25rem;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
|
:root[dir="ltr"] & {
|
||||||
|
left: 0.25rem;
|
||||||
|
}
|
||||||
|
:root[dir="rtl"] & {
|
||||||
|
right: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
&--transition-left {
|
&--transition-left {
|
||||||
section {
|
section {
|
||||||
width: 185px;
|
width: 185px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user