12345678910111213141516171819202122232425262728293031323334353637 |
- .page--home{
- .home-page-layout-content{
- .block-views-blockhome-block-1{
-
- .view-display-id-block_1{
- width: 60%;
- margin: auto;
- padding-top: 5rem;
- max-height: 300px;
- overflow: hidden;
- text-overflow: ellipsis;
- @media(max-width: 891px){
- width: 80%;
- padding-top: 3rem;
- }
- /* Masquer tous les paragraphes après le premier */
- .field-content p:nth-of-type(n+2), h3, ul {
- display: none;
- }
- }
- }
-
- .block-block-content793e5016-2b96-4802-9f38-1cd3768775b5{
- width: fit-content;
- margin: auto;
- z-index: 99;
- position: relative;
- margin-top: 2rem;
- .field--type-link{
- .field__item::after{
- content: url('../dist/images/noun-arrow-1569918-black.svg');
- }
- }
- }
- }
- }
|