theming/stylesheets/components/_button.less

14 lines
No EOL
252 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;
&:hover {
color: #CECCD2;
box-shadow: none;
border: none;
}
}