welcome_css 0.68 → 0.71

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: ea9c66a04a1de1f9acf32dd28a9fbdc5d0b3f8e3714ab7c2279b4574300726b6
4
- data.tar.gz: eec6a657e2fbea5afd4c871bb4d56bcaaf30e3de5a58f82552ab2f97998e0ea6
3
+ metadata.gz: 48ecac61bd18b11013c162f2c256d2d0f4523d3dec846d677dedc5e8545a36ec
4
+ data.tar.gz: 9ee5a78005078be2cfe5a434e091ccaed19da5276b081dea0f072d9e991d47e0
5
5
  SHA512:
6
- metadata.gz: fb292b2d595352e1a8a058cc4d2d3a205dd7df72be56cd478d54244be373ad7252c14db4ba3f46fee40fe9c2773b6f6a2f8c05e549c2a5336dbd0c65ed5f0dfe
7
- data.tar.gz: de211f1b8f712f764bf15ad51aed87b8b005f5a3b51856f8ca6da5bda6d7e05ef0ac04a97e58cf2de8f30df8de4d5f3e2e01528472afcff5e5b3e398399eb7bf
6
+ metadata.gz: 7061f3ebfb4b74960c89e654c20e80b6c335d5d2447f218089d220a7aa61032982318ef40ecd9ffb2dbbd3e5a28271d0f5b2893bdd7a167ecc348f74092f8df0
7
+ data.tar.gz: 2eb6b78bbec6ee9b308f5f19ee3b66c45f5b58d57dac500a57c56ee1e1fa77fddf7b8b4cf84dc273d3deba946bb21a85f28ada576af1b83b765fa9b882fddc7c
@@ -309,6 +309,9 @@
309
309
  .am-wrapper .component-container .block-pill {
310
310
  width: 32%;
311
311
  }
312
+ #model-area-themes [draggable] {
313
+ width: 48%;
314
+ }
312
315
  }
313
316
 
314
317
  @media (max-width: 580px) {
@@ -3205,9 +3205,40 @@ table .ui-table-row {
3205
3205
  background-color: #fff !important;
3206
3206
  color: #3A3A3A !important;
3207
3207
  border: 1px solid #E0E5E7 !important;
3208
- }
3209
3208
 
3209
+ width: 200px;
3210
+ display: block;
3211
+ position: absolute;
3212
+ height: 40px;
3213
+ right: 145px;
3214
+ top: 0;
3215
+ }
3216
+ .modal-content #search_form {
3217
+ display: block;
3218
+ float: left;
3219
+ position: relative;
3220
+ width: 100%;
3210
3221
 
3222
+ border-bottom: 1px solid #C4C5C6;
3223
+ margin-bottom: 30px;
3224
+ }
3225
+ .modal-content #search_form .row.mb-2 .col-12.mb-3 {
3226
+ margin-top: 55px;
3227
+ }
3228
+ .modal-content #search_form .row.mb-2 a {
3229
+ display: block;
3230
+ position: absolute;
3231
+ right: 0;
3232
+ top: 0;
3233
+ width: 132px;
3234
+ text-align: center;
3235
+ height: 40px;
3236
+ background-color: #4A8FE5;
3237
+ color: #fff;
3238
+ text-decoration: none;
3239
+ padding: 7px 12px 6px;
3240
+ border-radius: 4px;
3241
+ }
3211
3242
  .ui-app-area .price-container h4 {
3212
3243
  border-bottom: 1px solid #D8D9DF;
3213
3244
  width: 100%;
@@ -3243,7 +3274,7 @@ table .ui-table-row {
3243
3274
  }
3244
3275
  .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
3245
3276
  margin-top: 0px;
3246
- width: 200px;
3277
+ width: 180px;
3247
3278
  font-size: 14px !important;
3248
3279
  padding: 5px 15px !important;
3249
3280
  background-position: right 10px top 15px !important;
@@ -3307,4 +3338,67 @@ table .ui-table-row {
3307
3338
  }
3308
3339
  .modal-content .block-pill form label {
3309
3340
  margin-bottom: 12px;
3341
+ }
3342
+ #model-area-themes [draggable] {
3343
+ display: block;
3344
+ float: left;
3345
+ position: relative;
3346
+ width: 24%;
3347
+ margin: 0 3px;
3348
+ border: none !important;
3349
+ padding-left: 20px;
3350
+ background-image: image-url('icons/icn-rearrange.svg');
3351
+ background-repeat: no-repeat;
3352
+ background-size: 14px;
3353
+ background-position: left 0px top 14px;
3354
+ }
3355
+ #model-area-themes [contenteditable] {
3356
+ display: block;
3357
+ float: left;
3358
+ position: relative;
3359
+ width: 95%;
3360
+ height: 42px;
3361
+ padding: 10px 34px 10px 25px;
3362
+ border: 1px solid #ddd;
3363
+ border-radius: 4px;
3364
+ font-size: 14px;
3365
+ background-image: image-url('icons/icn-edit.svg');
3366
+ background-repeat: no-repeat;
3367
+ background-size: 10px;
3368
+ background-position: left 7px top 15px;
3369
+ margin-bottom: 18px;
3370
+ }
3371
+ #model-area-themes [contenteditable]:hover {
3372
+ cursor: text;
3373
+ }
3374
+ #model-area-themes [data-remote] {
3375
+ display: block;
3376
+ position: absolute;
3377
+ width: 30px;
3378
+ height: 42px;
3379
+ border: 1px solid #ff0000;
3380
+ border-radius: 4px;
3381
+ top: 0;
3382
+ right: 12px;
3383
+ background-image: image-url('icons/icn-trash.svg');
3384
+ background-repeat: no-repeat;
3385
+ background-size: 15px;
3386
+ background-position: left 7px top 10px;
3387
+ text-indent: -9999px;
3388
+ }
3389
+ #model-area-themes [draggable]:hover {
3390
+ cursor: move;
3391
+ }
3392
+ .modal-content #model-area-themes div:last-child {
3393
+ display: block;
3394
+ float: left;
3395
+ position: relative;
3396
+ width: 100%;
3397
+ margin-top: 20px;
3398
+ }
3399
+ .modal-content .form-group .select2-selection {
3400
+ border: 1px solid #CED4DA;
3401
+ min-height: 37px;
3402
+ }
3403
+ .modal-content .form-group textarea {
3310
3404
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.68"
2
+ VERSION = "0.71"
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.68'
4
+ version: '0.71'
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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails