mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-29 12:42:15 +02:00
36 lines
668 B
CSS
36 lines
668 B
CSS
.button,
|
|
a.button-inverted:hover {
|
|
background-color: #415e96;
|
|
border: 1px solid #415e96;
|
|
color: white;
|
|
padding: 15px 32px;
|
|
margin: 1em;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
}
|
|
|
|
a.button-inverted {
|
|
background-color: white;
|
|
border: 1px solid #415e96;
|
|
color: #415e96;
|
|
padding: 15px 32px;
|
|
margin: 1em;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.button svg{
|
|
fill:white;
|
|
margin-bottom: -12px;
|
|
}
|
|
|
|
.button--call-to-action {
|
|
background-color: #ed0678;
|
|
border-color: #ed0678;
|
|
font-weight: bold;
|
|
}
|