buttons styling

This commit is contained in:
kurpfish
2021-08-11 14:37:20 +03:00
parent 596c54b002
commit 6e2952c435
5 changed files with 53 additions and 34 deletions

View File

@ -1,7 +1,7 @@
.logout-button {
position: fixed;
top: 2rem;
right: 3.5rem;
top: 70px;
right: 2.5rem;
z-index: 100;
}
@ -10,21 +10,23 @@
justify-content: center;
align-items: center;
margin: 0;
padding: 1rem 2rem;
border-radius: 20px;
width: 131px;
height: 40px;
border-radius: 10px;
font-family: 'Muller';
font-size: 1.6em;
letter-spacing: 0.8px;
background-color: #6aaf5c;
color: #ffffff;
border: 2px solid #6aaf5c;
border: 3px solid #6aaf5c;
font-family: 'Muller';
font-size: 2em;
letter-spacing: normal;
text-align: center;
}
.logout-button:hover button {
background-color: #ffffff;
color: #6aaf5c;
border: 2px solid #6aaf5c;
border: 3px solid #6aaf5c;
box-shadow: 3px 2px 5px rgba(82, 151, 34, 0.21);
transition: .3s;
}