css button plaquette
This commit is contained in:
		@@ -1745,6 +1745,26 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
 | 
			
		||||
  display: flex;
 | 
			
		||||
  justify-content: flex-end;
 | 
			
		||||
  padding-right: 2rem;
 | 
			
		||||
  margin-top: 0;
 | 
			
		||||
  margin-bottom: 2rem;
 | 
			
		||||
}
 | 
			
		||||
#home article.node-type-static .field_body > p:nth-child(4) a {
 | 
			
		||||
  display: inline-flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  color: white;
 | 
			
		||||
  background: black;
 | 
			
		||||
  text-transform: uppercase;
 | 
			
		||||
  font-size: 0.6rem;
 | 
			
		||||
  padding-left: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
#home article.node-type-static .field_body > p:nth-child(4) a svg {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
#home article.node-type-static .field_body > p:nth-child(4) a::after {
 | 
			
		||||
  display: inline-flex;
 | 
			
		||||
  content: url("../img/noun-arrow-to-right.svg");
 | 
			
		||||
  padding-right: 0.2rem;
 | 
			
		||||
  padding-left: 0.2rem;
 | 
			
		||||
}
 | 
			
		||||
#home article.node-type-static .field_field_title {
 | 
			
		||||
  width: fit-content;
 | 
			
		||||
 
 | 
			
		||||
@@ -129,12 +129,35 @@
 | 
			
		||||
                display: flex;
 | 
			
		||||
                justify-content: flex-end;
 | 
			
		||||
                padding-right: 2rem;
 | 
			
		||||
                margin-top: 0;
 | 
			
		||||
                margin-bottom: 2rem;
 | 
			
		||||
                
 | 
			
		||||
                // margin: auto;
 | 
			
		||||
                // padding-bottom: 2rem;
 | 
			
		||||
                // @media(max-width: 1090px){
 | 
			
		||||
                //     padding-top: 0 ;
 | 
			
		||||
                //     margin-top: 0;
 | 
			
		||||
                // }
 | 
			
		||||
                a{
 | 
			
		||||
                    display: inline-flex;
 | 
			
		||||
                    align-items: center;
 | 
			
		||||
                    color: white;
 | 
			
		||||
                    background: black;
 | 
			
		||||
                    text-transform: uppercase;
 | 
			
		||||
                    font-size: 0.6rem;
 | 
			
		||||
                    padding-left: 0.5rem;
 | 
			
		||||
                    svg{
 | 
			
		||||
                        display: none;
 | 
			
		||||
                    }
 | 
			
		||||
                    &::after{
 | 
			
		||||
                        display: inline-flex;
 | 
			
		||||
                        content: url("../img/noun-arrow-to-right.svg");
 | 
			
		||||
                        padding-right: 0.2rem;
 | 
			
		||||
                        padding-left: 0.2rem;
 | 
			
		||||
                        
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        .field_field_title{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user