15 lines
224 B
CSS
15 lines
224 B
CSS
.button-toggle {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
.button-toggle .logo {
|
|
width: 80%;
|
|
height: 80%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button-toggle .logo-on {
|
|
filter: drop-shadow(0 0 1em #ffffff);
|
|
}
|