solid_errors 0.2.14 → 0.2.16

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: da52f15792663e83fe083c13693e9bf3524e30082e22bbbdf739a621242a7cce
4
- data.tar.gz: 5687c4e73ebf8f8b3e9c3ca46a5ef596cc13e7396ae768c3344820070e74d19c
3
+ metadata.gz: 7bd31da97ea56095d305c2bcfc472f271aeaaa151c597f4f0726f15f65ec9abc
4
+ data.tar.gz: 0d05dd15d6ed3d74fe37a09380fc0078747b82fe27399e1f5c7fea2b3ec3d1df
5
5
  SHA512:
6
- metadata.gz: 2ddf5b8c2efceeda9705b1c16e980a74962817613300576b6d374fe7fe9ceae835c79d31ace8b7072807d512167b0be7c3795c81ceeb5c36933aad822a4a956f
7
- data.tar.gz: 73a14cc66c3dbed34d04a178d6bd079ba9e7232fe8d141b41d49f79a41b59f5ae0f09bff68cce843487f80eaf95cf8ab2a1004304ac7bb7a5f6f0b59db2ce1df
6
+ metadata.gz: a1f3d14559970f33ae16e9ee2b2de47da522265472819c79c617a98494b170ca56dd63db527afaa75faf9d1fc20f88c0f7e4627abba7286b3db7788e99c3b642
7
+ data.tar.gz: e7da921a3718adbb33e9c11b11fab2bdac3aea3d6a069e9fccad74f161301688b6175729773a183f32f8420f10e2944c94619a4f5840502396d66a7db6312449
@@ -623,6 +623,10 @@
623
623
  margin-right: 0.5rem
624
624
  }
625
625
 
626
+ .mt-4{
627
+ margin-top: 1rem
628
+ }
629
+
626
630
  .min-h-full{
627
631
  min-height: 100%
628
632
  }
@@ -1037,6 +1041,11 @@
1037
1041
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
1038
1042
  }
1039
1043
 
1044
+ .hover\:ring-blue-200:hover{
1045
+ --tw-ring-opacity: 1;
1046
+ --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity))
1047
+ }
1048
+
1040
1049
  @media (min-width: 640px){
1041
1050
  .sm\:mx-0{
1042
1051
  margin-left: 0px;
@@ -1063,7 +1072,7 @@
1063
1072
  </style>
1064
1073
  </head>
1065
1074
  <body class="pb-4">
1066
- <main class="container mx-auto mt-2">
1075
+ <main class="container mx-auto mt-4">
1067
1076
  <%= content_for?(:content) ? yield(:content) : yield %>
1068
1077
  </main>
1069
1078
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidErrors
4
- VERSION = "0.2.14"
4
+ VERSION = "0.2.16"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Margheim