lato 3.10.4 → 3.10.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31073ee8b736613fd453f8a1b467f0c2c84db71dfdb06a647dee521963e1919a
4
- data.tar.gz: af8e072068c0dffab1d40cc10f22cae7ce0d5ea1183c49ff65f24f587d3e2919
3
+ metadata.gz: e6d13852308f124794321c32f43b73c0db87c0bd59a38e0175efe7865f54d034
4
+ data.tar.gz: a4a1c085009e80fbce5d20ed64d590743d84e31f3e91f2847f83c44c711e5d26
5
5
  SHA512:
6
- metadata.gz: 857bbb4c8c5b948973d05905befb11916f6705f6a72a377be66e6ef9b3058ddcbb02f0386057ae969f18ec882eb7a2389550e5377b37cc45a0a09b339c0dd821
7
- data.tar.gz: e9ad0e391a99794568e4635fc7498fd5ac9a98c9fe21eba32c12d9d6c8550c5117e4f72574666ebf931cc7cff516fe4ebf9c16471f055170d0a472347c41f3b5
6
+ metadata.gz: 07c3e8d6f6232a595b070229a87cfee6f3c29687e44a12e6a889a562b1ab6275064d86083780d64902845c68909e34c32c253a10743b86ee229352aafe814bfb
7
+ data.tar.gz: f17ca52c63a7d05197e4e64d386fb891ec1da72846f8b2e515262af1036fe61eae9dd60106e2019b0d5049569993a2cb25b1d2163304120d4b7ed5e14d1bd24e
@@ -67,6 +67,20 @@ main, aside {
67
67
 
68
68
  .aside-opener {
69
69
  display: none;
70
+ position: fixed;
71
+ bottom: 15px;
72
+ right: 15px;
73
+ z-index: 100;
74
+ background-color: $primary;
75
+ color: $white;
76
+ border: none;
77
+ padding: 0;
78
+ width: 60px;
79
+ height: 60px;
80
+ font-size: 20px;
81
+ justify-content: center;
82
+ align-items: center;
83
+ border-radius: 50%;
70
84
  }
71
85
 
72
86
  @media screen and (max-width: 768px) {
@@ -93,20 +107,6 @@ main, aside {
93
107
 
94
108
  .aside-opener {
95
109
  display: flex;
96
- position: fixed;
97
- bottom: 15px;
98
- right: 15px;
99
- z-index: 100;
100
- background-color: $primary;
101
- color: $white;
102
- border: none;
103
- padding: 0;
104
- width: 60px;
105
- height: 60px;
106
- font-size: 20px;
107
- justify-content: center;
108
- align-items: center;
109
- border-radius: 50%;
110
110
  }
111
111
  }
112
112
 
@@ -11,7 +11,7 @@
11
11
  <% end %>
12
12
  <%= form_with model: @session.user, url: lato.account_update_accepted_privacy_policy_version_action_path, data: { turbo_frame: '_self' } do |form| %>
13
13
  <%= lato_form_errors @session.user, class: %w[mb-3] %>
14
- <%= lato_form_item_input_check form, :confirm, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url)), checked: false, required: true %>
14
+ <%= lato_form_item_input_check form, :confirm, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url, target: '_blank')), checked: false, required: true %>
15
15
 
16
16
  <div class="mt-3">
17
17
  <%= lato_form_submit form, I18n.t('lato.confirm') %>
@@ -32,6 +32,6 @@ email_readonly ||= false
32
32
  </div>
33
33
 
34
34
  <div class="mb-3 text-muted" style="font-size: 14px;">
35
- <%= lato_form_item_input_check form, :accepted_privacy_policy_version, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url), target: '_blank'), required: true %>
36
- <%= lato_form_item_input_check form, :accepted_terms_and_conditions_version, I18n.t('lato.terms_and_conditions_checkbox', link: link_to(I18n.t('lato.terms_and_conditions'), Lato.config.legal_terms_and_conditions_url), target: '_blank'), required: true %>
35
+ <%= lato_form_item_input_check form, :accepted_privacy_policy_version, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url, target: '_blank')), required: true %>
36
+ <%= lato_form_item_input_check form, :accepted_terms_and_conditions_version, I18n.t('lato.terms_and_conditions_checkbox', link: link_to(I18n.t('lato.terms_and_conditions'), Lato.config.legal_terms_and_conditions_url, target: '_blank')), required: true %>
37
37
  </div>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.10.4"
2
+ VERSION = "3.10.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.4
4
+ version: 3.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails