Files
afup/htdocs/css/buttons.css
2017-12-09 18:16:49 +01:00

17 lines
277 B
CSS

.button {
background-color: #415e96;
border: none;
color: white;
padding: 15px 32px;
margin: 1em;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button svg{
fill:white;
margin-bottom: -12px;
}