welcome_css 0.29 → 0.30
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: 1f46f9d9a064a9c77f8b0d15ca12a22eaf12deeada54b847915f026681e4d9bf
|
|
4
|
+
data.tar.gz: 29686450067c8296edd4d3002293aaa94cdfc94797d245f7ef8f72f586759f70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96cbd203f8e24987dd9e0c70ae83eec0185f2ecea3ad28028ce77b9f2ffb40670f2440964052f1d795764b0eefa4485aa9ac6906457398a6882e67771e4619b9
|
|
7
|
+
data.tar.gz: 84fb681f9e416887510f6f8dfd89982590c53ca9eb79fe49bc21764d932e800e840ca6e0f6c2a0164cbc1ce22f2a34e4bec4bf06928c3750d80b6b22cee805a2
|
|
@@ -137,11 +137,13 @@
|
|
|
137
137
|
/* ========================================= */
|
|
138
138
|
|
|
139
139
|
.btn-duplicate {
|
|
140
|
-
padding:
|
|
140
|
+
padding: 4px 17px !important;
|
|
141
|
+
text-indent: -9999px;
|
|
141
142
|
background-image: image-url('icons/icn-duplicate.svg');
|
|
142
143
|
background-repeat: no-repeat;
|
|
143
|
-
background-size:
|
|
144
|
-
background-position: top
|
|
144
|
+
background-size: 14px;
|
|
145
|
+
background-position: top 8px left 9px;
|
|
146
|
+
background-color: $ui_white;
|
|
145
147
|
}
|
|
146
148
|
.btn-edit {
|
|
147
149
|
padding: 6px 17px !important;
|
|
@@ -152,7 +154,8 @@
|
|
|
152
154
|
background-position: top 8px left 9px;
|
|
153
155
|
background-color: $ui_white;
|
|
154
156
|
}
|
|
155
|
-
.btn-delete
|
|
157
|
+
.btn-delete,
|
|
158
|
+
.new-involved-theme .btn.btn-outline-danger {
|
|
156
159
|
padding: 6px 17px !important;
|
|
157
160
|
text-indent: -9999px;
|
|
158
161
|
background-image: image-url('icons/icn-trash.svg');
|
|
@@ -161,6 +164,25 @@
|
|
|
161
164
|
background-position: top 8px left 9px;
|
|
162
165
|
background-color: $ui_white;
|
|
163
166
|
}
|
|
167
|
+
.btn-full-card {
|
|
168
|
+
display: block;
|
|
169
|
+
border: none;
|
|
170
|
+
position: absolute;
|
|
171
|
+
width: 100%;
|
|
172
|
+
height: 100%;
|
|
173
|
+
left: 0;
|
|
174
|
+
top: 0;
|
|
175
|
+
right: 0;
|
|
176
|
+
bottom: 0;
|
|
177
|
+
background-color: transparent !important;
|
|
178
|
+
text-indent: -9999px !important;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* ========================================= */
|
|
182
|
+
|
|
183
|
+
.btn.btn-right {
|
|
184
|
+
float: right;
|
|
185
|
+
}
|
|
164
186
|
|
|
165
187
|
/* ========================================= */
|
|
166
188
|
|
|
@@ -286,6 +286,19 @@
|
|
|
286
286
|
.am-content.ui-app-area .model-items-container .model-widget.model-intern-item {
|
|
287
287
|
width: 32%;
|
|
288
288
|
}
|
|
289
|
+
|
|
290
|
+
/* =========================== */
|
|
291
|
+
|
|
292
|
+
.fields-group .col-2,
|
|
293
|
+
.fields-group .col-3,
|
|
294
|
+
.fields-group .col-4,
|
|
295
|
+
.fields-group .col-5,
|
|
296
|
+
.fields-group .col-6,
|
|
297
|
+
.fields-group .col-7 {
|
|
298
|
+
width: 100%;
|
|
299
|
+
max-width: 100%;
|
|
300
|
+
flex: auto;
|
|
301
|
+
}
|
|
289
302
|
}
|
|
290
303
|
|
|
291
304
|
@media (max-width: 460px) {
|
|
@@ -297,6 +310,14 @@
|
|
|
297
310
|
width: 100%;
|
|
298
311
|
margin-bottom: 15px;
|
|
299
312
|
}
|
|
313
|
+
.am-content.ui-app-area .model-buttons .btns-left,
|
|
314
|
+
.am-content.ui-app-area .model-buttons .btns-right {
|
|
315
|
+
width: 50% !important;
|
|
316
|
+
}
|
|
317
|
+
.am-content.ui-app-area .model-buttons .btns-right {
|
|
318
|
+
float: right;
|
|
319
|
+
text-align: right;
|
|
320
|
+
}
|
|
300
321
|
}
|
|
301
322
|
|
|
302
323
|
@media (min-width: 576px) {
|
|
@@ -119,6 +119,11 @@ table .ui-table-row {
|
|
|
119
119
|
|
|
120
120
|
/* =========================== */
|
|
121
121
|
|
|
122
|
+
.am-content.ui-app-area .block {
|
|
123
|
+
display: block;
|
|
124
|
+
float: left;
|
|
125
|
+
position: relative;
|
|
126
|
+
}
|
|
122
127
|
.ui-app-area .dropdown-toggle::after {
|
|
123
128
|
display: none;
|
|
124
129
|
}
|
|
@@ -1562,6 +1567,12 @@ table .ui-table-row {
|
|
|
1562
1567
|
padding-left: 0;
|
|
1563
1568
|
padding-right: 0;
|
|
1564
1569
|
}
|
|
1570
|
+
.am-wrapper .breadcrumb-area.small-breadcrumb {
|
|
1571
|
+
display: block;
|
|
1572
|
+
float: left;
|
|
1573
|
+
position: relative;
|
|
1574
|
+
width: auto;
|
|
1575
|
+
}
|
|
1565
1576
|
.breadcrumb {
|
|
1566
1577
|
color: #6c757d;
|
|
1567
1578
|
}
|
|
@@ -2057,27 +2068,32 @@ table .ui-table-row {
|
|
|
2057
2068
|
text-align: center;
|
|
2058
2069
|
text-indent: -9999px;
|
|
2059
2070
|
background: #FBFBFB;
|
|
2060
|
-
border:
|
|
2061
|
-
background-image: image-url('icons/icn-
|
|
2071
|
+
border: 2px dashed #D9D9D9;
|
|
2072
|
+
background-image: image-url('icons/icn-browse.svg');
|
|
2062
2073
|
background-repeat: no-repeat;
|
|
2063
2074
|
background-position: center;
|
|
2064
2075
|
}
|
|
2065
2076
|
.am-content.ui-app-area form #file-upload-button {
|
|
2066
2077
|
background-color: #ffaaaa !important;
|
|
2067
2078
|
}
|
|
2079
|
+
.am-content.ui-app-area .form-buttons {
|
|
2080
|
+
float: right;
|
|
2081
|
+
text-align: right;
|
|
2082
|
+
}
|
|
2068
2083
|
.am-content.ui-app-area .form-buttons .btn.btn-outline-primary {
|
|
2069
2084
|
border-color: $ui_back;
|
|
2070
2085
|
color: $ui_back;
|
|
2071
|
-
margin-right:
|
|
2086
|
+
margin-right: 10px;
|
|
2072
2087
|
margin-bottom: 20px;
|
|
2073
2088
|
margin-top: 6px;
|
|
2074
2089
|
border-radius: $ui-radius;
|
|
2075
|
-
padding:
|
|
2090
|
+
padding: 5px 14px !important;
|
|
2076
2091
|
text-indent: -9999px;
|
|
2077
2092
|
background-image: image-url('icons/icn-download.svg');
|
|
2078
2093
|
background-repeat: no-repeat;
|
|
2079
|
-
background-size:
|
|
2080
|
-
background-position: top 9px left
|
|
2094
|
+
background-size: 12px;
|
|
2095
|
+
background-position: top 9px left 7px;
|
|
2096
|
+
height: 32px;
|
|
2081
2097
|
}
|
|
2082
2098
|
.am-content.ui-app-area .form-buttons .btn.btn-outline-primary:hover {
|
|
2083
2099
|
background-color: $ui_middlegray;
|
|
@@ -2085,16 +2101,17 @@ table .ui-table-row {
|
|
|
2085
2101
|
.am-content.ui-app-area .form-buttons .btn.btn-outline-danger {
|
|
2086
2102
|
border-color: $ui_red;
|
|
2087
2103
|
color: $ui_back;
|
|
2088
|
-
margin-right:
|
|
2104
|
+
margin-right: 0;
|
|
2089
2105
|
margin-bottom: 20px;
|
|
2090
2106
|
margin-top: 6px;
|
|
2091
2107
|
border-radius: $ui-radius;
|
|
2092
|
-
padding:
|
|
2108
|
+
padding: 5px 14px !important;
|
|
2093
2109
|
text-indent: -9999px;
|
|
2094
2110
|
background-image: image-url('icons/icn-trash.svg');
|
|
2095
2111
|
background-repeat: no-repeat;
|
|
2096
|
-
background-size:
|
|
2097
|
-
background-position: top 8px left
|
|
2112
|
+
background-size: 13px;
|
|
2113
|
+
background-position: top 8px left 8px;
|
|
2114
|
+
height: 32px;
|
|
2098
2115
|
}
|
|
2099
2116
|
|
|
2100
2117
|
.am-content.ui-app-area .model-widget .btn {
|
|
@@ -2126,6 +2143,105 @@ table .ui-table-row {
|
|
|
2126
2143
|
text-align: right;
|
|
2127
2144
|
}
|
|
2128
2145
|
|
|
2146
|
+
/* =========================== */
|
|
2147
|
+
|
|
2148
|
+
.am-content.ui-app-area .small-container {
|
|
2149
|
+
display: block;
|
|
2150
|
+
float: left;
|
|
2151
|
+
width: 100%;
|
|
2152
|
+
max-width: 990px;
|
|
2153
|
+
}
|
|
2154
|
+
.am-content.ui-app-area .form-card {
|
|
2155
|
+
display: block;
|
|
2156
|
+
float: left;
|
|
2157
|
+
width: 100%;
|
|
2158
|
+
position: relative;
|
|
2159
|
+
word-wrap: break-word;
|
|
2160
|
+
background-color: transparent;
|
|
2161
|
+
border: none;
|
|
2162
|
+
max-width: 990px;
|
|
2163
|
+
}
|
|
2164
|
+
.am-content.ui-app-area .form-card form .row {
|
|
2165
|
+
margin-bottom: 14px;
|
|
2166
|
+
}
|
|
2167
|
+
.am-content.ui-app-area .form-card .simple_form {
|
|
2168
|
+
padding: 0;
|
|
2169
|
+
}
|
|
2170
|
+
.am-content.ui-app-area .fields-group {
|
|
2171
|
+
display: block;
|
|
2172
|
+
float: left;
|
|
2173
|
+
position: relative;
|
|
2174
|
+
width: 100%;
|
|
2175
|
+
padding: 20px 20px 2px 20px;
|
|
2176
|
+
background-color: $ui_white;
|
|
2177
|
+
border: 1px solid #d9d9d9;
|
|
2178
|
+
border-radius: $ui-radius;
|
|
2179
|
+
margin-bottom: 30px;
|
|
2180
|
+
}
|
|
2181
|
+
.am-content.ui-app-area .fields-group-title .h5 {
|
|
2182
|
+
font-size: 18px;
|
|
2183
|
+
padding-left: 20px;
|
|
2184
|
+
margin-bottom: 0;
|
|
2185
|
+
}
|
|
2186
|
+
.am-content.ui-app-area .view-head {
|
|
2187
|
+
display: block;
|
|
2188
|
+
float: left;
|
|
2189
|
+
position: relative;
|
|
2190
|
+
width: 100%;
|
|
2191
|
+
border-bottom: 1px solid #d9d9d9;
|
|
2192
|
+
margin-left: 0px;
|
|
2193
|
+
margin-right: 0px;
|
|
2194
|
+
padding: 20px 0 !important;
|
|
2195
|
+
}
|
|
2196
|
+
.am-content.ui-app-area .view-head h2 {
|
|
2197
|
+
border-left: 4px solid #D9DBE5;
|
|
2198
|
+
padding-left: 12px;
|
|
2199
|
+
}
|
|
2200
|
+
.am-content.ui-app-area .fields-group .table-responsive {
|
|
2201
|
+
padding: 0;
|
|
2202
|
+
}
|
|
2203
|
+
.am-content.ui-app-area .fields-group .table-responsive table {
|
|
2204
|
+
border: 1px solid #d9d9d9;
|
|
2205
|
+
box-shadow: none;
|
|
2206
|
+
border-radius: $ui-radius;
|
|
2207
|
+
}
|
|
2208
|
+
.am-content.ui-app-area .model_gallery_images label {
|
|
2209
|
+
display: none;
|
|
2210
|
+
}
|
|
2211
|
+
.am-content.ui-app-area .fields-group .img-fluid {
|
|
2212
|
+
width: 100%;
|
|
2213
|
+
}
|
|
2214
|
+
.am-content.ui-app-area .row-with-separation {
|
|
2215
|
+
border: 1px solid #d9d9d9;
|
|
2216
|
+
margin: 0;
|
|
2217
|
+
padding: 10px 0;
|
|
2218
|
+
}
|
|
2219
|
+
.am-content.ui-app-area .involved-theme {
|
|
2220
|
+
border: 1px solid #dee2e6;
|
|
2221
|
+
padding: 10px 0 0 0;
|
|
2222
|
+
border-radius: $ui-radius;
|
|
2223
|
+
margin: 0 0 20px 0;
|
|
2224
|
+
}
|
|
2225
|
+
.am-content.ui-app-area .involved-theme:last-child {
|
|
2226
|
+
margin: 0;
|
|
2227
|
+
}
|
|
2228
|
+
.am-content.ui-app-area .involved-theme .delete-right {
|
|
2229
|
+
display: block;
|
|
2230
|
+
float: left;
|
|
2231
|
+
position: relative;
|
|
2232
|
+
width: 100%;
|
|
2233
|
+
}
|
|
2234
|
+
.am-content.ui-app-area .involved-theme .delete-right select {
|
|
2235
|
+
width: calc(100% - 44px) !important;
|
|
2236
|
+
}
|
|
2237
|
+
.am-content.ui-app-area .involved-theme .delete-right .btn-outline-danger {
|
|
2238
|
+
position: absolute;
|
|
2239
|
+
right: 15px;
|
|
2240
|
+
top: 32px;
|
|
2241
|
+
height: 37px;
|
|
2242
|
+
width: 34px;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2129
2245
|
|
|
2130
2246
|
|
|
2131
2247
|
|
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.30'
|
|
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-01-
|
|
11
|
+
date: 2022-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|