594580ec2d
creating this commit so git don't lose track of the changes
13 lines
265 B
SCSS
13 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;
|
|
}
|