13 lines
170 B
Text
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;
|
|
}
|