welcome_css 0.13 → 0.17

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: 8f2d3f1ba522e52e192e3042764336bab5db719376ab848f49faa1d01807e3f0
4
- data.tar.gz: 1e2296dd78823ae11bbfaf64108e14492cf5b395c43fdddcbb87f932c82b3625
3
+ metadata.gz: 6efb50da6a7e0778ad6049bcd5cb559cdcc15224c482dbb59892be6aaaeccebc
4
+ data.tar.gz: 89da017f2f1ec592a31222adfc3c6aa63a805a781e4bd128b2ba260770439d56
5
5
  SHA512:
6
- metadata.gz: d4706c30c7429ede677e5f12dd12dcec4365072e0f58f2451e90b87bb1aeace048225ab9e370c5cc5e1c788a1fa389f2afd464fa085df5b78316487abe46ab73
7
- data.tar.gz: b4139cf873b23c0855dafd9701e171ae852bea133b996cf7503ebdb910e2e9c7c601b031c49d5dc98d95add047e9352592ae5845403ed374b571b833eb9a40cd
6
+ metadata.gz: dd67f364e0a226aea159ff1caba32ff309754387b7f9b9c552273b8e0797a2202e46e25af3fa2d5f215ca27be7288728464ef88999783257b663caa9f5bcfc4a
7
+ data.tar.gz: '082f593245d1fe582a277c3220a06b29b869f9dd4024313b3ac1bcffa3f75144867b40aca80c567be6fdba830400d6e4beb13ed28860bd1687dcf9877231572a'
@@ -79,6 +79,29 @@
79
79
  color: $ui_back;
80
80
  }
81
81
 
82
+ .btn-blue-alternative {
83
+ background-color: $ui_white;
84
+ font-size: $ui_font_normal;
85
+ color: $ui_blue;
86
+ border: 1px solid $ui_blue;
87
+ font-family: 'gt-eesti-medium';
88
+ }
89
+
90
+ .btn-black {
91
+ background-color: $ui_back;
92
+ font-size: $ui_font_normal;
93
+ color: $ui_white;
94
+ border: 1px solid $ui_back;
95
+ font-family: 'gt-eesti-medium';
96
+ }
97
+ .btn-black-alternative {
98
+ background-color: $ui_white;
99
+ font-size: $ui_font_normal;
100
+ color: $ui_back;
101
+ border: 1px solid $ui_back;
102
+ font-family: 'gt-eesti-medium';
103
+ }
104
+
82
105
  /* ========================================= */
83
106
 
84
107
  .ui-btn-status {
@@ -92,8 +115,8 @@
92
115
  border: 1px solid $ui_green;
93
116
  }
94
117
  .ui-btn-status.btn-secondary {
95
- background-color: $ui_darkgray;
96
- border: 1px solid $ui_darkgray;
118
+ background-color: $ui_back;
119
+ border: 1px solid $ui_back;
97
120
  }
98
121
 
99
122
  /* ========================================= */
@@ -152,4 +175,22 @@
152
175
  display: block;
153
176
  width: 30px;
154
177
  height: 30px;
155
- }*/
178
+ }*/
179
+
180
+ /* ========================================= */
181
+
182
+ .am-content.ui-app-area .btn-add {
183
+ background-color: #fff;
184
+ padding: 8px 12px !important;
185
+ border: 1px solid #007bff;
186
+ font-weight: bold;
187
+ font-size: 20px;
188
+ padding: 3px 12px !important;
189
+ border-radius: $ui-radius;
190
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
191
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
192
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
193
+ }
194
+ .am-content.ui-app-area .btn-add:hover {
195
+ text-decoration: none;
196
+ }
@@ -0,0 +1,28 @@
1
+ /* =========================== */
2
+ /* Responsive */
3
+
4
+ @media (max-width: 1024px) {
5
+ .am-content.ui-app-area .nav-lateral {
6
+ display: block;
7
+ float: left;
8
+ position: relative;
9
+ width: 100%;
10
+ }
11
+ .am-content.ui-app-area .nav-lateral.nav-tabs .nav-item {
12
+ display: block;
13
+ float: left;
14
+ position: relative;
15
+ }
16
+ .am-content.ui-app-area .content-lateral {
17
+ display: block;
18
+ float: left;
19
+ position: relative;
20
+ width: 100%;
21
+ }
22
+ }
23
+
24
+ @media (min-width: 576px) {
25
+ .modal-dialog {
26
+ max-width: 680px;
27
+ }
28
+ }
@@ -585,6 +585,18 @@
585
585
  color: #000 !important;
