@npm_leadtech/legal-lib-components 5.2.15 → 5.2.16
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,6 @@ 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
1300
|
}
|
|
1301
1301
|
@media (min-width: 328px) and (max-width: 720px) {
|
|
1302
1302
|
.pane-wrapper:nth-child(4) {
|
|
@@ -1306,6 +1306,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
1306
1306
|
}
|
|
1307
1307
|
.pane-wrapper:nth-child(4) .pane--title {
|
|
1308
1308
|
font-size: 0.75rem;
|
|
1309
|
+
padding: 0;
|
|
1309
1310
|
}
|
|
1310
1311
|
.pane-wrapper span {
|
|
1311
1312
|
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,13 @@
|
|
|
62
63
|
&:nth-child(4) {
|
|
63
64
|
margin-top: 45px;
|
|
64
65
|
text-align: right;
|
|
65
|
-
padding: 0;
|
|
66
66
|
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
67
67
|
text-align: left;
|
|
68
68
|
margin-top: 16px;
|
|
69
69
|
}
|
|
70
70
|
.pane--title {
|
|
71
71
|
font-size: 0.75rem;
|
|
72
|
+
padding: 0;
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
75
|
|