1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/assets/css/clearbutton.scss
Guilherme Danno 594580ec2d move files to scss
creating this commit so git don't lose track of the changes
2020-05-16 01:02:36 -03:00

12 lines
265 B
SCSS

.clearButton {
background: transparent;
border: 0 !important;
padding: 0 !important;
cursor: pointer;
outline: none !important;
color: inherit;
width: 100%;
vertical-align: middle;
font-family: inherit;
font-size: inherit;
}