welcome_css 0.10 → 0.11
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 +4 -4
- data/app/assets/stylesheets/_welcome-ui-tables.scss +86 -0
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13753c3b21a1960a595ece4f096ef48d1763fd1fb025a62f3ab316f5f285e666
|
|
4
|
+
data.tar.gz: cdc365f629e8f62af7c0ec91cf588afe6bf2941dae607cf8b5605df8abd02d9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2980f0c6f4a8a5ef9df1721093c76c5a9a6eb9aa2621de307efc7f7d5b7be06530cf71f07947fc7f27f88c3ef51ebc1d6b00c481ba4cef867121a93c70782b94
|
|
7
|
+
data.tar.gz: 667a339bc3f6c9a0e2ed5a256a53a8f671b13b5690f4e51bf6d2e2b63ce5e18c96e18c02d49b7d744466542620a685e96caf2da2f39af9577e000d997d1c8335
|
|
@@ -1077,4 +1077,90 @@ table .ui-table-row {
|
|
|
1077
1077
|
top: 0;
|
|
1078
1078
|
bottom: 0;
|
|
1079
1079
|
color: #000;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
/* =========================== */
|
|
1083
|
+
|
|
1084
|
+
.ui-app-area .teardown-information-block {
|
|
1085
|
+
display: block;
|
|
1086
|
+
width: 100%;
|
|
1087
|
+
padding: 15px;
|
|
1088
|
+
margin-left: 15px;
|
|
1089
|
+
margin-right: 15px;
|
|
1090
|
+
}
|
|
1091
|
+
.ui-app-area .card-block {
|
|
1092
|
+
display: block !important;
|
|
1093
|
+
}
|
|
1094
|
+
.ui-app-area .data-list {
|
|
1095
|
+
display: block;
|
|
1096
|
+
float: left;
|
|
1097
|
+
position: relative;
|
|
1098
|
+
margin-top: 20px;
|
|
1099
|
+
}
|
|
1100
|
+
.ui-app-area .data-list h4 {
|
|
1101
|
+
font-size: 18px;
|
|
1102
|
+
color: #6F6F6F;
|
|
1103
|
+
letter-spacing: 0;
|
|
1104
|
+
font-family: 'hk_groteskmedium';
|
|
1105
|
+
padding: 12px 15px 12px 0;
|
|
1106
|
+
min-height: 80px;
|
|
1107
|
+
}
|
|
1108
|
+
.ui-app-area .data-list h4 span {
|
|
1109
|
+
font-size: 15px;
|
|
1110
|
+
}
|
|
1111
|
+
.ui-app-area .data-list .data-list-item {
|
|
1112
|
+
padding: 0 15px 0 25px !important;
|
|
1113
|
+
width: 100%;
|
|
1114
|
+
margin: 0 0 30px 0;
|
|
1115
|
+
}
|
|
1116
|
+
.ui-app-area .data-list .data-list-item strong,
|
|
1117
|
+
.ui-app-area .data-list-card strong {
|
|
1118
|
+
font-family: 'gt-eesti-regular';
|
|
1119
|
+
font-size: 18px;
|
|
1120
|
+
}
|
|
1121
|
+
.ui-app-area .data-list-card {
|
|
1122
|
+
display: block;
|
|
1123
|
+
float: left;
|
|
1124
|
+
position: relative;
|
|
1125
|
+
background-color: #EEF2F7;
|
|
1126
|
+
border-radius: $ui-radius;
|
|
1127
|
+
margin: 20px 0;
|
|
1128
|
+
padding: 15px;
|
|
1129
|
+
text-align: center;
|
|
1130
|
+
min-height: 265px;
|
|
1131
|
+
}
|
|
1132
|
+
.ui-app-area .data-list-card h4 {
|
|
1133
|
+
font-size: 16px;
|
|
1134
|
+
color: #6F6F6F;
|
|
1135
|
+
letter-spacing: 0;
|
|
1136
|
+
font-family: 'hk_groteskmedium';
|
|
1137
|
+
}
|
|
1138
|
+
.ui-app-area .data-list-card .distribution-curve {
|
|
1139
|
+
display: block;
|
|
1140
|
+
float: left;
|
|
1141
|
+
position: relative;
|
|
1142
|
+
width: 100%;
|
|
1143
|
+
height: 110px;
|
|
1144
|
+
margin: 10px 0;
|
|
1145
|
+
}
|
|
1146
|
+
.ui-app-area .data-list .bg-average {
|
|
1147
|
+
background-image: image-url('icons/icn-average.svg');
|
|
1148
|
+
background-repeat: no-repeat;
|
|
1149
|
+
background-size: 20px;
|
|
1150
|
+
background-position: left 0 top 6px;
|
|
1151
|
+
}
|
|
1152
|
+
.ui-app-area .data-list .bg-median {
|
|
1153
|
+
background-image: image-url('icons/icn-median.svg');
|
|
1154
|
+
background-repeat: no-repeat;
|
|
1155
|
+
background-size: 18px;
|
|
1156
|
+
background-position: left 0 top 6px;
|
|
1157
|
+
}
|
|
1158
|
+
.ui-app-area .data-list .bg-square-foot {
|
|
1159
|
+
background-image: image-url('icons/icn-square-foot.svg');
|
|
1160
|
+
background-repeat: no-repeat;
|
|
1161
|
+
background-size: 18px;
|
|
1162
|
+
background-position: left 0 top 6px;
|
|
1163
|
+
}
|
|
1164
|
+
.ui-app-area .icn-title {
|
|
1165
|
+
margin-top: -8px;
|
|
1080
1166
|
}
|
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.11'
|
|
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
|
+
date: 2021-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|