welcome_css 0.11 → 0.12

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: 13753c3b21a1960a595ece4f096ef48d1763fd1fb025a62f3ab316f5f285e666
4
- data.tar.gz: cdc365f629e8f62af7c0ec91cf588afe6bf2941dae607cf8b5605df8abd02d9d
3
+ metadata.gz: 333f497e2241526dc313c6263a37bdebe023da43ed51367a8774e4acaf73d145
4
+ data.tar.gz: 3651fc364854c0fc7d891db803daae093b8de0e187a700d0b390812df4174fe9
5
5
  SHA512:
6
- metadata.gz: 2980f0c6f4a8a5ef9df1721093c76c5a9a6eb9aa2621de307efc7f7d5b7be06530cf71f07947fc7f27f88c3ef51ebc1d6b00c481ba4cef867121a93c70782b94
7
- data.tar.gz: 667a339bc3f6c9a0e2ed5a256a53a8f671b13b5690f4e51bf6d2e2b63ce5e18c96e18c02d49b7d744466542620a685e96caf2da2f39af9577e000d997d1c8335
6
+ metadata.gz: 4d967218e03950be338d635642721eb9cb93bcce887f1c4af8847126eed824dd1af2be140f1e3e7766da4c1ac89012bf847313c6002590f1f0d91235476e2380
7
+ data.tar.gz: 58420463e5075ec8036e89a90fad890c64a672e24d45545625992b44d64bc4cb588c5251be25cf290c71323f4b43ab23d96e4bca15a5357641420383be836bc3
@@ -159,6 +159,9 @@ table .ui-table-row {
159
159
  background-color: transparent;
160
160
  border: transparent;
161
161
  }
162
+ .ui-app-area .dropdown .btn.dropdown-toggle:hover .dropdown-menu {
163
+ display: block !important;
164
+ }
162
165
  .site-plan .card-body {
163
166
  padding: 0;
164
167
  }
@@ -1163,4 +1166,59 @@ table .ui-table-row {
1163
1166
  }
1164
1167
  .ui-app-area .icn-title {
1165
1168
  margin-top: -8px;
1169
+ }
1170
+
1171
+ /* =========================== */
1172
+
1173
+ .card.card-fixed {
1174
+ border: none;
1175
+ border-radius: $ui-radius;
1176
+ background-color: transparent;
1177
+ }
1178
+ .note-fixed {
1179
+ background-color: #FDFEFF;
1180
+ border-top: 1px solid rgba(0, 0, 0, 0.125);
1181
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
1182
+ padding: 30px 45px;
1183
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1184
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1185
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1186
+ margin-bottom: 15px;
1187
+ }
1188
+ .note-fixed .title {
1189
+ border-bottom: 1px solid $ui_lightgray;
1190
+ padding-bottom: 5px;
1191
+ margin-bottom: 15px;
1192
+ }
1193
+ .note-fixed .title h4 {
1194
+ font-weight: 600;
1195
+ }
1196
+ .note-fixed .body p {
1197
+ margin-bottom: 10px;
1198
+ }
1199
+ .note-fixed .body .block-information {
1200
+ margin-bottom: 30px;
1201
+ }
1202
+ .note-fixed .body .block-information:last-child {
1203
+ margin-bottom: 0px;
1204
+ }
1205
+ .main-content.request-area .sticky-top {
1206
+ height: calc(100vh - 20px);
1207
+ overflow: scroll;
1208
+ }
1209
+ .card-form-dev label {
1210
+ font-size: 20px;
1211
+ line-height: 24px;
1212
+ font-weight: 500;
1213
+ font-family: 'gt-eesti-regular';
1214
+ }
1215
+ .card-form-dev .checkbox-wrapper label,
1216
+ .card-form-dev .user_story_form label {
1217
+ font-weight: 400;
1218
+ font-size: 16px;
1219
+ font-family: 'hk_groteskmedium';
1220
+ }
1221
+ .card-form-dev .user_story_form label {
1222
+ margin-top: 12px;
1223
+ margin-bottom: 0px;
1166
1224
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.11"
2
+ VERSION = "0.12"
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.11'
4
+ version: '0.12'
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-02 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails