added new style and fixed send token
This commit is contained in:
+1
-39
@@ -25,47 +25,13 @@ body {
|
||||
min-height: 100dvh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
main {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
header {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 90px;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
header::after {
|
||||
content: "";
|
||||
top: 0;
|
||||
left: -45px;
|
||||
position: absolute;
|
||||
background-color: #003e79;
|
||||
height: 100%;
|
||||
min-width: 350px;
|
||||
transform: skew(45deg);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
header::before {
|
||||
content: "";
|
||||
top: 0;
|
||||
left: -25px;
|
||||
position: absolute;
|
||||
background-color: rgb(1, 92, 184);
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
min-width: 350px;
|
||||
transform: skew(45deg);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -90,7 +56,6 @@ footer p {
|
||||
justify-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
@keyframes fadeInUp {
|
||||
@@ -571,9 +536,6 @@ table td:last-child {
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
header {
|
||||
padding: 6px 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user