revdev-components 0.180.0 → 0.181.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/styles.css +3 -7
- package/package.json +1 -1
package/build/styles.css
CHANGED
|
@@ -133,16 +133,12 @@ body {
|
|
|
133
133
|
}
|
|
134
134
|
.index-module_root__right__AOLlF label {
|
|
135
135
|
width: 100% !important;
|
|
136
|
-
display:
|
|
137
|
-
|
|
138
|
-
.index-module_root__right__AOLlF label::after {
|
|
139
|
-
display: none !important;
|
|
140
|
-
}
|
|
141
|
-
.index-module_root__right__AOLlF label::before {
|
|
142
|
-
display: none !important;
|
|
136
|
+
display: flex !important;
|
|
137
|
+
flex-direction: row !important;
|
|
143
138
|
}
|
|
144
139
|
|
|
145
140
|
.index-module_label__-pb4C {
|
|
141
|
+
flex: 1;
|
|
146
142
|
display: flex;
|
|
147
143
|
justify-content: space-between;
|
|
148
144
|
align-items: flex-end;
|