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 +4 -4
- data/app/assets/stylesheets/_welcome-ui-tables.scss +38 -1
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48ecac61bd18b11013c162f2c256d2d0f4523d3dec846d677dedc5e8545a36ec
|
|
4
|
+
data.tar.gz: 9ee5a78005078be2cfe5a434e091ccaed19da5276b081dea0f072d9e991d47e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
}
|
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.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-
|
|
11
|
+
date: 2022-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|