matrix-dimension/web/app/elements/fullscreen-button/fullscreen-button.component.scss
2017-12-22 21:11:27 -07:00

15 lines
No EOL
219 B
SCSS

// component styles are encapsulated and only applied to their components
button {
border: none;
background: none;
}
button img {
width: 24px;
height: 24px;
opacity: 0.6;
}
button img:hover {
opacity: 1;
}