welcome_css 0.73 → 0.76
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 +109 -2
- data/app/assets/stylesheets/_welcome-ui.scss +22 -0
- 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: 38ce657024b9a8e2119263cedc64a892890abcc55416928cd7a2fa786e38c149
|
|
4
|
+
data.tar.gz: 22afae2d45e4919f7f2e9100b47d597da1c2a7a1b5fa3a80e682b1f9ae6e2847
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc72bda236aaec4203f59e430b8b8f2cd6d285e69ce3d6b00e0eb0bd944c73e9c4ebe2769d29bec7ad2fe44c8de517c6b9b0ee71f0fbfa495deb3e3a9e5fa1cb
|
|
7
|
+
data.tar.gz: e471a2d6f73abe73177f3507ea77a341246b23211cda3b9d9c5ff8a4d92e40db083ef8750781eee9148430919ac82cd34ea5ed1b10d5c4b8dc9be4294256b5f2
|
|
@@ -2103,6 +2103,31 @@ table .ui-table-row {
|
|
|
2103
2103
|
right: 2px;
|
|
2104
2104
|
top: 0;
|
|
2105
2105
|
}
|
|
2106
|
+
|
|
2107
|
+
/* =========================== */
|
|
2108
|
+
|
|
2109
|
+
.am-content.ui-app-area #tab_construction_stages .table-responsive {
|
|
2110
|
+
box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
2111
|
+
-webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
2112
|
+
-moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
2113
|
+
}
|
|
2114
|
+
.am-content.ui-app-area .construction-stage .floor-widget {
|
|
2115
|
+
box-shadow: none;
|
|
2116
|
+
margin-bottom: 0;
|
|
2117
|
+
border-bottom: 1px solid #D8DBE5;
|
|
2118
|
+
background-color: $ui_white;
|
|
2119
|
+
}
|
|
2120
|
+
.am-content.ui-app-area .construction-stage .floor-widget .sort img {
|
|
2121
|
+
position: relative;
|
|
2122
|
+
right: auto;
|
|
2123
|
+
top: auto;
|
|
2124
|
+
}
|
|
2125
|
+
.am-content.ui-app-area #tab_construction_stages .add-item-relative {
|
|
2126
|
+
margin-top: 10px !important;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
/* =========================== */
|
|
2130
|
+
|
|
2106
2131
|
.am-content.ui-app-area .model-widget .model-info:last-child {
|
|
2107
2132
|
margin-bottom: 0px;
|
|
2108
2133
|
}
|
|
@@ -2911,6 +2936,22 @@ table .ui-table-row {
|
|
|
2911
2936
|
border-radius: 50%;
|
|
2912
2937
|
}
|
|
2913
2938
|
|
|
2939
|
+
.ui-app-area .items-container .edit_product .product-component {
|
|
2940
|
+
padding-top: 0px;
|
|
2941
|
+
padding-bottom: 4px;
|
|
2942
|
+
font-size: 14px;
|
|
2943
|
+
min-height: 65px !important;
|
|
2944
|
+
display: block !important;
|
|
2945
|
+
overflow: auto;
|
|
2946
|
+
-webkit-line-clamp: unset !important;
|
|
2947
|
+
-webkit-box-orient: unset !important;
|
|
2948
|
+
margin-bottom: 12px;
|
|
2949
|
+
}
|
|
2950
|
+
.ui-app-area .items-container .edit_product .product-component div:last-child {
|
|
2951
|
+
min-height: 60px;
|
|
2952
|
+
margin-top: 12px;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2914
2955
|
/* =========================== */
|
|
2915
2956
|
|
|
2916
2957
|
.ui-app-area .estimates-container .btn-new {
|
|
@@ -3279,6 +3320,13 @@ table .ui-table-row {
|
|
|
3279
3320
|
padding: 5px 15px !important;
|
|
3280
3321
|
background-position: right 10px top 15px !important;
|
|
3281
3322
|
}
|
|
3323
|
+
.ui-app-area .download-link {
|
|
3324
|
+
background-image: image-url('icons/icn-download-blue.svg');
|
|
3325
|
+
background-repeat: no-repeat;
|
|
3326
|
+
background-size: 12px;
|
|
3327
|
+
background-position: left 0px top 3px;
|
|
3328
|
+
padding-left: 18px;
|
|
3329
|
+
}
|
|
3282
3330
|
|
|
3283
3331
|
/* =========================== */
|
|
3284
3332
|
|
|
@@ -3358,7 +3406,7 @@ table .ui-table-row {
|
|
|
3358
3406
|
position: relative;
|
|
3359
3407
|
width: 95%;
|
|
3360
3408
|
height: 42px;
|
|
3361
|
-
padding: 10px
|
|
3409
|
+
padding: 10px 70px 10px 25px;
|
|
3362
3410
|
border: 1px solid #ddd;
|
|
3363
3411
|
border-radius: 4px;
|
|
3364
3412
|
font-size: 14px;
|
|
@@ -3394,12 +3442,41 @@ table .ui-table-row {
|
|
|
3394
3442
|
float: left;
|
|
3395
3443
|
position: relative;
|
|
3396
3444
|
width: 100%;
|
|
3397
|
-
margin-top:
|
|
3445
|
+
margin-top: 10px;
|
|
3446
|
+
|
|
3447
|
+
border-top: 1px solid #ccc;
|
|
3448
|
+
padding-top: 20px;
|
|
3398
3449
|
}
|
|
3399
3450
|
.modal-content .form-group .select2-selection {
|
|
3400
3451
|
border: 1px solid #CED4DA;
|
|
3401
3452
|
min-height: 37px;
|
|
3402
3453
|
}
|
|
3454
|
+
.modal-content .duplicate-theme {
|
|
3455
|
+
position: absolute;
|
|
3456
|
+
right: 40px;
|
|
3457
|
+
height: 42px;
|
|
3458
|
+
}
|
|
3459
|
+
.modal-content .duplicate-theme.btn-duplicate {
|
|
3460
|
+
background-position: top 12px left 9px;
|
|
3461
|
+
width: 36px;
|
|
3462
|
+
}
|
|
3463
|
+
.modal-content .duplicate-theme.btn-duplicate:hover span {
|
|
3464
|
+
padding: 5px;
|
|
3465
|
+
display: block;
|
|
3466
|
+
z-index: 100;
|
|
3467
|
+
background: #000;
|
|
3468
|
+
color: #fff;
|
|
3469
|
+
left: 5px;
|
|
3470
|
+
top: -15px !important;
|
|
3471
|
+
margin: 0;
|
|
3472
|
+
width: 175px;
|
|
3473
|
+
position: absolute;
|
|
3474
|
+
top: 15px;
|
|
3475
|
+
text-decoration: none;
|
|
3476
|
+
text-indent: initial;
|
|
3477
|
+
font-size: 12px;
|
|
3478
|
+
border-radius: 4px;
|
|
3479
|
+
}
|
|
3403
3480
|
|
|
3404
3481
|
/* =========================== */
|
|
3405
3482
|
|
|
@@ -3424,4 +3501,34 @@ table .ui-table-row {
|
|
|
3424
3501
|
}
|
|
3425
3502
|
.table .progress {
|
|
3426
3503
|
height: 10px;
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
.modal-content .new_spec_sheet select {
|
|
3507
|
+
display: block;
|
|
3508
|
+
width: 50%;
|
|
3509
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
3510
|
+
padding: 0.375rem 0.75rem;
|
|
3511
|
+
font-size: 1rem;
|
|
3512
|
+
font-weight: 400;
|
|
3513
|
+
line-height: 1.5;
|
|
3514
|
+
color: #495057;
|
|
3515
|
+
background-color: #fff;
|
|
3516
|
+
background-clip: padding-box;
|
|
3517
|
+
border: 1px solid #ced4da;
|
|
3518
|
+
border-radius: 0.25rem;
|
|
3519
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
3520
|
+
margin-top: -15px;
|
|
3521
|
+
margin-bottom: 20px;
|
|
3522
|
+
}
|
|
3523
|
+
.modal-content .new_spec_sheet .select-spec-sheet {
|
|
3524
|
+
border-bottom: 1px solid #dee2e6;
|
|
3525
|
+
margin-bottom: 20px;
|
|
3526
|
+
}
|
|
3527
|
+
.modal-content #customizations_container .btn-outline-danger {
|
|
3528
|
+
margin-top: 28px;
|
|
3529
|
+
}
|
|
3530
|
+
.modal-content .modal-footer {
|
|
3531
|
+
margin-top: 0;
|
|
3532
|
+
margin-bottom: 0;
|
|
3533
|
+
padding-bottom: 0;
|
|
3427
3534
|
}
|
|
@@ -713,4 +713,26 @@ $block-result-color: #000;
|
|
|
713
713
|
.am-content.ui-app-area table {
|
|
714
714
|
table-layout: auto !important;
|
|
715
715
|
}
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/* ====================================== */
|
|
719
|
+
/* Style Guide */
|
|
720
|
+
|
|
721
|
+
.highlight {
|
|
722
|
+
padding: 15px 30px;
|
|
723
|
+
background-color: $ui_lightgray;
|
|
724
|
+
border-radius: 8px;
|
|
725
|
+
}
|
|
726
|
+
.highlight pre {
|
|
727
|
+
padding: 0;
|
|
728
|
+
margin-top: 0.65rem;
|
|
729
|
+
margin-bottom: 0.65rem;
|
|
730
|
+
white-space: pre;
|
|
731
|
+
background-color: transparent;
|
|
732
|
+
border: 0;
|
|
733
|
+
}
|
|
734
|
+
.highlight pre code {
|
|
735
|
+
font-size: inherit;
|
|
736
|
+
color: #212529;
|
|
737
|
+
word-wrap: normal;
|
|
716
738
|
}
|
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.76'
|
|
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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|