welcome_css 0.15 → 0.16

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: 6903bba74ef92c35037827a26c3d9cf9ca408b59d1cfcdd3e8b04d4a1241c30b
4
- data.tar.gz: 06eb6d93015a2b3bbaa7a27229b4edba713194d56a640e93db9d30dbaa9b96f4
3
+ metadata.gz: 17d7fa22affce23f3d5920dc446add2c4f828913c91681364374b0b55f6938b5
4
+ data.tar.gz: be173fb6883807994592a5c746662f7042f02b2fe9ceb1342543b10667f8e238
5
5
  SHA512:
6
- metadata.gz: fc3516755e3593623f58dcaba45c1223fdba4d96b2b29d9c5ff01cfb171cc9adf1849e2e8af5b4b0f9aa1d17e2666c56464f268c077d6dc1647475e53fc1cb77
7
- data.tar.gz: b102651d63659062fcb853bf7a6053b247898f563dc9afc138b829e3c8665157fd139b735e684e7dec04b644dc1fbfa3f76ecc3ecf0dad84e05b8b09d0a53963
6
+ metadata.gz: 9bf1607816e5de1945092a223d0248bc42e7f7bf3fe2eb399c1ebd25432a0f7e0a7e254d0b18b21bb0139e27875d7cfc8af8324d99003d3ef15975a414d8c106
7
+ data.tar.gz: 86da67c5e70e78a976a7718c1cf94153cca135713c5586ed3814f88e58b42342679ea901ea250f076969f035c6758105551db32bf1e543109a094aeb076434e0
@@ -79,6 +79,21 @@
79
79
  color: $ui_back;
80
80
  }
81
81
 
82
+ .btn-black {
83
+ background-color: $ui_back;
84
+ font-size: $ui_font_normal;
85
+ color: $ui_white;
86
+ border: 1px solid $ui_back;
87
+ font-family: 'gt-eesti-medium';
88
+ }
89
+ .btn-black-alternative {
90
+ background-color: $ui_white;
91
+ font-size: $ui_font_normal;
92
+ color: $ui_back;
93
+ border: 1px solid $ui_back;
94
+ font-family: 'gt-eesti-medium';
95
+ }
96
+
82
97
  /* ========================================= */
83
98
 
84
99
  .ui-btn-status {
@@ -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
+ }
@@ -557,6 +557,26 @@ table .ui-table-row {
557
557
  border-bottom: 1px solid #4A8FE7;
558
558
  }
559
559
 
560
+ .ui-app-area .card-body .content-lateral .nav-link {
561
+ background-image: none;
562
+ border: 0px;
563
+ border-bottom: 1px solid #fff;
564
+ padding: 8px 0px 8px 0px !important;
565
+ background-color: transparent;
566
+ border-radius: 0px !important;
567
+ }
568
+ .ui-app-area .card-body .content-lateral .nav-link.active,
569
+ .ui-app-area .card-body .content-lateral .nav-link:hover {
570
+ background-image: none;
571
+ border: 0px;
572
+ border-bottom: 1px solid #4A8FE7;
573
+ padding: 8px 0px 8px 0px !important;
574
+ background-color: transparent;
575
+ border-radius: 0px !important;
576
+ }
577
+
578
+
579
+
560
580
  .table th, .table td {
561
581
  padding: 1rem;
562
582
  }
@@ -618,6 +638,9 @@ table .ui-table-row {
618
638
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
619
639
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
620
640
  }
641
+ .am-content.ui-app-area .widget-head-nocolor {
642
+ background-color: transparent;
643
+ }
621
644
 
622
645
  /* =========================== */
623
646
 
@@ -697,6 +720,14 @@ table .ui-table-row {
697
720
  padding: 12px 20px;
698
721
  border: 1px solid #edeff4!important;
699
722
  }
723
+ .main-app .tab-table .row-head-white {
724
+ background-color: #fff;
725
+ margin-left: 0;
726
+ margin-right: 0;
727
+ margin-bottom: 30px;
728
+ padding: 12px 20px;
729
+ border-bottom: 1px solid #000!important;
730
+ }
700
731
  .main-app .card .card-header {
701
732
  background-color: #edeff4;
702
733
  font-weight: 600;
@@ -1440,7 +1471,35 @@ table .ui-table-row {
1440
1471
  }
1441
1472
 
1442
1473
  /* =========================== */
1443
- /* Admin App - LP */
1474
+ /* Modals*/
1475
+
1476
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger {
1477
+ color: #FF4949;
1478
+ border-color: #FF4949;
1479
+ padding: 4px 10px 4px 30px;
1480
+ background-image: image-url('icons/icn-trash.svg');
1481
+ background-repeat: no-repeat;
1482
+ background-size: 13px;
1483
+ background-position: left 9px top 8px;
1484
+ }
1485
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger:hover {
1486
+ color: #fff;
1487
+ background-image: image-url('icons/icn-trash-white.svg');
1488
+ }
1489
+ .am-content.ui-app-area .modal-dialog textarea.form-control {
1490
+ height: 80px;
1491
+ }
1492
+ .am-content.ui-app-area .modal-dialog .modal-content {
1493
+ border: none;
1494
+ border-radius: 12px;
1495
+ box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
1496
+ }
1497
+ .am-content.ui-app-area .modal.show {
1498
+ background: rgba(145,145,145,0.70);
1499
+ }
1500
+
1501
+
1502
+
1444
1503
 
1445
1504
 
1446
1505
 
@@ -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.15"
2
+ VERSION = "0.16"
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.15'
4
+ version: '0.16'
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-10-13 00:00:00.000000000 Z
11
+ date: 2021-10-28 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