theming/stylesheets/components/_button.less
2020-09-15 21:10:56 +02:00

19 lines
399 B
Text

.btn,
input[type="button"],
.button,
#btn,
input[type="submit"] {
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;
}
}