Refactor styles to use logical properties for positioning (#23944)
This commit is contained in:
parent
88fc04d3d7
commit
babd86e594
15 changed files with 279 additions and 571 deletions
|
@ -39,8 +39,8 @@
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
margin: -3px 0 0;
|
||||
margin-left: 0.075em;
|
||||
margin-right: 0.075em;
|
||||
margin-inline-start: 0.075em;
|
||||
margin-inline-end: 0.075em;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -171,7 +171,7 @@
|
|||
margin-bottom: 15px;
|
||||
|
||||
.fa {
|
||||
margin-right: 5px;
|
||||
margin-inline-end: 5px;
|
||||
color: $darker-text-color;
|
||||
}
|
||||
}
|
||||
|
@ -284,7 +284,7 @@
|
|||
}
|
||||
|
||||
.trends__item__current {
|
||||
padding-right: 0;
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -309,7 +309,7 @@
|
|||
padding: 10px;
|
||||
|
||||
&:first-child {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -340,9 +340,9 @@
|
|||
|
||||
tbody td.accounts-table__extra {
|
||||
width: 120px;
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
color: $darker-text-color;
|
||||
padding-right: 16px;
|
||||
padding-inline-end: 16px;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -363,7 +363,7 @@
|
|||
|
||||
tbody td.accounts-table__interrelationships {
|
||||
width: 21px;
|
||||
padding-right: 16px;
|
||||
padding-inline-end: 16px;
|
||||
}
|
||||
|
||||
.fa {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue