mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Started adding buttons
This commit is contained in:
@@ -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{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user