Modified a fire other inline entries
This commit is contained in:
parent
d4202e0279
commit
99ddfbd33c
9 changed files with 56 additions and 28 deletions
19
src/components/metadataEditor/style.scss
Normal file
19
src/components/metadataEditor/style.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.dialogHeader {
|
||||
[dir="ltr"] & {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.marginLeft {
|
||||
[dir="ltr"] & {
|
||||
margin-left:1em;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
margin-right:1em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue