tailwind_devise 0.0.1 → 0.0.2

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: 9160f413a19ef54417bd7afec8c39b4076e62770fbaedc431b39b182e03c4040
4
- data.tar.gz: fdf7dd8ba5f55c351d520ca38b3c71a159bf5e646254a1283c2c30f48e90e918
3
+ metadata.gz: bb79bf060e9968f250fc484aa2319f96015c9d18d411ea9089408ff4c5b698d9
4
+ data.tar.gz: e10d77fbdfbe497f2ef9f31710cb04b9f345591b987fe0c16515947be5830fa4
5
5
  SHA512:
6
- metadata.gz: d1b51cc44ec5f32f661435ffba0ff868b9c8f3a8b61c6f3d25a22c193f9a41aeea54aa244f83b1543bcc85e347840d2c22e29754103d10f249ba14ff91130534
7
- data.tar.gz: 4fc5d77ea0e1662c5ba7823a9fab2e5e80d9735f5ae35097fb449e41f44f3fd9839cc3b5b0b2f78617f51af82f6822f77a0de4b70b308b95ecedcfc1c9817db8
6
+ metadata.gz: 38c67a150a585d6a213546540353c36bb3662d2b658b4dc95654e00277a161e7d1a4a5d045c5dab681dd920e0caf2a75c596d4492d0c5c940c6c3996b56759f9
7
+ data.tar.gz: f0c99fad8faf7b16551d7d6441ceeb3af2ca8d2925850fb6c5e3e10ac4760f8e73c1a86b8548acf387d5ae14c42f4af32575a8af7859e094cc8b434d07b84b4c
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Forgot your password?</h2>
4
4
 
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Edit <%= resource_name.to_s.humanize %></h2>
4
4
 
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Sign up</h2>
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind_devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Indigo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-08 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -78,7 +78,7 @@ licenses:
78
78
  - MIT
79
79
  metadata:
80
80
  source_code_uri: https://github.com/enochtamulonis/tailwind-devise-gem
81
- post_install_message:
81
+ post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths:
84
84
  - lib
@@ -93,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
96
+ rubygems_version: 3.5.7
97
+ signing_key:
98
98
  specification_version: 4
99
99
  summary: Creates pretty sign in/signup views for devise
100
100
  test_files: []