123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- #fotter-bottom{
- display: flex;
- flex: 1 1 120px;
- flex-direction: row;
- background-color: $white;
- .region{
- display: block;
- padding-left: 1rem;
- padding-right: 1rem;
- padding-bottom: 1rem;
- border-left: $blue-light solid 1px;
- h2{
- margin-top: 0;
- color: $blue-dark;
- }
- img{
-
- height: 5rem;
- width: auto;
- }
- }
- .region-footer-bottom-left{
- width: 35%;
- border: none;
- #block-pieddepage ul{
- margin-top: 0;
- color: $blue-dark;
- font-weight: 800;
- list-style: none;
- a{
- color: $blue-dark;
- font-size: 1.5rem;
- margin-top: 0;
- }
- }
- }
- .view-id-partenaires{
- .view-content{
- display: flex;
- flex-direction: row;
- justify-content:flex-start;
- flex-wrap: wrap;
- padding-top: 1rem;
- .node-type-partenaires_logo_footer_{
- padding-right: 1rem;
- padding-bottom: 1rem;
- }
- }
- }
-
- .block-views-blockpartenaires-block-2{
- img{
- filter: grayscale(100%);
- -webkit-filter: grayscale(100%);
- }
- }
- }
|