welcome_css 0.79 → 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ca3dac93c5c9cb42c6db2ac5d7719ee33fb88c9f0b9d6c236a56a10bcdc2cca
|
|
4
|
+
data.tar.gz: e0e75990d1ebba06cfcb4f4e7519a4e4fd1f21f66678a5418414a34378904dfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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;
|
|
@@ -155,6 +156,19 @@
|
|
|
155
156
|
.btn-sm {
|
|
156
157
|
font-size: 14px !important;
|
|
157
158
|
}
|
|
159
|
+
.btn-clipboard {
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 0.65rem;
|
|
162
|
+
right: 0.65rem;
|
|
163
|
+
z-index: 10;
|
|
164
|
+
display: block;
|
|
165
|
+
padding: 0.25rem 0.5rem;
|
|
166
|
+
font-size: .65em;
|
|
167
|
+
color: #0d6efd;
|
|
168
|
+
background-color: transparent;
|
|
169
|
+
border: 1px solid;
|
|
170
|
+
border-radius: 0.25rem;
|
|
171
|
+
}
|
|
158
172
|
|
|
159
173
|
/* ========================================= */
|
|
160
174
|
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
.land-app .header-fixed {
|
|
59
59
|
display: block;
|
|
60
60
|
/*position: fixed;*/
|
|
61
|
-
height:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
1064
|
+
font-size: 13px;
|
|
1065
|
+
display: inline-block;
|
|
1066
|
+
margin-bottom: 5px;
|
|
1054
1067
|
}
|
|
1055
1068
|
.form-pill:hover {
|
|
1056
1069
|
text-decoration: none;
|
|
@@ -2934,22 +2947,27 @@ table .ui-table-row {
|
|
|
2934
2947
|
/* =========================== */
|
|
2935
2948
|
|
|
2936
2949
|
.ui-app-area .items-container .table-item .switch,
|
|
2937
|
-
.ui-app-area .items-container .switch
|
|
2950
|
+
.ui-app-area .items-container .switch,
|
|
2951
|
+
.ui-app-area .switch {
|
|
2938
2952
|
position: relative;
|
|
2939
2953
|
display: inline-block;
|
|
2940
2954
|
width: 40px;
|
|
2941
2955
|
height: 22px;
|
|
2942
2956
|
margin-top: -8px;
|
|
2943
2957
|
}
|
|
2958
|
+
.ui-app-area .switch button {
|
|
2959
|
+
border: none;
|
|
2960
|
+
}
|
|
2944
2961
|
.ui-app-area .items-container .table-item .switch input,
|
|
2945
|
-
.ui-app-area .items-container .switch input
|
|
2962
|
+
.ui-app-area .items-container .switch input,
|
|
2963
|
+
.ui-app-area .switch input {
|
|
2946
2964
|
opacity: 0;
|
|
2947
2965
|
width: 0;
|
|
2948
2966
|
height: 0;
|
|
2949
2967
|
}
|
|
2950
|
-
|
|
2951
2968
|
.ui-app-area .items-container .table-item .slider,
|
|
2952
|
-
.ui-app-area .items-container .slider
|
|
2969
|
+
.ui-app-area .items-container .slider,
|
|
2970
|
+
.ui-app-area .slider {
|
|
2953
2971
|
position: absolute;
|
|
2954
2972
|
cursor: pointer;
|
|
2955
2973
|
top: 0;
|
|
@@ -2960,9 +2978,9 @@ table .ui-table-row {
|
|
|
2960
2978
|
-webkit-transition: .4s;
|
|
2961
2979
|
transition: .4s;
|
|
2962
2980
|
}
|
|
2963
|
-
|
|
2964
2981
|
.ui-app-area .items-container .table-item .slider:before,
|
|
2965
|
-
.ui-app-area .items-container .slider:before
|
|
2982
|
+
.ui-app-area .items-container .slider:before,
|
|
2983
|
+
.ui-app-area .slider:before {
|
|
2966
2984
|
position: absolute;
|
|
2967
2985
|
content: "";
|
|
2968
2986
|
height: 15px;
|
|
@@ -2975,32 +2993,38 @@ table .ui-table-row {
|
|
|
2975
2993
|
}
|
|
2976
2994
|
|
|
2977
2995
|
.ui-app-area .items-container .table-item .slider,
|
|
2978
|
-
.ui-app-area .items-container .slider
|
|
2996
|
+
.ui-app-area .items-container .slider,
|
|
2997
|
+
.ui-app-area .slider {
|
|
2979
2998
|
background-color: #5DD687;
|
|
2980
2999
|
}
|
|
2981
3000
|
.ui-app-area .items-container .table-item .slider-off,
|
|
2982
|
-
.ui-app-area .items-container .slider-off
|
|
3001
|
+
.ui-app-area .items-container .slider-off,
|
|
3002
|
+
.ui-app-area .slider-off {
|
|
2983
3003
|
background-color: #CCC;
|
|
2984
3004
|
}
|
|
2985
3005
|
|
|
2986
3006
|
.ui-app-area .items-container .table-item input:focus + .slider,
|
|
2987
|
-
.ui-app-area .items-container input:focus + .slider
|
|
3007
|
+
.ui-app-area .items-container input:focus + .slider,
|
|
3008
|
+
.ui-app-area input:focus + .slider {
|
|
2988
3009
|
box-shadow: 0 0 1px #5DD687;
|
|
2989
3010
|
}
|
|
2990
3011
|
|
|
2991
3012
|
.ui-app-area .items-container .table-item input:checked + .slider:before,
|
|
2992
|
-
.ui-app-area .items-container input:checked + .slider:before
|
|
3013
|
+
.ui-app-area .items-container input:checked + .slider:before,
|
|
3014
|
+
.ui-app-area input:checked + .slider:before {
|
|
2993
3015
|
-webkit-transform: translateX(15px);
|
|
2994
3016
|
-ms-transform: translateX(15px);
|
|
2995
3017
|
transform: translateX(15px);
|
|
2996
3018
|
}
|
|
2997
3019
|
|
|
2998
3020
|
.ui-app-area .items-container .table-item .slider.round,
|
|
2999
|
-
.ui-app-area .items-container .slider.round
|
|
3021
|
+
.ui-app-area .items-container .slider.round,
|
|
3022
|
+
.ui-app-area .slider.round {
|
|
3000
3023
|
border-radius: 34px;
|
|
3001
3024
|
}
|
|
3002
3025
|
.ui-app-area .items-container .table-item .slider.round:before,
|
|
3003
|
-
.ui-app-area .items-container .slider.round:before
|
|
3026
|
+
.ui-app-area .items-container .slider.round:before,
|
|
3027
|
+
.ui-app-area .slider.round:before {
|
|
3004
3028
|
border-radius: 50%;
|
|
3005
3029
|
}
|
|
3006
3030
|
|
|
@@ -3662,7 +3686,18 @@ table .ui-table-row {
|
|
|
3662
3686
|
padding-bottom: 0;
|
|
3663
3687
|
}
|
|
3664
3688
|
|
|
3665
|
-
|
|
3689
|
+
/* =========================== */
|
|
3690
|
+
|
|
3691
|
+
.am-wrapper form .form-row {
|
|
3666
3692
|
display: flex;
|
|
3667
3693
|
flex-wrap: wrap;
|
|
3694
|
+
}
|
|
3695
|
+
.am-wrapper form .form-group {
|
|
3696
|
+
padding-right: 10px;
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
/* =========================== */
|
|
3700
|
+
|
|
3701
|
+
.code-hide {
|
|
3702
|
+
display: none;
|
|
3668
3703
|
}
|
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.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-
|
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|