mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
9 lines
131 B
SCSS
9 lines
131 B
SCSS
|
.non-style-button {
|
||
|
cursor: pointer;
|
||
|
color: #757575;
|
||
|
background: none;
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|