public/avo-assets/avo.base.css in avo-3.13.7 vs public/avo-assets/avo.base.css in avo-3.14.0
- old
+ new
@@ -1777,11 +1777,11 @@
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
-/*! @algolia/autocomplete-theme-classic 1.17.4 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
+/*! @algolia/autocomplete-theme-classic 1.17.6 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
/* ----------------*/
/* 1. CSS Variables*/
@@ -3777,11 +3777,11 @@
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style:
}
-/*! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
+/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -4211,11 +4211,11 @@
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
-[hidden] {
+[hidden]:where(:not([hidden="until-found"])) {
display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
appearance:none;
@@ -7576,10 +7576,15 @@
.-my-4{
margin-top:-1rem;
margin-bottom:-1rem
}
+.mx-1{
+ margin-left:0.25rem;
+ margin-right:0.25rem
+}
+
.mx-3{
margin-left:0.75rem;
margin-right:0.75rem
}
@@ -7995,12 +8000,12 @@
.h-\[250px\]{
height:250px
}
-.h-\[calc\(100vh-4rem\)\]{
- height:calc(100vh - 4rem)
+.h-\[calc\(100dvh-4rem\)\]{
+ height:calc(100dvh - 4rem)
}
.h-full{
height:100%
}
@@ -9322,9 +9327,14 @@
}
.px-8{
padding-left:2rem;
padding-right:2rem
+}
+
+.px-\[48px\]{
+ padding-left:48px;
+ padding-right:48px
}
.py-0{
padding-top:0px;
padding-bottom:0px