586
586
  }
587
587
 
588
+ .am-content.ui-app-area .nav-lateral {
589
+ display: block;
590
+ float: left;
591
+ position: relative;
592
+ width: 18%;
593
+ }
594
+ .am-content.ui-app-area .content-lateral {
595
+ display: block;
596
+ float: right;
597
+ position: relative;
598
+ width: 82%;
599
+ }
588
600
 
589
601
 
590
602
 
@@ -59,7 +59,7 @@
59
59
 
60
60
  table .ui-table-row {
61
61
  background-color: $ui_white;
62
- border: 1px solid rgba(0, 0, 0, 0.125);
62
+ /*border: 1px solid rgba(0, 0, 0, 0.125);*/
63
63
  }
64
64
  .ui-toptable {
65
65
  background-color: $ui_middlegray;
@@ -79,8 +79,8 @@ table .ui-table-row {
79
79
  /* Table Cells */
80
80
  .ui-table thead {
81
81
  background-color: #edeff4;
82
- border: 1px solid #edeff4;
83
- font-family: 'hk-grotesk-semibold';
82
+ /*border: 1px solid #edeff4;*/
83
+ font-family: 'hk-grotesk-bold';
84
84
  }
85
85
  .ui-table table {
86
86
  background-color: $ui_white;
@@ -104,6 +104,9 @@ table .ui-table-row {
104
104
  background-size: 8px;
105
105
  background-position: left 10px top 6px;
106
106
  }
107
+ .ui-app-area .table thead th {
108
+ border-bottom: transparent;
109
+ }
107
110
 
108
111
  /* Tr */
109
112
  .ui-table table tbody tr:hover {
@@ -493,9 +496,9 @@ table .ui-table-row {
493
496
  margin-bottom: 60px;
494
497
  }
495
498
  .ui-app-area .widget-head {
496
- background-color: #edeff4 !important;
497
- padding: 12px 20px;
498
- border: 1px solid #edeff4 !important;
499
+ background-color: #fff !important;
500
+ padding: 12px 15px;
501
+ border-bottom: 1px solid #7A7A7A !important;
499
502
  -webkit-border-top-left-radius: .25rem!important;
500
503
  -webkit-border-top-right-radius: .25rem!important;
501
504
  -moz-border-radius-topleft: .25rem!important;
@@ -513,28 +516,99 @@ table .ui-table-row {
513
516
  padding-left: 0;
514
517
  }
515
518
  .ui-app-area .widget-head .title {
516
- font-size: 20px;
517
- font-weight: 500;
518
- font-family: gt-eesti-regular;
519
+ font-size: 22px;
520
+ font-weight: 600;
521
+ font-family: 'hk_groteskbold';
519
522
  }
520
523
  .ui-app-area .card-body .nav.nav-tabs {
521
524
  margin-bottom: 30px;
522
525
  border-bottom: transparent;
523
526
  }
527
+ .widget-small .nav.nav-tabs {
528
+ padding-right: 50px;
529
+ }
524
530
  .ui-app-area .card-body .nav-tabs .nav-link.active, .ui-app-area .card-body .nav-tabs .nav-item.show .nav-link,
525
531
  .ui-app-area .card-body .nav-tabs .nav-link:hover {
526
532
  color: #000;
527
- background-color: transparent;
528
- border-color: transparent transparent #4A8FE7;
533
+ background-color: #EDEFF4;
534
+ border: 1px solid #EDEFF4;
535
+ border-radius: $ui-radius;
529
536
  font-family: gt-eesti-regular;
530
537
  }
531
538
  .ui-app-area .card-body .nav-tabs .nav-link {
532
539
  color: #000;
533
540
  font-family: gt-eesti-regular;
541
+ padding: 8px 12px !important;
534
542
  }
543
+
544
+ /* =========================== */
545
+
546
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link {
547
+ padding: 8px 0 !important;
548
+ }
549
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link.active,
550
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link:hover {
551
+ color: #000;
552
+ background-color: #fff;
553
+ border: 1px solid #fff;
554
+ border-radius: 0 !important;
555
+ background-image: none;
556
+ border-bottom: 1px solid #4A8FE7;
557
+ }
558
+
559
+ .ui-app-area .card-body .content-lateral .nav-link {
560
+ background-image: none;
561
+ border: 0px;
562
+ border-bottom: 1px solid #fff;
563
+ padding: 8px 0px 8px 0px !important;
564
+ background-color: transparent;
565
+ border-radius: 0px !important;
566
+ }
567
+ .ui-app-area .card-body .content-lateral .nav-link.active,
568
+ .ui-app-area .card-body .content-lateral .nav-link:hover {
569
+ background-image: none;
570
+ border: 0px;
571
+ border-bottom: 1px solid #4A8FE7;
572
+ padding: 8px 0px 8px 0px !important;
573
+ background-color: transparent;
574
+ border-radius: 0px !important;
575
+ }
576
+ .ui-app-area .card-body .status-readed {
577
+ display: inline-block;
578
+ float: none;
579
+ position: relative;
580
+ width: 20px;
581
+ height: 20px;
582
+ background-image: image-url('icons/icon-read-yes.svg');
583
+ background-repeat: no-repeat;
584
+ background-size: 20px;
585
+ top: 2px;
586
+ }
587
+ .ui-app-area .card-body .status-notreaded {
588
+ display: inline-block;
589
+ float: none;
590
+ position: relative;
591
+ width: 20px;
592
+ height: 20px;
593
+ background-image: image-url('icons/icon-read-no.svg');
594
+ background-repeat: no-repeat;
595
+ background-size: 20px;
596
+ top: 2px;
597
+ }
598
+
599
+
600
+
535
601
  .table th, .table td {
536
602
  padding: 1rem;
537
603
  }
604
+ .am-content.ui-app-area .table th,
605
+ .am-content.ui-app-area .table td {
606
+ border-top: transparent;
607
+ border-bottom: 1px solid #dee2e6;
608
+ }
609
+ .am-content.ui-app-area .table tr:last-child td {
610
+ border-bottom: transparent;
611
+ }
538
612
  .ui-app-area .drop-side {
539
613
  left: 220px !important;
540
614
  top: 4px !important;
@@ -564,12 +638,76 @@ table .ui-table-row {
564
638
  margin-bottom: 0px;
565
639
  }
566
640
 
641
+ .am-content.ui-app-area .content-lateral table {
642
+ margin-bottom: 0;
643
+ }
644
+ .am-content.ui-app-area .content-lateral .table-widget {
645
+ margin-bottom: 40px;
646
+ }
647
+
648
+ /* =========================== */
649
+
650
+ .am-content.ui-app-area .widget-head.primary-head {
651
+ background-color: #EAEEF5 !important;
652
+ border-bottom: none !important;
653
+ }
654
+ .am-content.ui-app-area .widget-head.primary-head .title {
655
+ font-size: 18px;
656
+ }
657
+ .am-content.ui-app-area .widget-head {
658
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
659
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
660
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
661
+ }
662
+ .am-content.ui-app-area .widget-head-nocolor {
663
+ background-color: transparent;
664
+ }
665
+
567
666
  /* =========================== */
568
667
 
569
- .main-content table {
668
+ .main-content table,
669
+ .am-content.ui-app-area .table-widget,
670
+ .am-content.ui-app-area .content-lateral table {
570
671
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
571
672
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
572
673
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
674
+ border-radius: $ui-radius;
675
+ }
676
+ .am-content.ui-app-area .content-lateral table {
677
+ /*margin-bottom: 40px;*/
678
+ }
679
+ .am-content.ui-app-area .table-widget {
680
+ background-color: $ui_white;
681
+ }
682
+
683
+ /* =========================== */
684
+
685
+ .am-content.ui-app-area .customers-header .accordion-toggle[aria-expanded="true"] img {
686
+ transform: rotate(180deg);
687
+ }
688
+ .am-content.ui-app-area .customers-header h3 {
689
+ padding-left: 20px;
690
+ }
691
+ .am-content.ui-app-area .customers-header h3::before {
692
+ background-image: image-url('icons/menu_customers.svg');
693
+ background-repeat: no-repeat;
694
+ background-size: 14px;
695
+ width: 14px;
696
+ height: 14px;
697
+ content: "";
698
+ display: block;
699
+ position: absolute;
700
+ margin-left: -20px;
701
+ top: 10px;
702
+ }
703
+ .am-content.ui-app-area .customers-header h3:hover {
704
+ cursor: pointer;
705
+ }
706
+
707
+ /* =========================== */
708
+
709
+ .am-content.ui-app-area .customer-block-info {
710
+ margin-bottom: 40px;
573
711
  }
574
712
 
575
713
  /* =========================== */
@@ -603,6 +741,14 @@ table .ui-table-row {
603
741
  padding: 12px 20px;
604
742
  border: 1px solid #edeff4!important;
605
743
  }
744
+ .main-app .tab-table .row-head-white {
745
+ background-color: #fff;
746
+ margin-left: 0;
747
+ margin-right: 0;
748
+ margin-bottom: 30px;
749
+ padding: 12px 20px;
750
+ border-bottom: 1px solid #000!important;
751
+ }
606
752
  .main-app .card .card-header {
607
753
  background-color: #edeff4;
608
754
  font-weight: 600;
@@ -624,13 +770,14 @@ table .ui-table-row {
624
770
  margin-right: 20px;
625
771
  }
626
772
  .main-app .ui-app-area .tab-content .tab-pane {
627
- margin-top: 40px;
773
+ /*margin-top: 40px;*/
628
774
  }
629
775
  .main-app .ui-app-area .tab-content .tab-pane .h3 {
630
776
  font-size: 20px;
631
777
  }
632
- .main-app .ui-app-area table thead {
633
- background-color: #edeff4;
778
+ .main-app .ui-app-area table thead th {
779
+ background-color: #fff;
780
+ border-bottom: 1px solid #7A7A7A !important;
634
781
  }
635
782
  .ui-app-area .page-head .dropdown.droppright {
636
783
  top: 6px;
@@ -800,7 +947,7 @@ table .ui-table-row {
800
947
  position: relative;
801
948
  padding: 0 3px;
802
949
  }
803
- .widget {
950
+ .ui-app-area .widget {
804
951
  display: block;
805
952
  float: left;
806
953
  position: relative;
@@ -816,6 +963,19 @@ table .ui-table-row {
816
963
  background-color: transparent;
817
964
  border: none;
818
965
  }
966
+ .ui-app-area.am-content .widget-area .widget {
967
+ display: block;
968
+ float: left;
969
+ position: relative;
970
+ background-color: #EEF2F7;
971
+ border: 1px solid #D2D5DA;
972
+ border-radius: $ui-radius;
973
+ padding: 15px 20px;
974
+ min-height: 300px;
975
+ }
976
+ .ui-app-area.am-content .widget-area h4 {
977
+ margin-bottom: 0;
978
+ }
819
979
  .widget .widget-title {
820
980
  font-size: 18px;
821
981
  line-height: 22px;
@@ -827,22 +987,30 @@ table .ui-table-row {
827
987
  margin-top: 12px;
828
988
  min-height: 90px;
829
989
  }
830
- .widget .phase {
990
+ .widget .phase,
991
+ .block-stats-area .parcels-list .phase {
831
992
  border-radius: $ui-radius;
832
993
  padding: 0 2px;
833
994
  color: $ui_white;
834
995
  }
835
- .widget .phase.p-pass {
996
+ .block-stats-area .parcels-list .phase {
997
+ font-size: 13px;
998
+ }
999
+ .widget .phase.p-pass,
1000
+ .block-stats-area .parcels-list .phase.p-pass {
836
1001
  background-color: $ui_blue;
837
1002
  }
838
- .widget .phase.p-questionable {
1003
+ .widget .phase.p-questionable,
1004
+ .block-stats-area .parcels-list .phase.p-questionable {
839
1005
  background-color: #FAC15F;
840
1006
  color: $ui_back;
841
1007
  }
842
- .widget .phase.p-offmarket {
1008
+ .widget .phase.p-offmarket,
1009
+ .block-stats-area .parcels-list .phase.p-offmarket {
843
1010
  background-color: #FF411D;
844
1011
  }
845
- .widget .phase.p-reject {
1012
+ .widget .phase.p-reject,
1013
+ .block-stats-area .parcels-list .phase.p-reject {
846
1014
  background-color: #FF411D;
847
1015
  }
848
1016
 
@@ -992,6 +1160,78 @@ table .ui-table-row {
992
1160
  margin-bottom: 0 !important;
993
1161
  }
994
1162
 
1163
+ .block-stats-area .parcels-list {
1164
+ border-bottom: 1px solid #C4C4C4;
1165
+ }
1166
+ .block-stats-area .parcels-list .parcel-item {
1167
+ border-bottom: 1px solid #E8E8E8;
1168
+ }
1169
+ .block-stats-area .parcels-list .parcel-item:last-child {
1170
+ border-bottom: none;
1171
+ }
1172
+ .block-stats-area .dropdown-menu.tags {
1173
+ display: none;
1174
+ margin-bottom: 0;
1175
+ position: absolute;
1176
+ right: 0;
1177
+ margin-right: 0;
1178
+ }
1179
+ .block-stats-area table thead {
1180
+ background-color: transparent !important;
1181
+ border-top: none;
1182
+ border-left: none;
1183
+ border-right: none;
1184
+ border-bottom: 1px solid #C4C4C4;
1185
+ }
1186
+ .block-stats-area table thead th,
1187
+ .block-stats-area table td {
1188
+ border-bottom: none;
1189
+ border-top: none;
1190
+ padding-left: 0;
1191
+ padding-right: 0;
1192
+ }
1193
+ .block-stats-area table .ui-table-row {
1194
+ border: none;
1195
+ }
1196
+ .block-stats-area .ui-table-row.width-drop .dropdown a {
1197
+ color: $ui_back;
1198
+ padding: 10px 10px 0px 10px;
1199
+ font-size: 14px;
1200
+ }
1201
+ .block-stats-area .ui-table-row.width-drop .dropdown a:hover {
1202
+ text-decoration: none;
1203
+ }
1204
+
1205
+ .am-content.ui-app-area .block-stats-area .parcels-list .ui-table-row.width-drop {
1206
+ border-bottom: 1px solid #E4E4E4;
1207
+ }
1208
+ .am-content.ui-app-area .block-stats-area .parcels-list .ui-table-row.width-drop:last-child {
1209
+ border-bottom: none;
1210
+ }
1211
+
1212
+ .block-stats-area .list-properties {
1213
+ border-bottom: 1px solid #D9D9D9;
1214
+ }
1215
+ .block-stats-area .list-properties-item {
1216
+ font-size: 14px;
1217
+ border-bottom: 1px solid #D9D9D9;
1218
+ }
1219
+ .block-stats-area .list-properties-item:last-child {
1220
+ border-bottom: none
1221
+ }
1222
+ .block-stats-area .transit {
1223
+ font-size: 14px;
1224
+ margin-top: 10px;
1225
+ margin-bottom: 20px;
1226
+ }
1227
+
1228
+ .block-stats-area .maps-frame {
1229
+ height: 100%;
1230
+ position: absolute;
1231
+ right: 0;
1232
+ top: 0;
1233
+ }
1234
+
995
1235
  .search-area {
996
1236
  display: block;
997
1237
  position: relative;
@@ -1240,6 +1480,9 @@ table .ui-table-row {
1240
1480
  right: 8px !important;
1241
1481
  cursor: pointer;
1242
1482
  }
1483
+ .title-section .dropdown.dropleft:hover > .dropdown-menu {
1484
+ left: 0 !important;
1485
+ }
1243
1486
 
1244
1487
  /* =========================== */
1245
1488
  /* Breadcrumbs - UI adaptations */
@@ -1249,7 +1492,159 @@ table .ui-table-row {
1249
1492
  }
1250
1493
 
1251
1494
  /* =========================== */
1252
- /* Admin App - LP */
1495
+ /* Modals*/
1496
+
1497
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger {
1498
+ color: #FF4949;
1499
+ border-color: #FF4949;
1500
+ padding: 4px 14px;
1501
+ background-image: image-url('icons/icn-trash.svg');
1502
+ background-repeat: no-repeat;
1503
+ background-size: 13px;
1504
+ background-position: left 9px top 8px;
1505
+ width: 33px;
1506
+ height: 36px;
1507
+ }
1508
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger:hover {
1509
+ color: #fff;
1510
+ background-image: image-url('icons/icn-trash-white.svg');
1511
+ }
1512
+ .am-content.ui-app-area .modal-dialog textarea.form-control {
1513
+ height: 80px;
1514
+ }
1515
+ .am-content.ui-app-area .modal-dialog .modal-content {
1516
+ border: none;
1517
+ border-radius: 12px;
1518
+ box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
1519
+ }
1520
+ .am-content.ui-app-area .modal.show {
1521
+ background: rgba(145,145,145,0.70);
1522
+ }
1523
+
1524
+ /* =========================== */
1525
+
1526
+ .absolute-right {
1527
+ display: block;
1528
+ position: absolute;
1529
+ right: 15px;
1530
+ top: 0;
1531
+ z-index: 100;
1532
+ }
1533
+
1534
+ /* =========================== */
1535
+
1536
+ .am-content.ui-app-area .modal .property-address .select {
1537
+ padding-right: 45px;
1538
+ }
1539
+ .am-content.ui-app-area .modal .property-address select {
1540
+ height: 36px !important;
1541
+ }
1542
+ .am-content.ui-app-area .modal .property-address .select2-container .select2-selection--single,
1543
+ .am-content.ui-app-area .modal .select2-container--default .select2-selection--single {
1544
+ height: 36px !important;
1545
+ }
1546
+ .am-content.ui-app-area .modal .property-address .btn.btn-outline-danger {
1547
+ display: block;
1548
+ position: absolute;
1549
+ top: 32px;
1550
+ right: 15px;
1551
+ }
1552
+
1553
+ /* =========================== */
1554
+
1555
+ .am-content.ui-app-area .modal .form-separation {
1556
+ margin-bottom: 18px;
1557
+ }
1558
+ .ui-app-area .widget.widget-properties {
1559
+ min-height: auto !important;
1560
+ }
1561
+ .ui-app-area .widget.widget-properties .card {
1562
+ background-color: #F6F9FD;
1563
+ min-height: 130px;
1564
+ }
1565
+ .ui-app-area .widget.widget-properties .card-body {
1566
+ padding: 20px 0px !important;
1567
+ margin: 0 !important;
1568
+ display: block;
1569
+ font-size: 13px;
1570
+ }
1571
+ .ui-app-area .widget.widget-properties .card-body .h4 {
1572
+ font-size: 15px;
1573
+ }
1574
+ .ui-app-area .widget.widget-properties .card-body .status-bubble {
1575
+ display: block;
1576
+ float: right;
1577
+ position: relative;
1578
+ border: 1px solid #D8D8D7;
1579
+ border-radius: 8px;
1580
+ padding: 1px 6px;
1581
+ background-color: $ui_white;
1582
+ }
1583
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .red {
1584
+ background-color: #F46464;
1585
+ display: inline-block;
1586
+ float: left;
1587
+ width: 6px;
1588
+ height: 6px;
1589
+ border-radius: 50%;
1590
+ margin-top: 6px;
1591
+ margin-right: 4px;
1592
+ }
1593
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .green {
1594
+ background-color: #62DA87;
1595
+ display: inline-block;
1596
+ float: left;
1597
+ width: 6px;
1598
+ height: 6px;
1599
+ border-radius: 50%;
1600
+ margin-top: 6px;
1601
+ margin-right: 4px;
1602
+ }
1603
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .black {
1604
+ background-color: #D8DBE5;
1605
+ display: inline-block;
1606
+ float: left;
1607
+ width: 6px;
1608
+ height: 6px;
1609
+ border-radius: 50%;
1610
+ margin-top: 6px;
1611
+ margin-right: 4px;
1612
+ }
1613
+ .am-content.ui-app-area .no-properties {
1614
+ display: block;
1615
+ float: left;
1616
+ position: relative;
1617
+ width: 100%;
1618
+ background-color: #fff;
1619
+ margin-top: 20px;
1620
+ margin-bottom: 30px;
1621
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1622
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1623
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1624
+ }
1625
+ .am-content.ui-app-area .no-properties h5 {
1626
+ padding: 22px 20px;
1627
+ }
1628
+ .am-content.ui-app-area .no-properties .h4 {
1629
+ padding: 22px 20px;
1630
+ border-bottom: 1px solid #000;
1631
+ }
1632
+ .am-content.ui-app-area .no-properties p {
1633
+ padding: 12px 20px;
1634
+ }
1635
+
1636
+ /* =========================== */
1637
+
1638
+ .am-content.ui-app-area #manage_properties .nav-item {
1639
+ margin-bottom: 6px;
1640
+ }
1641
+
1642
+ /* =========================== */
1643
+
1644
+ .am-content.ui-app-area .row-full {
1645
+ width: 100%;
1646
+ margin: 0 !important;
1647
+ }
1253
1648
 
1254
1649
 
1255
1650
 
@@ -26,4 +26,16 @@
26
26
  }
27
27
  #ui-tabs .tab-content {
28
28
  margin-top: $md-margintop;
29
+ }
30
+ .am-content.ui-app-area .tab-content .tab-pane .nav-tabs-dates {
31
+ background-color: #fff;
32
+ padding: 8px 12px !important;
33
+ border: 1px solid #EDEFF4;
34
+ border-radius: $ui-radius;
35
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
36
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
37
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
38
+ }
39
+ .am-content.ui-app-area .tab-content .tab-pane .nav-tabs-dates.active {
40
+ border: 1px solid #007bff;
29
41
  }
@@ -459,6 +459,35 @@ $lg-paddingbottom: 60px;
459
459
  height: 30px;
460
460
  }
461
461
  }
462
+
463
+ @media (max-width: 580px) {
464
+ .am-content.ui-app-area .widget-area .widget-box {
465
+ width: 50% !important;
466
+ }
467
+ .am-content.ui-app-area .block-stats .block-stats-area .parcels-list div {
468
+ width: 100% !important;
469
+ }
470
+ .am-content.ui-app-area .block-stats .block-stats-area .table-responsive tbody tr td {
471
+ padding-right: 10px;
472
+ }
473
+ .am-content.ui-app-area .block-stats .block-stats-area.asking-price-range .w-25 {
474
+ width: 50% !important;
475
+ margin-bottom: 12px;
476
+ }
477
+ .am-content.ui-app-area .block-stats .block-stats-area .list-approbed {
478
+ width: 100% !important;
479
+ padding-top: 320px;
480
+ padding-right: 0 !important;
481
+ }
482
+ .am-content.ui-app-area .block-stats .block-stats-area .maps-frame {
483
+ height: 300px;
484
+ position: absolute;
485
+ right: 0;
486
+ top: 0;
487
+ width: 100% !important;
488
+ }
489
+ }
490
+
462
491
  @media (max-width: 480px) {
463
492
  .am-content.ui-app-area table {
464
493
  table-layout: auto !important;
@@ -9,3 +9,4 @@
9
9
  @import "welcome-ui-buttons";
10
10
  @import "welcome-ui-tabs";
11
11
  @import "welcome-ui-sidebar";
12
+ @import "welcome-ui-responsive";
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.13"
2
+ VERSION = "0.17"
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.13'
4
+ version: '0.17'
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-09-16 00:00:00.000000000 Z
11
+ date: 2021-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -234,6 +234,7 @@ files:
234
234
  - app/assets/stylesheets/_welcome-ui-buttons.scss
235
235
  - app/assets/stylesheets/_welcome-ui-menu-app.scss
236
236
  - app/assets/stylesheets/_welcome-ui-navbar.scss
237
+ - app/assets/stylesheets/_welcome-ui-responsive.scss
237
238
  - app/assets/stylesheets/_welcome-ui-sidebar.scss
238
239
  - app/assets/stylesheets/_welcome-ui-tables.scss
239
240
  - app/assets/stylesheets/_welcome-ui-tabs.scss