welcome_css 0.65 → 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
|
|
@@ -318,11 +318,26 @@
|
|
|
318
318
|
.link-icon:hover {
|
|
319
319
|
cursor: pointer;
|
|
320
320
|
}
|
|
321
|
-
.simple-link
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
.simple-link, .simple-link:hover,
|
|
322
|
+
.btn.btn-link, .btn.btn-link:hover {
|
|
323
|
+
color: #4A8FE7 !important;
|
|
324
|
+
background-color: transparent !important;
|
|
324
325
|
border: none;
|
|
325
326
|
font-weight: normal;
|
|
326
|
-
padding: 0;
|
|
327
|
+
padding: 0 !important;
|
|
327
328
|
margin: 0 5px;
|
|
329
|
+
}
|
|
330
|
+
.simple-link:hover,
|
|
331
|
+
.btn.btn-link:hover {
|
|
332
|
+
text-decoration: underline;
|
|
333
|
+
}
|
|
334
|
+
input[type="submit"].btn-link,
|
|
335
|
+
input[type="submit"].simple-link {
|
|
336
|
+
display: block;
|
|
337
|
+
float: left;
|
|
338
|
+
}
|
|
339
|
+
input[type="submit"].btn-link:hover,
|
|
340
|
+
input[type="submit"].simple-link:hover {
|
|
341
|
+
background-color: transparent !important;
|
|
342
|
+
border: none !important;
|
|
328
343
|
}
|
|
@@ -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
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: welcome_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.68'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|