servnest/less/buttons.less
2021-01-22 21:58:46 +01:00

13 lines
170 B
Text

.button {
border-width: 2px;
border-style: solid;
text-decoration: none;
border-radius: 10px;
padding: 8px;
}
.htButton {
.button();
border-color: red;
}