bullet_train-themes-light 1.2.3 → 1.2.5

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: 1012a15ca4f09373b9d62f1144ff02d28c9dcd09dc44c5206c8f09a085931f44
4
- data.tar.gz: 030f153b179c6a39b08173a85586b5f4bbe7f93bdd36aefcab3b1b0c87276627
3
+ metadata.gz: 73cfbf8c3b65999b2d060d515ce5769d24c6421304ca739fa13b1f15ed3bf642
4
+ data.tar.gz: ac4e3c2fd38c2aa5d4e67d358764a638f7376f3873858e188573bda99ea7d16b
5
5
  SHA512:
6
- metadata.gz: 46bbba5a19f38ff4207e8bde617f5622f3c994f286b1f03930126c54298d729330643f22e830098397f47a55df194e9d33b9b3d1935d9a6f62f2979e086ecf18
7
- data.tar.gz: 16b7c14513bbea2a77d8bb598979fb7f8e863c75fddf184e396087620c1580b194bcf793f2240780b075b924c12855d7b7b790f84a80cec34548393cbda2ec6b
6
+ metadata.gz: 813300464a5bf74996b94c4f35505c70b2149d09af5a0f56a0a808950f9b5f32cb5b7b003adbe2b859bada08d80e0d231bd739ffc0bfc603c0c9a90f6e8406e3
7
+ data.tar.gz: f1b65237c3b7c2358ac746f43fe9140a578e3d6c82eaa1131ee0a1670bac819f5418b55afff510c14aca69c69b82af0c0565422809939a52b4b5e449884c3c03
@@ -49,11 +49,14 @@
49
49
  box-shadow: inset 0 0 0 1px var(--primary-500) !important;
50
50
  outline: 0 !important;
51
51
  }
52
+
53
+ .select2-selection--single {
54
+ height: 38px !important;
55
+ }
52
56
 
53
57
  .select2-selection--single, .select2-selection--multiple {
54
58
  @apply border-gray-300;
55
59
  @apply rounded-md shadow-sm pt-0 focus:ring-primary-500 !important;
56
- height: 38px !important;
57
60
 
58
61
  &.focus-visible {
59
62
  @extend .select2-border;
@@ -14,7 +14,7 @@
14
14
  <%= render 'account/shared/menu/heading' do %>
15
15
  <%= title %>
16
16
 
17
- <svg class="inline-block flex-shrink-0 h-3 w-3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
17
+ <svg class="inline-block flex-shrink-0 h-3 w-3 <%= @menu_orientation == :top ? "rotate-90 -mt-0.5" : "" %>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
18
18
  <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
19
19
  </svg>
20
20
  <% end %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.2.3"
4
+ VERSION = "1.2.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-17 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard