added new fixed header

This commit is contained in:
Nuno Coração
2022-11-06 19:48:41 +00:00
parent 5bfacfa68b
commit 28689bcf58
6 changed files with 188 additions and 28 deletions
+36
View File
@@ -1599,6 +1599,14 @@ select {
margin-right: -0.5rem;
}
.ml-auto {
margin-left: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-0 {
margin-bottom: 0px;
}
@@ -1651,6 +1659,14 @@ select {
height: 2rem;
}
.h-\[120px\] {
height: 120px;
}
.h-\[100px\] {
height: 100px;
}
.h-\[250px\] {
height: 250px;
}
@@ -1683,6 +1699,10 @@ select {
min-height: 0px;
}
.min-h-\[148px\] {
min-height: 148px;
}
.w-12 {
width: 3rem;
}
@@ -1755,6 +1775,10 @@ select {
max-width: 5rem;
}
.max-w-\[64rem\] {
max-width: 64rem;
}
.max-w-xl {
max-width: 36rem;
}
@@ -2154,6 +2178,14 @@ select {
padding-bottom: 1rem;
}
.pl-\[24px\] {
padding-left: 24px;
}
.pr-\[24px\] {
padding-right: 24px;
}
.pt-16 {
padding-top: 4rem;
}
@@ -3723,6 +3755,10 @@ body:has(#menu-controller:checked) {
top: 2.5rem;
}
.lg\:top-\[140px\] {
top: 140px;
}
.lg\:left-0 {
left: 0px;
}