welcome_css 0.70 → 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: 900d80a096fbf9b5ca677ca4ea459dad78ecabd1865f29f00719ae050037cc13
4
- data.tar.gz: f9e3bb63f58deab1fad812bbd40a29c98859731701e43501133587ce7b306837
3
+ metadata.gz: 48ecac61bd18b11013c162f2c256d2d0f4523d3dec846d677dedc5e8545a36ec
4
+ data.tar.gz: 9ee5a78005078be2cfe5a434e091ccaed19da5276b081dea0f072d9e991d47e0
5
5
  SHA512:
6
- metadata.gz: 72ac055854f011a2c6998cd4625bf9fa394bdeb5d5a7d289e919483549e06273528be2a8dec464bb9ca5709a5b4394327b8ddb11a10aca0dd1061f05fab81f92
7
- data.tar.gz: cbd78f01e2475fd72e6d8e78db201fa3fdba123c5d6d5fd175c9a8c008051ab9502d5fcda4a365a068e37edbe331a7c6176b1e39b11894086135abf6825990b9
6
+ metadata.gz: 7061f3ebfb4b74960c89e654c20e80b6c335d5d2447f218089d220a7aa61032982318ef40ecd9ffb2dbbd3e5a28271d0f5b2893bdd7a167ecc348f74092f8df0
7
+ data.tar.gz: 2eb6b78bbec6ee9b308f5f19ee3b66c45f5b58d57dac500a57c56ee1e1fa77fddf7b8b4cf84dc273d3deba946bb21a85f28ada576af1b83b765fa9b882fddc7c
@@ -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%;
@@ -3364,4 +3395,10 @@ table .ui-table-row {
3364
3395
  position: relative;
3365
3396
  width: 100%;
3366
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 {
3367
3404
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.70"
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.70'
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-07 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