welcome_css 0.81 → 0.82

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: 6129458cf82fb5127fbe1c99ced6c4b306725cfa86b8df30116d0902e237f813
4
- data.tar.gz: 88455e1ede5ccfa2720e509cf4377ac378a550cb76416663e0053e4b4f670bf1
3
+ metadata.gz: 9ca3dac93c5c9cb42c6db2ac5d7719ee33fb88c9f0b9d6c236a56a10bcdc2cca
4
+ data.tar.gz: e0e75990d1ebba06cfcb4f4e7519a4e4fd1f21f66678a5418414a34378904dfe
5
5
  SHA512:
6
- metadata.gz: '012518e3eb1ed5094f50a8485937cc78ee924a218fc886e2b5557aa5d0651ba40d44e32c431f3cce2d663901eaaa10601ade3448060dc031a11212b14aa5a523'
7
- data.tar.gz: 6329d87aa1cf176ec11ba7298c8baefebe45c6247fe371e707dfd22bb84682232b26dba7019c0286713885bc4f8e303c1609f56a767c0fe2f6fa4c4af056ea45
6
+ metadata.gz: 7c5e4237c9c4e3790a39468df167317cea2d29de679e19d3fcbb38ccac7ebeab126ef18b4d1bb5fa56f270c4a39db87c0e8a148421890e4d86bdd691d0d640c7
7
+ data.tar.gz: 35df03ede9e88f5ef7014d62220ca55ed1c9265fbd205f4bfb7c999eb06913266179b37760d0c21fbd37771da00693641489151cc39a34115626bec4776784f4
@@ -73,6 +73,7 @@
73
73
  border-bottom: 1px solid $ui_middlegray;
74
74
  text-align: left;
75
75
  padding: 6px 20px 6px 20px;
76
+ border-color: transparent !important;
76
77
  }
77
78
  .ui-app-area .dropdown .btn-group .btn:hover {
78
79
  color: $ui_white;
@@ -58,7 +58,7 @@
58
58
  .land-app .header-fixed {
59
59
  display: block;
60
60
  /*position: fixed;*/
61
- height: 130px;
61
+ height: 175px;
62
62
  margin-top: -22px;
63
63
  /*background-color: #f2f2f2;*/
64
64
  /*margin-left: -15px;*/
@@ -67,9 +67,14 @@
67
67
  z-index: 2;
68
68
  border-bottom: none !important;
69
69
  margin-left: -14px;
70
+
71
+ padding-left: 15px;
72
+ padding-right: 15px;
73
+ margin-bottom: 10px;
70
74
  }
71
75
  .header-fixed .row-title {
72
- margin-bottom: 5px;
76
+ margin-bottom: 12px;
77
+ margin-top: 10px;
73
78
  margin-left: -14px;
74
79
  }
75
80
  .land-app .header-fixed hr {
@@ -78,13 +83,16 @@
78
83
  .land-app .header-fixed-box {
79
84
  position: fixed;
80
85
  background-color: #f2f2f2;
81
- top: 20px;
86
+ top: 10px;
82
87
  padding-right: 18%;
83
88
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
84
89
  }
85
90
  .land-app .form-padding {
86
91
  margin-top: 140px !important;
87
92
  }
93
+ .land-app .form-group .trix-content {
94
+ height: 140px;
95
+ }
88
96
 
89
97
  /* Table Header */
90
98
 
@@ -1015,14 +1023,17 @@ table .ui-table-row {
1015
1023
 
1016
1024
  .edit-form-group {
1017
1025
  display: block;
1018
- margin-bottom: 30px;
1026
+ margin-bottom: 50px;
1019
1027
  }
1020
1028
  .edit-form-group .form-row {
1021
1029
  background: #FFFFFF;
1022
1030
  border: 1px solid #FFFFFF;
1023
1031
  box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
1024
1032
  border-radius: 4px;
1025
- padding: 20px;
1033
+ padding: 20px 15px;
1034
+ }
1035
+ .edit-form-group .list-group-item {
1036
+ padding-left: 15px !important;
1026
1037
  }
1027
1038
  .edit-form-group.form-group-complete .form-row {
1028
1039
  background: #FFFFFF;
@@ -1050,7 +1061,9 @@ table .ui-table-row {
1050
1061
  border: 1px solid #D9D9D9;
1051
1062
  border-radius: 4px;
1052
1063
  color: $ui_back;
1053
- font-size: 14px;
1064
+ font-size: 13px;
1065
+ display: inline-block;
1066
+ margin-bottom: 5px;
1054
1067
  }
1055
1068
  .form-pill:hover {
1056
1069
  text-decoration: none;
@@ -7,5 +7,5 @@
7
7
  @import "welcome-ui-menu-app";
8
8
  @import "welcome-ui-buttons";
9
9
  @import "welcome-ui-sidebar";
10
- @import "welcome-ui-tabs";
11
10
  @import "welcome-ui-responsive";
11
+ @import "welcome-ui-tabs";
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.81"
2
+ VERSION = "0.82"
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.81'
4
+ version: '0.82'
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-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails