bullet_train-themes-light 1.9.0 → 1.11.0

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: 92133d62774a3f4670f1df56fc821f6e26c38ead2aa20c8587d9e3d921cd2f01
4
- data.tar.gz: 335433c079783f49449a6dff8f62f4f10b184a236f0dd7c7e507a88067369ccd
3
+ metadata.gz: 91a0b293aba30b7f9387415cb6bdafffc07dc9552d5cc778d16b4b7c97586a78
4
+ data.tar.gz: 6859cdf153e1ea059b3657f4e23256bcdb74067f6f76b2450a566a24c9774896
5
5
  SHA512:
6
- metadata.gz: 53ae9234d911421b3572708fb32762d6ad78f63fcbc455ab835a56d2cfe5a4c8e5e58e8b2c09983ef1c38363898f5d5e8eee8f38eda1d05b5067ec79fe5d1d56
7
- data.tar.gz: 6b87c145498b658f7303dcbeb5a25090a8fd5981bfdab9e35657b86933685a5ba502bd4734900a5205529624f285a0d1be86bb08e12c2a2942505b09fc7bb481
6
+ metadata.gz: 6e73d0e9c6e297b4fa736c67ef6c0550faa1cbfb0a1d5913e6ffdb6e2c4930734825d7aba8e5b805b329ff91c30fe19186a79b14398a70c355af329d6307fd55
7
+ data.tar.gz: 9f51c3dd4dd11d42a1ec3ccfe248afc67d01127d979dbc8f0967facaf52cc1ecd6e05a7dff236bc82450968078640eb2584926948ebf3bf192475b03ffa3e5d2
@@ -5,8 +5,8 @@
5
5
  #bt-docs-content h5,
6
6
  #bt-docs-content h6{
7
7
  position: relative;
8
- margin-left: -1.2em;
9
- padding-left: 1.2em;
8
+ margin-left: -1.2rem;
9
+ padding-left: 1.2rem;
10
10
  }
11
11
  #bt-docs-content h1 a,
12
12
  #bt-docs-content h2 a,
@@ -18,9 +18,9 @@
18
18
  display: none;
19
19
  position: absolute;
20
20
  float:left;
21
- margin-left:-1.2em;
21
+ margin-left:-1.2rem;
22
22
  line-height: 1;
23
- width: 1em;
23
+ width: 1rem;
24
24
  height: 100%;
25
25
  }
26
26
 
@@ -43,3 +43,33 @@
43
43
  justify-content: center; /* Align horizontal */
44
44
  align-items: center; /* Align vertical */
45
45
  }
46
+
47
+
48
+ @media only screen and (max-width: 640px) {
49
+ #bt-docs-content h1,
50
+ #bt-docs-content h2,
51
+ #bt-docs-content h3,
52
+ #bt-docs-content h4,
53
+ #bt-docs-content h5,
54
+ #bt-docs-content h6{
55
+ margin-left: -1.375rem;
56
+ padding-left: 1.375rem;
57
+ }
58
+ #bt-docs-content h1 a,
59
+ #bt-docs-content h2 a,
60
+ #bt-docs-content h3 a,
61
+ #bt-docs-content h4 a,
62
+ #bt-docs-content h5 a,
63
+ #bt-docs-content h6 a{
64
+ margin-left:-1.375rem;
65
+ }
66
+ #bt-docs-content h1 a::before,
67
+ #bt-docs-content h2 a::before,
68
+ #bt-docs-content h3 a::before,
69
+ #bt-docs-content h4 a::before,
70
+ #bt-docs-content h5 a::before,
71
+ #bt-docs-content h6 a::before{
72
+ font-size: 1rem;
73
+ }
74
+ }
75
+
@@ -4,7 +4,6 @@
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
5
  <title>Welcome to <%= t('application.name') %>!</title>
6
6
 
7
- <%= stylesheet_link_tag 'application', media: 'all'%>
8
7
  <%= stylesheet_link_tag 'application.mailer.light', media: 'all' %>
9
8
 
10
9
  <% # TODO: Find out why Tailwind colors aren't working properly. %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.9.0"
4
+ VERSION = "1.11.0"
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.9.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard