welcome_css 0.66 → 0.69

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: 4a8b241fdacc16d395f1a2f817eac97512819a11a2ef26e20681cdda1ffc6527
4
- data.tar.gz: 40cbf6d7e872d974382b786e2269a21f2c7024541851fb8ff3fd23f3adfb701a
3
+ metadata.gz: 9d45c8aeb6a8d89cbe49e81f0aacd8661ce1c4aa5f193b52693d364c3d831c09
4
+ data.tar.gz: be38890ceabcbb8eaaf717bdd7b3490c49fa581ac916655e195876767e98ffac
5
5
  SHA512:
6
- metadata.gz: 821f1da9eb67e479eeccd09f859dfa456f77c964d9f5714c63c9d97789a18cc10f90326f48d75f31630aaf04d31a8ac2883af3fc5943b99a36ed21a9e186d4d0
7
- data.tar.gz: 759b58fb9548c66c2a44be4da251047d78eedb300e3efa172b09859109fa90687a45bea786c4b43658068388d6fd1a240049ba0fe9eb2687391c67dfe8bdf639
6
+ metadata.gz: 6ed8b6401402b8db5bf3371372915e0b48be4078cd6ca3b1c9991c9b2cbbf8c35f99443cc5f4f160049656b86a58b4660b138043a3ebc7c2da0abd70c3921dee
7
+ data.tar.gz: 45ac178a13616fb6bac83980218c74739296afefe2fafc405841262f389c3abdfd25071758d77cf1738b799e1df35bc42b16ad604cf7d4d9a5e01d97fab1af4f
@@ -330,4 +330,14 @@
330
330
  .simple-link:hover,
331
331
  .btn.btn-link:hover {
332
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;
333
343
  }
@@ -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: 200px;
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,84 @@ 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
+ }
3319
+ #model-area-themes [contenteditable] {
3320
+ display: block;
3321
+ float: left;
3322
+ position: relative;
3323
+ width: 100%;
3324
+ height: 42px;
3325
+ padding: 10px 34px 10px 25px;
3326
+ border: 1px solid #ddd;
3327
+ border-radius: 4px;
3328
+ font-size: 14px;
3329
+ background-image: image-url('icons/icn-edit.svg');
3330
+ background-repeat: no-repeat;
3331
+ background-size: 10px;
3332
+ background-position: left 7px top 15px;
3333
+ margin-bottom: 18px;
3334
+ }
3335
+ #model-area-themes [data-remote] {
3336
+ display: block;
3337
+ position: absolute;
3338
+ width: 30px;
3339
+ height: 42px;
3340
+ border: 1px solid #ff0000;
3341
+ border-radius: 4px;
3342
+ top: 0;
3343
+ right: 0;
3344
+ background-image: image-url('icons/icn-trash.svg');
3345
+ background-repeat: no-repeat;
3346
+ background-size: 15px;
3347
+ background-position: left 7px top 10px;
3348
+ text-indent: -9999px;
3349
+ }
3350
+ #model-area-themes [draggable]:hover {
3351
+ /*cursor: grab;*/
3352
+ }
3353
+ .modal-content #model-area-themes div:last-child {
3354
+ display: block;
3355
+ float: left;
3356
+ position: relative;
3357
+ width: 100%;
3358
+ margin-top: 20px;
3359
+ }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.66"
2
+ VERSION = "0.69"
3
3
  end
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.66'
4
+ version: '0.69'
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-06 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails