welcome_css 0.28 → 0.29
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: faaec364c3e93350b3cb8fbe4fb5ece65dd61481398bd40505106b3c01b09733
|
|
4
|
+
data.tar.gz: 65e4a978db869c526705bf7962fdd2379c83589b510aa1dbf741af6bc3c6ca03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc1e6d4b3c2c273dc42d306edc69dbf43780a39c4b01ee61bdd39f2422c35dcf2c2178f148e67ac6715c0f49647fe1828c171d770b6e3f485ad9c5c3e11042bb
|
|
7
|
+
data.tar.gz: 20f6fb0937f13e406bf883cff227eb23c4c017e7be925a2b2a1c74724ae9522c28b6bb8d2c8c979775af5bc0467b91ec8d91005a8813bb9431c8d0df8a7d311c
|
|
@@ -137,12 +137,11 @@
|
|
|
137
137
|
/* ========================================= */
|
|
138
138
|
|
|
139
139
|
.btn-duplicate {
|
|
140
|
-
padding: 6px
|
|
141
|
-
text-indent: -9999px;
|
|
140
|
+
padding: 6px 12px 6px 26px !important;
|
|
142
141
|
background-image: image-url('icons/icn-duplicate.svg');
|
|
143
142
|
background-repeat: no-repeat;
|
|
144
|
-
background-size:
|
|
145
|
-
background-position: top
|
|
143
|
+
background-size: 12px;
|
|
144
|
+
background-position: top 10px left 9px;
|
|
146
145
|
}
|
|
147
146
|
.btn-edit {
|
|
148
147
|
padding: 6px 17px !important;
|
|
@@ -30,6 +30,26 @@
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
@media (max-width: 1200px) {
|
|
34
|
+
.am-content.ui-app-area .model-widget .model-info .active-status {
|
|
35
|
+
display: block;
|
|
36
|
+
position: relative;
|
|
37
|
+
clear: both;
|
|
38
|
+
width: max-content;
|
|
39
|
+
margin-left: 0px;
|
|
40
|
+
top: 0px;
|
|
41
|
+
}
|
|
42
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status {
|
|
43
|
+
display: block;
|
|
44
|
+
float: left;
|
|
45
|
+
width: 100% !important;
|
|
46
|
+
}
|
|
47
|
+
.am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active {
|
|
48
|
+
float: left;
|
|
49
|
+
margin-top: 6px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
33
53
|
@media (max-width: 992px) {
|
|
34
54
|
.navbar-nav.ml-auto {
|
|
35
55
|
display: block;
|
|
@@ -159,6 +179,14 @@
|
|
|
159
179
|
.search-area form input {
|
|
160
180
|
margin-bottom: 0 !important;
|
|
161
181
|
}
|
|
182
|
+
.am-content.ui-app-area .model-buttons .btns-left,
|
|
183
|
+
.am-content.ui-app-area .model-buttons .btns-right {
|
|
184
|
+
width: 100%;
|
|
185
|
+
}
|
|
186
|
+
.am-content.ui-app-area .model-buttons .btns-right {
|
|
187
|
+
float: left;
|
|
188
|
+
text-align: left;
|
|
189
|
+
}
|
|
162
190
|
}
|
|
163
191
|
|
|
164
192
|
@media (max-width: 768px) {
|
|
@@ -225,7 +253,10 @@
|
|
|
225
253
|
width: 100%;
|
|
226
254
|
}
|
|
227
255
|
.am-content.ui-app-area .model-widget {
|
|
228
|
-
width:
|
|
256
|
+
width: 48%;
|
|
257
|
+
}
|
|
258
|
+
.am-content.ui-app-area .model-widget:nth-child(odd) {
|
|
259
|
+
margin-right: 3px;
|
|
229
260
|
}
|
|
230
261
|
.am-content.ui-app-area .page-head {
|
|
231
262
|
display: block;
|
|
@@ -252,6 +283,20 @@
|
|
|
252
283
|
.am-content.ui-app-area .floor-widget .floor-container .floor_areas .floor_area-item {
|
|
253
284
|
width: 33%;
|
|
254
285
|
}
|
|
286
|
+
.am-content.ui-app-area .model-items-container .model-widget.model-intern-item {
|
|
287
|
+
width: 32%;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@media (max-width: 460px) {
|
|
292
|
+
.am-content.ui-app-area .model-widget {
|
|
293
|
+
width: 100%;
|
|
294
|
+
margin-top: 0;
|
|
295
|
+
}
|
|
296
|
+
.am-content.ui-app-area .model-items-container .model-widget.model-intern-item {
|
|
297
|
+
width: 100%;
|
|
298
|
+
margin-bottom: 15px;
|
|
299
|
+
}
|
|
255
300
|
}
|
|
256
301
|
|
|
257
302
|
@media (min-width: 576px) {
|
|
@@ -642,7 +642,7 @@ table .ui-table-row {
|
|
|
642
642
|
margin-bottom: 0;
|
|
643
643
|
}
|
|
644
644
|
.am-content.ui-app-area .content-lateral .table-widget {
|
|
645
|
-
margin-bottom:
|
|
645
|
+
margin-bottom: 100px;
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
/* =========================== */
|
|
@@ -1764,17 +1764,20 @@ table .ui-table-row {
|
|
|
1764
1764
|
box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
1765
1765
|
-webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
1766
1766
|
-moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
|
|
1767
|
-
margin-bottom:
|
|
1768
|
-
width:
|
|
1767
|
+
margin-bottom: 4px;
|
|
1768
|
+
width: 32%;
|
|
1769
1769
|
margin-top: 30px;
|
|
1770
|
+
float: left;
|
|
1770
1771
|
}
|
|
1771
1772
|
.am-content.ui-app-area .model-widget:nth-child(odd) {
|
|
1772
1773
|
margin-right: 5px;
|
|
1773
|
-
|
|
1774
|
+
margin-left: 5px;
|
|
1775
|
+
/*float: left;*/
|
|
1774
1776
|
}
|
|
1775
1777
|
.am-content.ui-app-area .model-widget:nth-child(even) {
|
|
1776
1778
|
margin-left: 5px;
|
|
1777
|
-
|
|
1779
|
+
margin-right: 5px;
|
|
1780
|
+
/*float: right;*/
|
|
1778
1781
|
}
|
|
1779
1782
|
.am-content.ui-app-area .model-widget .model-info {
|
|
1780
1783
|
display: block;
|
|
@@ -1796,6 +1799,13 @@ table .ui-table-row {
|
|
|
1796
1799
|
padding: 1px 6px;
|
|
1797
1800
|
font-size: 12px;
|
|
1798
1801
|
}
|
|
1802
|
+
.am-content.ui-app-area .model-widget .model-info .active-status .active {
|
|
1803
|
+
background-image: image-url('icons/icn-active.svg');
|
|
1804
|
+
background-repeat: no-repeat;
|
|
1805
|
+
background-size: 8px;
|
|
1806
|
+
background-position: top 5px left 0px;
|
|
1807
|
+
padding-left: 12px;
|
|
1808
|
+
}
|
|
1799
1809
|
.am-content.ui-app-area .model-widget .model-info .model-title,
|
|
1800
1810
|
.am-content.ui-app-area .model-widget .model-info .model-studio-status {
|
|
1801
1811
|
display: block;
|
|
@@ -1951,7 +1961,7 @@ table .ui-table-row {
|
|
|
1951
1961
|
.am-content.ui-app-area .add-item-relative {
|
|
1952
1962
|
display: block;
|
|
1953
1963
|
position: relative;
|
|
1954
|
-
margin-top:
|
|
1964
|
+
margin-top: -20px;
|
|
1955
1965
|
margin-bottom: 30px;
|
|
1956
1966
|
width: 100%;
|
|
1957
1967
|
padding: 0 15px;
|
|
@@ -1963,13 +1973,14 @@ table .ui-table-row {
|
|
|
1963
1973
|
margin-top: 0px;
|
|
1964
1974
|
width: 100%;
|
|
1965
1975
|
padding: 0 15px;
|
|
1966
|
-
bottom:
|
|
1976
|
+
bottom: 20px;
|
|
1967
1977
|
left: 0;
|
|
1968
1978
|
right: 0;
|
|
1969
1979
|
}
|
|
1970
1980
|
.am-content.ui-app-area .add-item-relative .add-item-container,
|
|
1971
1981
|
.am-content.ui-app-area .add-item .add-item-container {
|
|
1972
|
-
background-color: #F2F2F2
|
|
1982
|
+
/*background-color: #F2F2F2;*/
|
|
1983
|
+
background-color: $ui_white;
|
|
1973
1984
|
border-radius: $ui-radius;
|
|
1974
1985
|
padding: 8px 20px;
|
|
1975
1986
|
margin-top: 0px;
|
|
@@ -1977,7 +1988,10 @@ table .ui-table-row {
|
|
|
1977
1988
|
float: left;
|
|
1978
1989
|
position: relative;
|
|
1979
1990
|
width: 100%;
|
|
1980
|
-
box-shadow:
|
|
1991
|
+
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
1992
|
+
-webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
1993
|
+
-moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
1994
|
+
border: 1px solid #D9D9D9;
|
|
1981
1995
|
}
|
|
1982
1996
|
.am-content.ui-app-area .add-item-relative .add-item-container .add-text,
|
|
1983
1997
|
.am-content.ui-app-area .add-item-relative .add-item-container .add-btn,
|
|
@@ -1999,11 +2013,58 @@ table .ui-table-row {
|
|
|
1999
2013
|
|
|
2000
2014
|
/* =========================== */
|
|
2001
2015
|
|
|
2016
|
+
.am-content.ui-app-area .model-items-container {
|
|
2017
|
+
display: block;
|
|
2018
|
+
float: left;
|
|
2019
|
+
position: relative;
|
|
2020
|
+
width: 100%;
|
|
2021
|
+
margin-bottom: 50px;
|
|
2022
|
+
}
|
|
2023
|
+
.am-content.ui-app-area .model-items-container .model-widget.model-intern-item {
|
|
2024
|
+
width: 24%;
|
|
2025
|
+
/*min-height: 270px;*/
|
|
2026
|
+
}
|
|
2027
|
+
.am-content.ui-app-area .model-widget.model-intern-item:nth-child(odd) {
|
|
2028
|
+
margin-right: 0;
|
|
2029
|
+
margin-left: 3px;
|
|
2030
|
+
}
|
|
2031
|
+
.am-content.ui-app-area .model-widget.model-intern-item:nth-child(even) {
|
|
2032
|
+
margin-left: 3px;
|
|
2033
|
+
margin-right: 3px;
|
|
2034
|
+
}
|
|
2035
|
+
.am-content.ui-app-area .model-items-container .model-widget.model-intern-item img {
|
|
2036
|
+
display: block;
|
|
2037
|
+
float: left;
|
|
2038
|
+
position: relative;
|
|
2039
|
+
width: 100%;
|
|
2040
|
+
margin-bottom: 12px;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
/* =========================== */
|
|
2044
|
+
|
|
2002
2045
|
.am-content.ui-app-area .group-row {
|
|
2003
2046
|
padding-bottom: 10px;
|
|
2004
2047
|
border-bottom: 1px solid #dee2e6;
|
|
2005
2048
|
margin-bottom: 15px;
|
|
2006
2049
|
}
|
|
2050
|
+
.am-content.ui-app-area form .form-control-file {
|
|
2051
|
+
display: block;
|
|
2052
|
+
float: left;
|
|
2053
|
+
position: relative;
|
|
2054
|
+
width: 100%;
|
|
2055
|
+
height: 110px;
|
|
2056
|
+
margin-bottom: 12px;
|
|
2057
|
+
text-align: center;
|
|
2058
|
+
text-indent: -9999px;
|
|
2059
|
+
background: #FBFBFB;
|
|
2060
|
+
border: 1px dashed #D9D9D9;
|
|
2061
|
+
background-image: image-url('icons/icn-add-file.svg');
|
|
2062
|
+
background-repeat: no-repeat;
|
|
2063
|
+
background-position: center;
|
|
2064
|
+
}
|
|
2065
|
+
.am-content.ui-app-area form #file-upload-button {
|
|
2066
|
+
background-color: #ffaaaa !important;
|
|
2067
|
+
}
|
|
2007
2068
|
.am-content.ui-app-area .form-buttons .btn.btn-outline-primary {
|
|
2008
2069
|
border-color: $ui_back;
|
|
2009
2070
|
color: $ui_back;
|
|
@@ -2036,6 +2097,10 @@ table .ui-table-row {
|
|
|
2036
2097
|
background-position: top 8px left 9px;
|
|
2037
2098
|
}
|
|
2038
2099
|
|
|
2100
|
+
.am-content.ui-app-area .model-widget .btn {
|
|
2101
|
+
padding: 5px 7px;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2039
2104
|
/* =========================== */
|
|
2040
2105
|
|
|
2041
2106
|
.am-content.ui-app-area .model-buttons {
|
|
@@ -2043,17 +2108,21 @@ table .ui-table-row {
|
|
|
2043
2108
|
position: relative;
|
|
2044
2109
|
width: 100%;
|
|
2045
2110
|
}
|
|
2111
|
+
.am-content.ui-app-area .model-buttons .btn {
|
|
2112
|
+
font-size: 14px !important;
|
|
2113
|
+
margin-bottom: 5px;
|
|
2114
|
+
}
|
|
2046
2115
|
.am-content.ui-app-area .model-buttons .btns-left {
|
|
2047
2116
|
display: block;
|
|
2048
2117
|
float: left;
|
|
2049
2118
|
position: relative;
|
|
2050
|
-
width:
|
|
2119
|
+
width: 40%;
|
|
2051
2120
|
}
|
|
2052
2121
|
.am-content.ui-app-area .model-buttons .btns-right {
|
|
2053
2122
|
display: block;
|
|
2054
2123
|
float: right;
|
|
2055
2124
|
position: relative;
|
|
2056
|
-
width:
|
|
2125
|
+
width: 60%;
|
|
2057
2126
|
text-align: right;
|
|
2058
2127
|
}
|
|
2059
2128
|
|
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.29'
|
|
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-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|