misuzu/assets/less/auth/classes/button.less

15 lines
287 B
Text
Raw Normal View History

2018-03-22 02:56:41 +00:00
.button {
border-radius: 4px;
border: 0;
padding: 7px 10px;
background: #462e55;
color: #fff;
text-align: left;
cursor: pointer;
line-height: 1.4em;
display: inline-block;
text-decoration: none;
font-family: sans-serif;
font-size: 12px;
}