We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb25d2 commit b94dc44Copy full SHA for b94dc44
ui/components/setup-assistant/base/_index.scss
@@ -52,6 +52,12 @@
52
.slds-progress-ring_large {
53
top: 1px;
54
}
55
+
56
+ .slds-media__figure {
57
+ @include rtl() {
58
+ margin-left: $spacing-small;
59
+ }
60
61
62
63
@@ -91,12 +97,16 @@
91
97
padding-right: $spacing-large;
92
98
padding-left: $spacing-medium;
93
99
100
94
101
.slds-media_center{
95
102
@include rtl() {
96
103
margin-right: $spacing-medium;
104
105
-}
-.slds-media__figure{
- margin-left: $spacing-small;
106
107
108
109
110
111
112
0 commit comments