welcome_css 0.77 → 0.78
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b696f4b2c442967b5e00655eb0fb486177f7d41b2a54eecc4472d5ba3d3a91a9
|
|
4
|
+
data.tar.gz: ea8d21c209af6edc0934b7386d8e225448418f1d5ae2cf9baa17285a90c4c31b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 804b93ca6b9d925ca0d7fc5583369bd8948c970c7398cf506517542ee2317b2a0ebb17e3b11a388a66a580d6022f9a285a20eafa00b4f59f8b1a11de8401a35e
|
|
7
|
+
data.tar.gz: 0fdff68422c695d56608984fa1c22fb2c5d8a31f8e7c9b2d7de2374cafc193e092b2baf0a713ae0617701947c5ab777951eb74a3f9b0a9bde65f4844a1f23634
|
|
@@ -160,7 +160,8 @@
|
|
|
160
160
|
background-color: $ui_white;
|
|
161
161
|
}
|
|
162
162
|
.btn-delete,
|
|
163
|
-
.new-involved-theme .btn.btn-outline-danger
|
|
163
|
+
.new-involved-theme .btn.btn-outline-danger,
|
|
164
|
+
.btn-delete.btn.btn-outline-danger {
|
|
164
165
|
padding: 6px 17px !important;
|
|
165
166
|
text-indent: -9999px;
|
|
166
167
|
background-image: image-url('icons/icn-trash.svg');
|
|
@@ -1176,31 +1176,47 @@ table .ui-table-row {
|
|
|
1176
1176
|
min-height: 90px;
|
|
1177
1177
|
}
|
|
1178
1178
|
.widget .phase,
|
|
1179
|
+
.ui-app-area .phase,
|
|
1179
1180
|
.block-stats-area .parcels-list .phase {
|
|
1180
1181
|
border-radius: $ui-radius;
|
|
1181
1182
|
padding: 0 2px;
|
|
1182
1183
|
color: $ui_white;
|
|
1183
1184
|
}
|
|
1184
|
-
.block-stats-area .parcels-list .phase
|
|
1185
|
+
.block-stats-area .parcels-list .phase,
|
|
1186
|
+
.ui-app-area .phase {
|
|
1185
1187
|
font-size: 13px;
|
|
1186
1188
|
}
|
|
1187
1189
|
.widget .phase.p-pass,
|
|
1190
|
+
.ui-app-area .phase.p-pass,
|
|
1188
1191
|
.block-stats-area .parcels-list .phase.p-pass {
|
|
1189
1192
|
background-color: $ui_blue;
|
|
1190
1193
|
}
|
|
1191
1194
|
.widget .phase.p-questionable,
|
|
1195
|
+
.ui-app-area .phase.p-questionable,
|
|
1192
1196
|
.block-stats-area .parcels-list .phase.p-questionable {
|
|
1193
1197
|
background-color: #FAC15F;
|
|
1194
1198
|
color: $ui_back;
|
|
1195
1199
|
}
|
|
1196
1200
|
.widget .phase.p-offmarket,
|
|
1201
|
+
.ui-app-area .phase.p-offmarket,
|
|
1197
1202
|
.block-stats-area .parcels-list .phase.p-offmarket {
|
|
1198
1203
|
background-color: #FF411D;
|
|
1199
1204
|
}
|
|
1205
|
+
.widget .phase.p-onmarket,
|
|
1206
|
+
.ui-app-area .phase.p-onmarket,
|
|
1207
|
+
.block-stats-area .parcels-list .phase.p-onmarket {
|
|
1208
|
+
background-color: #007bff;
|
|
1209
|
+
}
|
|
1200
1210
|
.widget .phase.p-reject,
|
|
1211
|
+
.ui-app-area .phase.p-reject,
|
|
1201
1212
|
.block-stats-area .parcels-list .phase.p-reject {
|
|
1202
1213
|
background-color: #FF411D;
|
|
1203
1214
|
}
|
|
1215
|
+
.widget .phase.p-notreviewed,
|
|
1216
|
+
.ui-app-area .phase.p-notreviewed,
|
|
1217
|
+
.block-stats-area .parcels-list .phase.p-notreviewed {
|
|
1218
|
+
background-color: #17a2b8;
|
|
1219
|
+
}
|
|
1204
1220
|
|
|
1205
1221
|
.block-stats .progress {
|
|
1206
1222
|
display: block;
|
|
@@ -2065,7 +2081,8 @@ table .ui-table-row {
|
|
|
2065
2081
|
|
|
2066
2082
|
/* =========================== */
|
|
2067
2083
|
|
|
2068
|
-
.am-content.ui-app-area .model-widget
|
|
2084
|
+
.am-content.ui-app-area .model-widget,
|
|
2085
|
+
.am-content.ui-app-area .launcher-widget {
|
|
2069
2086
|
display: block;
|
|
2070
2087
|
position: relative;
|
|
2071
2088
|
background-color: $ui_white;
|
|
@@ -2080,17 +2097,20 @@ table .ui-table-row {
|
|
|
2080
2097
|
margin-bottom: 30px;
|
|
2081
2098
|
float: left;
|
|
2082
2099
|
}
|
|
2083
|
-
.am-content.ui-app-area .model-widget:nth-child(odd)
|
|
2100
|
+
.am-content.ui-app-area .model-widget:nth-child(odd),
|
|
2101
|
+
.am-content.ui-app-area .launcher-widget:nth-child(odd) {
|
|
2084
2102
|
margin-right: 5px;
|
|
2085
2103
|
margin-left: 5px;
|
|
2086
2104
|
/*float: left;*/
|
|
2087
2105
|
}
|
|
2088
|
-
.am-content.ui-app-area .model-widget:nth-child(even)
|
|
2106
|
+
.am-content.ui-app-area .model-widget:nth-child(even),
|
|
2107
|
+
.am-content.ui-app-area .launcher-widget:nth-child(even) {
|
|
2089
2108
|
margin-left: 5px;
|
|
2090
2109
|
margin-right: 5px;
|
|
2091
2110
|
/*float: right;*/
|
|
2092
2111
|
}
|
|
2093
|
-
.am-content.ui-app-area .model-widget .model-info
|
|
2112
|
+
.am-content.ui-app-area .model-widget .model-info,
|
|
2113
|
+
.am-content.ui-app-area .launcher-widget .launcher-info {
|
|
2094
2114
|
display: block;
|
|
2095
2115
|
float: left;
|
|
2096
2116
|
position: relative;
|
|
@@ -2098,7 +2118,9 @@ table .ui-table-row {
|
|
|
2098
2118
|
margin-bottom: 12px;
|
|
2099
2119
|
}
|
|
2100
2120
|
.am-content.ui-app-area .model-widget .model-info .sort img,
|
|
2101
|
-
.am-content.ui-app-area .
|
|
2121
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .sort img,
|
|
2122
|
+
.am-content.ui-app-area .floor-widget .sort img,
|
|
2123
|
+
.am-content.ui-app-area .launcher-widget .sort img {
|
|
2102
2124
|
position: absolute;
|
|
2103
2125
|
right: 2px;
|
|
2104
2126
|
top: 0;
|
|
@@ -2137,7 +2159,8 @@ table .ui-table-row {
|
|
|
2137
2159
|
position: relative;
|
|
2138
2160
|
width: 100%;
|
|
2139
2161
|
}
|
|
2140
|
-
.am-content.ui-app-area .model-widget .model-info .active-status
|
|
2162
|
+
.am-content.ui-app-area .model-widget .model-info .active-status,
|
|
2163
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .active-status {
|
|
2141
2164
|
display: block;
|
|
2142
2165
|
float: left;
|
|
2143
2166
|
position: relative;
|
|
@@ -2148,61 +2171,72 @@ table .ui-table-row {
|
|
|
2148
2171
|
font-size: 12px;
|
|
2149
2172
|
font-weight: bold;
|
|
2150
2173
|
}
|
|
2151
|
-
.am-content.ui-app-area .model-widget .model-info .active-status h6
|
|
2174
|
+
.am-content.ui-app-area .model-widget .model-info .active-status h6,
|
|
2175
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .active-status h6 {
|
|
2152
2176
|
font-weight: 600;
|
|
2153
2177
|
}
|
|
2154
|
-
.am-content.ui-app-area .model-widget .model-info .active-status .active
|
|
2178
|
+
.am-content.ui-app-area .model-widget .model-info .active-status .active,
|
|
2179
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .active-status .active {
|
|
2155
2180
|
background-image: image-url('icons/icn-active.svg');
|
|
2156
2181
|
background-repeat: no-repeat;
|
|
2157
2182
|
background-size: 8px;
|
|
2158
2183
|
background-position: top 5px left 0px;
|
|
2159
2184
|
padding-left: 12px;
|
|
2160
2185
|
}
|
|
2161
|
-
.am-content.ui-app-area .model-widget .model-info .active-status .status
|
|
2186
|
+
.am-content.ui-app-area .model-widget .model-info .active-status .status,
|
|
2187
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .active-status .status {
|
|
2162
2188
|
display: none;
|
|
2163
2189
|
}
|
|
2164
|
-
.am-content.ui-app-area .model-widget .model-info .active-status .inactive
|
|
2190
|
+
.am-content.ui-app-area .model-widget .model-info .active-status .inactive,
|
|
2191
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .active-status .inactive {
|
|
2165
2192
|
background-image: image-url('icons/icn-inactive.svg');
|
|
2166
2193
|
background-repeat: no-repeat;
|
|
2167
2194
|
background-size: 8px;
|
|
2168
2195
|
background-position: top 5px left 0px;
|
|
2169
2196
|
padding-left: 12px;
|
|
2170
2197
|
}
|
|
2171
|
-
.am-content.ui-app-area .model-widget .model-info .model-title
|
|
2198
|
+
.am-content.ui-app-area .model-widget .model-info .model-title,
|
|
2199
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .launcher-title {
|
|
2172
2200
|
display: block;
|
|
2173
2201
|
float: left;
|
|
2174
2202
|
margin-bottom: 6px;
|
|
2175
2203
|
}
|
|
2176
|
-
.am-content.ui-app-area .model-widget .model-info .model-studio-status
|
|
2204
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status,
|
|
2205
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status {
|
|
2177
2206
|
display: block;
|
|
2178
2207
|
float: left;
|
|
2179
2208
|
}
|
|
2180
|
-
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active
|
|
2209
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active,
|
|
2210
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active {
|
|
2181
2211
|
float: left;
|
|
2182
2212
|
font-size: 12px;
|
|
2183
2213
|
border: 1px solid #979797;
|
|
2184
2214
|
border-radius: $ui-radius;
|
|
2185
2215
|
padding: 1px 6px;
|
|
2186
2216
|
}
|
|
2187
|
-
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .active
|
|
2217
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .active,
|
|
2218
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active .active {
|
|
2188
2219
|
display: inline-block;
|
|
2189
2220
|
width: 8px;
|
|
2190
2221
|
height: 8px;
|
|
2191
2222
|
background-color: #2FCC32;
|
|
2192
2223
|
border-radius: 50%;
|
|
2193
2224
|
}
|
|
2194
|
-
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .inactive
|
|
2225
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .inactive,
|
|
2226
|
+
.am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active .inactive {
|
|
2195
2227
|
display: inline-block;
|
|
2196
2228
|
width: 8px;
|
|
2197
2229
|
height: 8px;
|
|
2198
2230
|
background-color: #4A4A4A;
|
|
2199
2231
|
border-radius: 50%;
|
|
2200
2232
|
}
|
|
2201
|
-
.am-content.ui-app-area .model-widget .model-img img
|
|
2233
|
+
.am-content.ui-app-area .model-widget .model-img img,
|
|
2234
|
+
.am-content.ui-app-area .launcher-widget .launcher-img img {
|
|
2202
2235
|
max-width: 100%;
|
|
2203
2236
|
margin-bottom: 12px;
|
|
2204
2237
|
}
|
|
2205
|
-
.am-content.ui-app-area .model-widget .model-info.separator
|
|
2238
|
+
.am-content.ui-app-area .model-widget .model-info.separator,
|
|
2239
|
+
.am-content.ui-app-area .launcher-widget .launcher-info.separator {
|
|
2206
2240
|
padding-top: 14px;
|
|
2207
2241
|
border-top: 1px solid #D9D9D9;
|
|
2208
2242
|
}
|
|
@@ -2266,6 +2300,7 @@ table .ui-table-row {
|
|
|
2266
2300
|
padding-left: 15px;
|
|
2267
2301
|
}
|
|
2268
2302
|
.am-content.ui-app-area .floor-widget .floor-container .floor_title_add-edit,
|
|
2303
|
+
.am-content.ui-app-area .block-widget .blocks-container .block_title_add-edit,
|
|
2269
2304
|
.am-content.ui-app-area .floor-widget .floor-container .floor_areas,
|
|
2270
2305
|
.am-content.ui-app-area .block-widget .blocks-container .blocks_areas {
|
|
2271
2306
|
display: block;
|
|
@@ -58,6 +58,7 @@ h1, h2, h3, h4 {
|
|
|
58
58
|
// Welcome UI - Colors
|
|
59
59
|
|
|
60
60
|
$ui_back: #000000 !important;
|
|
61
|
+
$ui_black: #000000 !important;
|
|
61
62
|
$ui_white: #ffffff !important;
|
|
62
63
|
$ui_blue: #4A8FE7 !important;
|
|
63
64
|
$ui_red: #FF4949 !important;
|
|
@@ -71,7 +72,7 @@ $ui_fill: #F8F8F8 !important;
|
|
|
71
72
|
$ui-colors: () !default;
|
|
72
73
|
$ui-colors: map-merge(
|
|
73
74
|
(
|
|
74
|
-
"ui-black": $
|
|
75
|
+
"ui-black": $ui_black,
|
|
75
76
|
"ui-white": $ui_white,
|
|
76
77
|
"ui_blue": $ui_blue,
|
|
77
78
|
"ui_green": $ui_green,
|
|
@@ -718,10 +719,25 @@ $block-result-color: #000;
|
|
|
718
719
|
/* ====================================== */
|
|
719
720
|
/* Style Guide */
|
|
720
721
|
|
|
722
|
+
.block-division {
|
|
723
|
+
display: block;
|
|
724
|
+
float: left;
|
|
725
|
+
position: relative;
|
|
726
|
+
width: 100%;
|
|
727
|
+
border-top: 1px solid #eaeaea;
|
|
728
|
+
margin-top: 20px;
|
|
729
|
+
margin-bottom: 30px;
|
|
730
|
+
}
|
|
721
731
|
.highlight {
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
border-radius:
|
|
732
|
+
background: #eaeaea;
|
|
733
|
+
border: 1px solid #ebeced;
|
|
734
|
+
border-radius: 4px;
|
|
735
|
+
display: inline-block;
|
|
736
|
+
line-height: 21px;
|
|
737
|
+
max-width: 100%;
|
|
738
|
+
padding: 20px !important;
|
|
739
|
+
vertical-align: baseline;
|
|
740
|
+
margin: 20px 0;
|
|
725
741
|
}
|
|
726
742
|
.highlight pre {
|
|
727
743
|
padding: 0;
|
|
@@ -735,4 +751,40 @@ $block-result-color: #000;
|
|
|
735
751
|
font-size: inherit;
|
|
736
752
|
color: #212529;
|
|
737
753
|
word-wrap: normal;
|
|
754
|
+
}
|
|
755
|
+
.highlight .code-p1 {
|
|
756
|
+
padding-left: 15px;
|
|
757
|
+
}
|
|
758
|
+
.highlight .code-p2 {
|
|
759
|
+
padding-left: 30px;
|
|
760
|
+
}
|
|
761
|
+
.highlight .code-p3 {
|
|
762
|
+
padding-left: 45px;
|
|
763
|
+
}
|
|
764
|
+
.highlight .code-p4 {
|
|
765
|
+
padding-left: 60px;
|
|
766
|
+
}
|
|
767
|
+
.highlight .code-p5 {
|
|
768
|
+
padding-left: 75px;
|
|
769
|
+
}
|
|
770
|
+
.highlight .code-p6 {
|
|
771
|
+
padding-left: 90px;
|
|
772
|
+
}
|
|
773
|
+
.highlight .code-p7 {
|
|
774
|
+
padding-left: 105px;
|
|
775
|
+
}
|
|
776
|
+
.highlight .code-p8 {
|
|
777
|
+
padding-left: 120px;
|
|
778
|
+
}
|
|
779
|
+
.highlight .code-p9 {
|
|
780
|
+
padding-left: 135px;
|
|
781
|
+
}
|
|
782
|
+
.highlight .code-p10 {
|
|
783
|
+
padding-left: 150px;
|
|
784
|
+
}
|
|
785
|
+
.highlight .code-p11 {
|
|
786
|
+
padding-left: 165px;
|
|
787
|
+
}
|
|
788
|
+
.highlight .code-p12 {
|
|
789
|
+
padding-left: 180px;
|
|
738
790
|
}
|
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.78'
|
|
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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|