mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
chore: cross over kubernetes on landing hero
This commit is contained in:
@@ -1185,6 +1185,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
transition: y 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out;
|
||||
}
|
||||
|
||||
.pointer-events-none{
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.visible{
|
||||
visibility: visible;
|
||||
}
|
||||
@@ -1201,6 +1205,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.inset-0{
|
||||
inset: 0px;
|
||||
}
|
||||
|
||||
.top-2{
|
||||
top: 0.5rem;
|
||||
}
|
||||
@@ -1209,6 +1217,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
z-index: -10;
|
||||
}
|
||||
|
||||
.z-10{
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.z-30{
|
||||
z-index: 30;
|
||||
}
|
||||
@@ -1290,6 +1302,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.inline-block{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.inline{
|
||||
display: inline;
|
||||
}
|
||||
@@ -1338,6 +1354,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.h-full{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.min-h-screen{
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user