Styled the button to admin place

This commit is contained in:
2021-10-21 22:44:47 -03:00
parent 1f85f97f7e
commit d1a428a3e9
3 changed files with 34 additions and 1 deletions

View File

@@ -31,6 +31,18 @@ header .redirect-button {
position: absolute;
left: 5%;
width: 10vw;
padding: 2vh 0px;
background-color: #e76f4b;
border: 1px solid #ff6233;
border-radius: 5px;
color: #fff;
font-weight: bold;
cursor: pointer;
transition: ease-in-out 0.1s;
}
header .redirect-button:hover {
background-color: #ce694b;
transition: ease-in-out 0.2s;
}
@media (max-width: 991.98px) {