welcome_css 0.18 → 0.19

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: 1c12d7ec056a76d195277070444c76e8cfbcdb6149ec8e26050c9065f8c3dceb
4
- data.tar.gz: 4c9d009e9ea50d35dde3e3ef33d699cb36a87cc14975151763341ac4dd216375
3
+ metadata.gz: c645d75d0205add9d560037d5492124330d88b951227de15f6b7ea781249b228
4
+ data.tar.gz: 4ab8347d59933e3f712960dd391eabbefdb390e017bb64164557c30951f5302f
5
5
  SHA512:
6
- metadata.gz: 4c25e329078179b3eacf002a946d05b887cbdfb2c75ae9f6e11be7bfa81eeb0984ede1768909fa35071ea92915ee93e41ac4b2d963a66143d06496bdc099ef2d
7
- data.tar.gz: '094d829e8774f135d857c2b59eb390cc5335f7223af69904909ee7c1a67129cded6ad83f7bd659a6f450818ddde5b925603faabdc9bf5e9efceea2c67c1b50fe'
6
+ metadata.gz: ccbce308f1ba5894846b4642e6b7b8171e43513a122bb682ee8539bf1c65d78e94517b97ce5367fdabd71834c879fc0d8704c39a0808804d407ca3a99ef1e29a
7
+ data.tar.gz: 86fc5cf67232376e35a253ac828597ccfd0a0af9f1de113c698c1f95b6a2a8c08d6b1db39899f71adf7190416811fb62fdfe6465cfba3ce936b35e9aa3af6098
@@ -1414,6 +1414,38 @@ table .ui-table-row {
1414
1414
  margin-top: -8px;
1415
1415
  }
1416
1416
 
1417
+ .land-app .ui-app-area .table-item {
1418
+ padding: 0;
1419
+ border: none;
1420
+ }
1421
+ .land-app .ui-app-area .table-item .ui-table td {
1422
+ padding: 5px 20px;
1423
+ border-bottom: transparent;
1424
+ }
1425
+
1426
+ /* =========================== */
1427
+
1428
+ .land-app .ui-app-area .dropzone {
1429
+ background-color: #fff;
1430
+ }
1431
+
1432
+ /* =========================== */
1433
+
1434
+ .land-app .ui-app-area .general-table {
1435
+ margin-bottom: 0;
1436
+ box-shadow: none;
1437
+ -webkit-box-shadow: none;
1438
+ border: 1px solid #dee2e6 !important;
1439
+ margin-bottom: -1px;
1440
+ }
1441
+ .land-app .ui-app-area .general-table td {
1442
+ border-top: transparent;
1443
+ }
1444
+ .land-app .ui-app-area .general-table input[type=submit]:hover {
1445
+ background-color: #000 !important;
1446
+ border: 1px solid #000 !important;
1447
+ }
1448
+
1417
1449
  /* =========================== */
1418
1450
  /* Fixed Note for Dev Requests */
1419
1451
 
@@ -153,9 +153,32 @@ $lg-paddingbottom: 60px;
153
153
 
154
154
  .breadcrumb {
155
155
  background-color: #fff !important;
156
+ padding-right: 130px;
156
157
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
157
158
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
158
159
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
160
+ background-image: image-url('icons/division-line.svg');
161
+ background-repeat: repeat-y;
162
+ background-position: top right 120px;
163
+ }
164
+ .breadcrumb a {
165
+ color: $ui_back;
166
+ border-bottom: 1px solid $ui_blue;
167
+ }
168
+ .breadcrumb a:hover {
169
+ text-decoration: none;
170
+ }
171
+
172
+ /* ====================================== */
173
+
174
+ .prev-next {
175
+ display: block;
176
+ position: absolute;
177
+ right: 30px;
178
+ top: 32px;
179
+ }
180
+ .prev-next a {
181
+ margin: 0 5px;
159
182
  }
160
183
 
161
184
  /* ====================================== */
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.18"
2
+ VERSION = "0.19"
3
3
  end
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.18'
4
+ version: '0.19'
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-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails