Started adding buttons

This commit is contained in:
Pax1601
2023-01-19 22:48:51 +01:00
parent 1be876fb83
commit 6655739957
13 changed files with 113 additions and 36 deletions

View File

@@ -2,14 +2,21 @@
width: 24px;
height: 24px;
background-color: transparent;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
}
.olympus-button img{
width: 24px;
height: 24px;
}
.olympus-button:hover{
}
.olympus-button:active{
}
}