welcome_css 0.67 → 0.68
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea9c66a04a1de1f9acf32dd28a9fbdc5d0b3f8e3714ab7c2279b4574300726b6
|
|
4
|
+
data.tar.gz: eec6a657e2fbea5afd4c871bb4d56bcaaf30e3de5a58f82552ab2f97998e0ea6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb292b2d595352e1a8a058cc4d2d3a205dd7df72be56cd478d54244be373ad7252c14db4ba3f46fee40fe9c2773b6f6a2f8c05e549c2a5336dbd0c65ed5f0dfe
|
|
7
|
+
data.tar.gz: de211f1b8f712f764bf15ad51aed87b8b005f5a3b51856f8ca6da5bda6d7e05ef0ac04a97e58cf2de8f30df8de4d5f3e2e01528472afcff5e5b3e398399eb7bf
|
|
@@ -306,6 +306,9 @@
|
|
|
306
306
|
.land-app .ui-app-area .filter-block .col-4 {
|
|
307
307
|
width: 100%;
|
|
308
308
|
}
|
|
309
|
+
.am-wrapper .component-container .block-pill {
|
|
310
|
+
width: 32%;
|
|
311
|
+
}
|
|
309
312
|
}
|
|
310
313
|
|
|
311
314
|
@media (max-width: 580px) {
|
|
@@ -439,6 +442,9 @@
|
|
|
439
442
|
height: auto;
|
|
440
443
|
overflow: scroll;
|
|
441
444
|
}
|
|
445
|
+
.am-wrapper .component-container .block-pill {
|
|
446
|
+
width: 48%;
|
|
447
|
+
}
|
|
442
448
|
}
|
|
443
449
|
|
|
444
450
|
@media (max-width: 460px) {
|
|
@@ -3276,8 +3276,35 @@ table .ui-table-row {
|
|
|
3276
3276
|
height: 44px;
|
|
3277
3277
|
}
|
|
3278
3278
|
|
|
3279
|
+
/* =========================== */
|
|
3279
3280
|
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3281
|
+
.am-wrapper .component-container {
|
|
3282
|
+
margin-bottom: 30px;
|
|
3283
|
+
border-bottom: 1px solid #D9D9D9;
|
|
3284
|
+
padding-bottom: 30px;
|
|
3285
|
+
}
|
|
3286
|
+
.am-wrapper .component-container h2 {
|
|
3287
|
+
display: block;
|
|
3288
|
+
float: left;
|
|
3289
|
+
position: relative;
|
|
3290
|
+
width: 100%;
|
|
3291
|
+
font-size: 18px;
|
|
3292
|
+
margin-bottom: 12px;
|
|
3293
|
+
}
|
|
3294
|
+
.am-wrapper .component-container .block-pill {
|
|
3295
|
+
margin-left: auto;
|
|
3296
|
+
width: 24%;
|
|
3297
|
+
margin: 0 3px;
|
|
3298
|
+
}
|
|
3299
|
+
.am-wrapper .component-container .block-pill form {
|
|
3300
|
+
padding: 0;
|
|
3301
|
+
}
|
|
3302
|
+
.am-wrapper .component-container .block-pill form label {
|
|
3303
|
+
margin-bottom: 12px;
|
|
3304
|
+
}
|
|
3305
|
+
.am-wrapper .component-container .block-pill .col-4 {
|
|
3306
|
+
width: 100%;
|
|
3307
|
+
}
|
|
3308
|
+
.modal-content .block-pill form label {
|
|
3309
|
+
margin-bottom: 12px;
|
|
3310
|
+
}
|
data/lib/welcome_css/version.rb
CHANGED