welcome_css 0.67 → 0.70
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: 900d80a096fbf9b5ca677ca4ea459dad78ecabd1865f29f00719ae050037cc13
|
|
4
|
+
data.tar.gz: f9e3bb63f58deab1fad812bbd40a29c98859731701e43501133587ce7b306837
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72ac055854f011a2c6998cd4625bf9fa394bdeb5d5a7d289e919483549e06273528be2a8dec464bb9ca5709a5b4394327b8ddb11a10aca0dd1061f05fab81f92
|
|
7
|
+
data.tar.gz: cbd78f01e2475fd72e6d8e78db201fa3fdba123c5d6d5fd175c9a8c008051ab9502d5fcda4a365a068e37edbe331a7c6176b1e39b11894086135abf6825990b9
|
|
@@ -306,6 +306,12 @@
|
|
|
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
|
+
}
|
|
312
|
+
#model-area-themes [draggable] {
|
|
313
|
+
width: 48%;
|
|
314
|
+
}
|
|
309
315
|
}
|
|
310
316
|
|
|
311
317
|
@media (max-width: 580px) {
|
|
@@ -439,6 +445,9 @@
|
|
|
439
445
|
height: auto;
|
|
440
446
|
overflow: scroll;
|
|
441
447
|
}
|
|
448
|
+
.am-wrapper .component-container .block-pill {
|
|
449
|
+
width: 48%;
|
|
450
|
+
}
|
|
442
451
|
}
|
|
443
452
|
|
|
444
453
|
@media (max-width: 460px) {
|
|
@@ -3243,7 +3243,7 @@ table .ui-table-row {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
.ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
|
|
3245
3245
|
margin-top: 0px;
|
|
3246
|
-
width:
|
|
3246
|
+
width: 180px;
|
|
3247
3247
|
font-size: 14px !important;
|
|
3248
3248
|
padding: 5px 15px !important;
|
|
3249
3249
|
background-position: right 10px top 15px !important;
|
|
@@ -3276,8 +3276,92 @@ 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
|
+
}
|
|
3311
|
+
#model-area-themes [draggable] {
|
|
3312
|
+
display: block;
|
|
3313
|
+
float: left;
|
|
3314
|
+
position: relative;
|
|
3315
|
+
width: 24%;
|
|
3316
|
+
margin: 0 3px;
|
|
3317
|
+
border: none !important;
|
|
3318
|
+
padding-left: 20px;
|
|
3319
|
+
background-image: image-url('icons/icn-rearrange.svg');
|
|
3320
|
+
background-repeat: no-repeat;
|
|
3321
|
+
background-size: 14px;
|
|
3322
|
+
background-position: left 0px top 14px;
|
|
3323
|
+
}
|
|
3324
|
+
#model-area-themes [contenteditable] {
|
|
3325
|
+
display: block;
|
|
3326
|
+
float: left;
|
|
3327
|
+
position: relative;
|
|
3328
|
+
width: 95%;
|
|
3329
|
+
height: 42px;
|
|
3330
|
+
padding: 10px 34px 10px 25px;
|
|
3331
|
+
border: 1px solid #ddd;
|
|
3332
|
+
border-radius: 4px;
|
|
3333
|
+
font-size: 14px;
|
|
3334
|
+
background-image: image-url('icons/icn-edit.svg');
|
|
3335
|
+
background-repeat: no-repeat;
|
|
3336
|
+
background-size: 10px;
|
|
3337
|
+
background-position: left 7px top 15px;
|
|
3338
|
+
margin-bottom: 18px;
|
|
3339
|
+
}
|
|
3340
|
+
#model-area-themes [contenteditable]:hover {
|
|
3341
|
+
cursor: text;
|
|
3342
|
+
}
|
|
3343
|
+
#model-area-themes [data-remote] {
|
|
3344
|
+
display: block;
|
|
3345
|
+
position: absolute;
|
|
3346
|
+
width: 30px;
|
|
3347
|
+
height: 42px;
|
|
3348
|
+
border: 1px solid #ff0000;
|
|
3349
|
+
border-radius: 4px;
|
|
3350
|
+
top: 0;
|
|
3351
|
+
right: 12px;
|
|
3352
|
+
background-image: image-url('icons/icn-trash.svg');
|
|
3353
|
+
background-repeat: no-repeat;
|
|
3354
|
+
background-size: 15px;
|
|
3355
|
+
background-position: left 7px top 10px;
|
|
3356
|
+
text-indent: -9999px;
|
|
3357
|
+
}
|
|
3358
|
+
#model-area-themes [draggable]:hover {
|
|
3359
|
+
cursor: move;
|
|
3360
|
+
}
|
|
3361
|
+
.modal-content #model-area-themes div:last-child {
|
|
3362
|
+
display: block;
|
|
3363
|
+
float: left;
|
|
3364
|
+
position: relative;
|
|
3365
|
+
width: 100%;
|
|
3366
|
+
margin-top: 20px;
|
|
3367
|
+
}
|
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.70'
|
|
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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|