upDate UMBE

This commit is contained in:
Robert Jagtiani
2024-12-20 02:03:34 +01:00
parent 36767df266
commit 019d1996a5
15 changed files with 139 additions and 1942 deletions

View File

@@ -31,20 +31,11 @@
font-family: "Heron";
}
.promo1{
font-weight: 700;
box-sizing: border-box;
font-family: "Antique Olive Compact bold";
text-shadow: 2px 2px 8px #222;
}
.promo{
.promo{
font-weight: 700;
box-sizing: border-box;
font-family: "Antique Olive Compact bold";
}
}
body{
@@ -57,13 +48,23 @@ body{
hover:bg-gradient-to-br from-secondary to-secondary-grad hover:shadow-lg transition-all hover:no-underline hover:ring-2 hover:ring-primary
}
input[type="text"], input[type="number"], input[type="password"], select{
input, select, textarea{
@apply py-1.5 px-2.5 w-full outline-none;
}
input[type="text"],
input[type="number"],
input[type="password"],
select{
@apply min-h-[38px] ring-1 ring-black/15 rounded-sm}
input[type="checkbox"]{@apply inline-block accent-secondary}
radio{@apply accent-primary}
input:disabled, input:read-only, select:disabled {
@apply bg-gray-200 border-gray-500/15;
}
/*ARTICLE*/
@@ -76,15 +77,18 @@ article {
h2{@apply text-2xl font-normal mb-2;}
h3 {@apply text-xl font-normal ml-1;}
a {@apply text-blue-700 font-medium text-lg;}
a {@apply text-blue-700 font-medium inline;}
p {@apply text-lg font-normal mb-2;}
li {@apply text-lg font-normal}
ul {@apply inline-block}
span {@apply text-secondary font-bold;}
}
/*SIDEBARS*/
/*BOXES*/