added new toast

This commit is contained in:
2025-10-29 14:28:50 -06:00
parent fa9e168783
commit 69d6906caf
8 changed files with 87 additions and 66 deletions
+11 -6
View File
@@ -1,15 +1,20 @@
.logo {
position: relative;
filter: invert(1);
z-index: 3;
margin: 5px;
}
.center {
display: flex;
height: 100%;
align-items: center;
width: 350px;
}
.cedetecContainer {
position: absolute;
top: 0;
right: 0;
width: 300px;
width: 200px;
height: 100%;
z-index: -1;
}
@@ -26,10 +31,10 @@
content: "";
top: 0;
left: -20px;
width: 65%;
height: 100%;
width: 100%;
height: 30px;
min-width: 300px;
background: linear-gradient(to right, #bd8c01, #f9f9f9);
background: linear-gradient(to right, #bd8c01 40%, #fff 100%);
transform: skew(-45deg);
z-index: 0;
}