123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- h1, h2, h3, p, ul, li, a, span{
- font-family: $lato;
- font-weight: lighter;
- }
- header{
- a{
- font-size: $txt-figli;
- line-height: $Flhome;
- }
- }
- .home{
- p{
- font-size: $txt-figli;
- line-height: $Flhome;
- }
- #text_figli{
- strong{
- position: relative;
- &::after{
- display: block;
- position: absolute;
- content: "";
- width: 100%;
- height: 1px;
- background: black;
- bottom: 0;
- }
- }
- a{
- position: relative;
- &:nth-child(1){
- }
- &:nth-child(2){
- font-family: $playfair;
- }
- &:nth-child(3){
- font-family: $syne;
- }
- &:nth-child(4){
- font-family: $avara;
- }
- }
- }
- }
- #item{
- .content-title{
- display: flex;
- margin: $marg 0;
- & > * {
- margin-right: $marg;
- font-size: 1.15rem;
- }
- h2{
- margin: 0 $marg 0 0;
- }
- }
- }
- a.publique, span.publique{
- font-family: $playfair;
- }
- a.sociale, span.sociale{
- font-family: $syne;
- }
- a.culturelle, span.culturelle{
- font-family: $avara;
- }
- .sidebar-right{
- ul, a{
- font-size: 0.8rem;
- line-height: 1.25rem;
- }
- }
- .other_projets{
- h3{
- font-size: $txt-figli;
- margin: 0;
- }
- }
- .card{
- h2{
- margin: 0;
- font-size: 1rem;
- }
- }
|