theming/stylesheets/components/_button.less
2020-09-15 20:13:02 +02:00

18 lines
372 B
Text

.btn,
input[type="button"],
.button {
box-shadow: none;
text-decoration: none;
text-transform: uppercase;
border: none;
font-weight: bold;
letter-spacing: 1.5em;
background-color: transparent;
&:hover {
color: #ceccd2;
box-shadow: none;
border: none;
background-color: transparent;
}
}