@npm_leadtech/legal-lib-components 5.2.15 → 5.2.17
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/dist/css/styles.css
CHANGED
|
@@ -1283,6 +1283,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
1283
1283
|
}
|
|
1284
1284
|
.pane-wrapper:nth-child(2) {
|
|
1285
1285
|
text-align: right;
|
|
1286
|
+
padding-right: 0;
|
|
1286
1287
|
}
|
|
1287
1288
|
@media (min-width: 328px) and (max-width: 720px) {
|
|
1288
1289
|
.pane-wrapper:nth-child(2) {
|
|
@@ -1296,7 +1297,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
1296
1297
|
.pane-wrapper:nth-child(4) {
|
|
1297
1298
|
margin-top: 45px;
|
|
1298
1299
|
text-align: right;
|
|
1299
|
-
padding: 0;
|
|
1300
|
+
padding-right: 0;
|
|
1300
1301
|
}
|
|
1301
1302
|
@media (min-width: 328px) and (max-width: 720px) {
|
|
1302
1303
|
.pane-wrapper:nth-child(4) {
|
|
@@ -1306,6 +1307,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
1306
1307
|
}
|
|
1307
1308
|
.pane-wrapper:nth-child(4) .pane--title {
|
|
1308
1309
|
font-size: 0.75rem;
|
|
1310
|
+
padding: 0;
|
|
1309
1311
|
}
|
|
1310
1312
|
.pane-wrapper span {
|
|
1311
1313
|
display: block;
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
&:nth-child(2) {
|
|
53
53
|
text-align: right;
|
|
54
|
+
padding-right: 0;
|
|
54
55
|
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
55
56
|
text-align: left;
|
|
56
57
|
}
|
|
@@ -62,13 +63,14 @@
|
|
|
62
63
|
&:nth-child(4) {
|
|
63
64
|
margin-top: 45px;
|
|
64
65
|
text-align: right;
|
|
65
|
-
padding: 0;
|
|
66
|
+
padding-right: 0;
|
|
66
67
|
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
67
68
|
text-align: left;
|
|
68
69
|
margin-top: 16px;
|
|
69
70
|
}
|
|
70
71
|
.pane--title {
|
|
71
72
|
font-size: 0.75rem;
|
|
73
|
+
padding: 0;
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
76
|
|