mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-27 02:32:10 +01:00
17 lines
277 B
CSS
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;
|
|
}
|