mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
enable Kit email subscription form
This commit is contained in:
@@ -1193,6 +1193,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
.static{
|
||||
position: static;
|
||||
}
|
||||
|
||||
.absolute{
|
||||
position: absolute;
|
||||
}
|
||||
@@ -1201,6 +1205,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sticky{
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.-top-5{
|
||||
top: -1.25rem;
|
||||
}
|
||||
@@ -1421,6 +1429,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.list-item{
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
display: none;
|
||||
}
|
||||
@@ -1744,6 +1756,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.resize{
|
||||
resize: both;
|
||||
}
|
||||
|
||||
.appearance-none{
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
@@ -2482,6 +2498,21 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
color: rgb(31 41 55 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-red-600{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(220 38 38 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-rose-700{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(190 18 60 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-rose-600{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(225 29 72 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.underline{
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
@@ -2567,6 +2598,11 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
.grayscale{
|
||||
--tw-grayscale: grayscale(100%);
|
||||
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
||||
}
|
||||
|
||||
.filter{
|
||||
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user