svg icons for everything
This commit is contained in:
parent
b839b04df2
commit
70779db5bf
3 changed files with 10 additions and 8 deletions
|
@ -75,7 +75,7 @@ header{
|
|||
|
||||
.login-button-container{
|
||||
position: absolute;
|
||||
top: 0.2vh;
|
||||
top: 0.1vh;
|
||||
right: 1vw;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
@ -83,11 +83,10 @@ header{
|
|||
}
|
||||
|
||||
.header-login-button{
|
||||
height: 100%;
|
||||
width:4vw;
|
||||
font-size: var(--font-size);
|
||||
/* position: absolute;
|
||||
top: 1.5vh;
|
||||
right: 1vw; */
|
||||
padding: 10px 20px;
|
||||
padding: 3px;
|
||||
background-color: var(--input-button-color);
|
||||
color: var(--text-color);
|
||||
border: none;
|
||||
|
@ -95,6 +94,9 @@ header{
|
|||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
font-family: var(--font-family);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header-login-button:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue