11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
.third-button {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.third-button:hover {
|
|
background-color: rgb(56, 56, 56);
|
|
}
|
|
|
|
.unity-button {
|
|
}
|