rifiniture di stile rifiniture primo rilascio di test

This commit is contained in:
2025-01-08 19:26:51 +01:00
parent 832a39a71d
commit f9bb7e1003
96 changed files with 8256 additions and 526 deletions

View File

@ -254,12 +254,44 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
font-weight: 600;
}
.btn-primary {
.btn-primary, .elenco-corso .btn {
color: #fff;
fill: #fff;
background-color: #CC334B;
border-color: #CC334B;
}
.elenco-corso {
margin: 1rem 0;
}
.elenco-corso .download-corsi {
color: #fff;
fill: #fff;
background-color: #000;
border-color: #000;
padding: 12px 24px;
font-size: 16px;
white-space: initial;
text-decoration: none;
border-radius: 4px;
position: relative;
top:2px;
font-weight: 600;
}
.elenco-corso .download-corsi:hover {
text-decoration: underline;
}
@media(max-width:690px){
.elenco-corso .btn, .elenco-corso .download-corsi{
display: block;
margin-bottom: .5rem;
text-align: center;
}
}
.btn-primary:hover {
background-color: #B32D41;
border-color: #B32D41;