welcome_css 0.24 → 0.25
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: af20f250f3964ddd44de304c69066f1f45a986c14b0db2c31e5f38a7f89a637b
|
|
4
|
+
data.tar.gz: 26f383be41f8c9830ffaf7f41487d1c41e9c185ab0619a4d7f163ce5b5f5ac4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdf1b717c3f23d13694a5dcaf60ec5f0a9fdc6c383ad01355c7ecb5dda985a976dc6a5bf697dbf1cd90f69fdef45a4a330591f2ae5a041db647ee2c71ab57921
|
|
7
|
+
data.tar.gz: 690b04ed86f2d294069bb3e1fba200df4fcc7898b51f410155119342cde295b1665b36b7b4fe4a82c47cd2f57d77b01614031cf89bb23caeb553b0e420d335ee
|
|
@@ -21,6 +21,203 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
@media (min-width: 993px) {
|
|
25
|
+
.navbar-toggle {
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
ul#navbar {
|
|
29
|
+
display: block;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media (max-width: 992px) {
|
|
34
|
+
.navbar-nav {
|
|
35
|
+
display: block;
|
|
36
|
+
margin-right: 40px;
|
|
37
|
+
}
|
|
38
|
+
.navbar-nav li {
|
|
39
|
+
display: block;
|
|
40
|
+
float: left;
|
|
41
|
+
position: relative;
|
|
42
|
+
margin: 0 0 0 10px;
|
|
43
|
+
}
|
|
44
|
+
.view-header .col-lg-6 {
|
|
45
|
+
width: 30%!important;
|
|
46
|
+
display: inline-block;
|
|
47
|
+
float: left;
|
|
48
|
+
position: relative;
|
|
49
|
+
}
|
|
50
|
+
.view-header .col-lg-6:last-child {
|
|
51
|
+
width: 70%!important;
|
|
52
|
+
display: inline-block;
|
|
53
|
+
float: left;
|
|
54
|
+
position: relative;
|
|
55
|
+
}
|
|
56
|
+
.land-app .main-btns .ui-menu-dots {
|
|
57
|
+
padding: 0;
|
|
58
|
+
width: 25px !important;
|
|
59
|
+
}
|
|
60
|
+
.land-app .btn.dropdown-toggle {
|
|
61
|
+
float: right;
|
|
62
|
+
}
|
|
63
|
+
.parcel-pdf-dropdown {
|
|
64
|
+
right: 0px;
|
|
65
|
+
}
|
|
66
|
+
.pagination {
|
|
67
|
+
display: block;
|
|
68
|
+
float: left;
|
|
69
|
+
position: relative;
|
|
70
|
+
width: 100%;
|
|
71
|
+
}
|
|
72
|
+
.pagination li {
|
|
73
|
+
display: block;
|
|
74
|
+
float: left;
|
|
75
|
+
position: relative;
|
|
76
|
+
margin: 0 3px;
|
|
77
|
+
}
|
|
78
|
+
#general-stats-container .widget-area .w-25,
|
|
79
|
+
#new-properties-inner-container .block-stats-area .w-33,
|
|
80
|
+
#approval-requirements-container .block-stats-area .w-33 {
|
|
81
|
+
width: 50% !important;
|
|
82
|
+
}
|
|
83
|
+
#comparisons-inner-container .block-stats-area .w-33,
|
|
84
|
+
#comparisons-inner-container .block-stats-area .w-66 {
|
|
85
|
+
width: 100% !important;
|
|
86
|
+
}
|
|
87
|
+
.navbar {
|
|
88
|
+
display: block;
|
|
89
|
+
position: fixed;
|
|
90
|
+
width: 100%;
|
|
91
|
+
height: 58px;
|
|
92
|
+
background-color: #fff;
|
|
93
|
+
z-index: 2;
|
|
94
|
+
box-shadow: 0 2px 6px 0 rgba(207,207,207,0.80);
|
|
95
|
+
top: 0;
|
|
96
|
+
}
|
|
97
|
+
.menu-app .navbar-toggle {
|
|
98
|
+
display: block;
|
|
99
|
+
position: fixed;
|
|
100
|
+
right: 10px;
|
|
101
|
+
top: 15px;
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
border: none;
|
|
104
|
+
z-index: 2;
|
|
105
|
+
}
|
|
106
|
+
.navbar-nav {
|
|
107
|
+
position: absolute;
|
|
108
|
+
right: 20px;
|
|
109
|
+
top: 9px;
|
|
110
|
+
}
|
|
111
|
+
ul#navbar {
|
|
112
|
+
width: 100%;
|
|
113
|
+
position: fixed;
|
|
114
|
+
z-index: 2;
|
|
115
|
+
right: 0px;
|
|
116
|
+
top: 59px;
|
|
117
|
+
background-color: #fff;
|
|
118
|
+
box-shadow: 0 2px 6px 0 rgba(207,207,207,0.80);
|
|
119
|
+
}
|
|
120
|
+
ul#navbar .list-group-item {
|
|
121
|
+
padding: 8px 35px;
|
|
122
|
+
background-position: left 14px top 14px !important;
|
|
123
|
+
}
|
|
124
|
+
ul#navbar .sidebar-submenu {
|
|
125
|
+
width: 100%;
|
|
126
|
+
padding-left: 24px;
|
|
127
|
+
}
|
|
128
|
+
.ui-app-area {
|
|
129
|
+
padding-top: 80px;
|
|
130
|
+
}
|
|
131
|
+
.block-stats-area .form-control,
|
|
132
|
+
.card.card-body .form-control {
|
|
133
|
+
margin-bottom: 12px;
|
|
134
|
+
}
|
|
135
|
+
#ui-tabs .dropdown {
|
|
136
|
+
display: block;
|
|
137
|
+
float: left;
|
|
138
|
+
position: relative;
|
|
139
|
+
width: 100%;
|
|
140
|
+
margin-bottom: 30px;
|
|
141
|
+
}
|
|
142
|
+
#ui-tabs .btn.btn-select {
|
|
143
|
+
float: left !important;
|
|
144
|
+
}
|
|
145
|
+
.land-app .ui-app-area form input {
|
|
146
|
+
margin-bottom: 12px;
|
|
147
|
+
}
|
|
148
|
+
.land-app .ui-app-area .form-inline {
|
|
149
|
+
align-items: baseline;
|
|
150
|
+
}
|
|
151
|
+
.search-area form input {
|
|
152
|
+
margin-bottom: 0 !important;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@media (max-width: 768px) {
|
|
157
|
+
.view-header .col-lg-6,
|
|
158
|
+
.view-header .col-lg-6:last-child {
|
|
159
|
+
width: 50%!important;
|
|
160
|
+
}
|
|
161
|
+
.view-header .col-lg-6_last-child {
|
|
162
|
+
width: 50%!important;
|
|
163
|
+
}
|
|
164
|
+
.view-header .text-right {
|
|
165
|
+
text-align: right !important;
|
|
166
|
+
}
|
|
167
|
+
#upload-csv {
|
|
168
|
+
display: none;
|
|
169
|
+
}
|
|
170
|
+
.parcel-information-block .w-75,
|
|
171
|
+
.parcel-information-block .w-25,
|
|
172
|
+
.parcel-information-block .w-10 {
|
|
173
|
+
width: 100% !important;
|
|
174
|
+
}
|
|
175
|
+
#ui-tabs .btn.btn-select {
|
|
176
|
+
width: 100%;
|
|
177
|
+
}
|
|
178
|
+
.parcel-main-info .card .list-group-item {
|
|
179
|
+
width: 32%;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
@media (max-width: 580px) {
|
|
184
|
+
.stats-area .col-3,
|
|
185
|
+
.stats-area .col-9 {
|
|
186
|
+
width: 100% !important;
|
|
187
|
+
max-width: 100% !important;
|
|
188
|
+
flex: auto;
|
|
189
|
+
}
|
|
190
|
+
.daily-area {
|
|
191
|
+
order: 1;
|
|
192
|
+
}
|
|
193
|
+
.general-area {
|
|
194
|
+
order: 2;
|
|
195
|
+
}
|
|
196
|
+
.search-area input[type="image"] {
|
|
197
|
+
padding: 0;
|
|
198
|
+
}
|
|
199
|
+
#general-stats-container .widget-area {
|
|
200
|
+
padding-left: 12px;
|
|
201
|
+
padding-right: 12px;
|
|
202
|
+
}
|
|
203
|
+
#general-stats-container .widget-area .w-25,
|
|
204
|
+
#general-stats-container .widget-area .w-25 .widget,
|
|
205
|
+
#new-properties-inner-container .block-stats-area .w-33,
|
|
206
|
+
#new-properties-inner-container .block-stats-area .w-33 .widget,
|
|
207
|
+
#approval-requirements-container .block-stats-area .w-33,
|
|
208
|
+
#approval-requirements-container .block-stats-area .w-25,
|
|
209
|
+
#approval-requirements-container .block-stats-area .w-15 {
|
|
210
|
+
width: 100% !important;
|
|
211
|
+
}
|
|
212
|
+
.view-header .col-lg-6,
|
|
213
|
+
.view-header .col-lg-6:last-child {
|
|
214
|
+
width: 50% !important;
|
|
215
|
+
}
|
|
216
|
+
.parcel-main-info .card .list-group-item {
|
|
217
|
+
width: 100%;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
24
221
|
@media (min-width: 576px) {
|
|
25
222
|
.modal-dialog {
|
|
26
223
|
max-width: 680px;
|
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.25'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|