/*----------------------------------------------------------*/ /*---OOH TECHNICAL DESIGN DOCUMENTATION PAGE - 06-12-2022---*/ /*--------------------------------------------------------*/ .hack-remove-p > p:first-child, .hack-remove-p > p:last-child { display:none; border:1px solid red;} @media screen and (max-width: 769px) { .img-mobile { width: 180px;} .remove-on-mobile { display:none !important;} } @media screen and (max-width: 1200px) { .not-d-block-mobile { display:inline !important;} } /*---INTRODUCTION---*/ #introduction h1 { margin-bottom:2.5rem;} #introduction p { margin-bottom:0;} /*hack - remove empty p from confluence*/ #introduction p:first-child ,#introduction p:last-child { display:none; border:1px solid red;} /*---TECHNICAL DOCUMENTATION---*/ #technical-documentation { padding-top:0; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/617087010/bg-illu-sigle-chapters.svg") no-repeat center center;} #technical-documentation .container > p:last-child { display:none; border:1px solid red;} #technical-documentation .card-grid small { font-family: var(--font-bold); font-weight: 700; font-size: 14px; line-height: 24px; letter-spacing: 0.4em; text-transform: uppercase; color: #5D24A4;} #technical-documentation .card-grid-footer { text-align: right;} #technical-documentation .card-grid-footer p:first-child { margin-bottom:1.5rem;} .technical-documentation-cta { margin-bottom:0 !important;} @media screen and (min-width: 769px) { #technical-documentation .card-grid-body p:last-child { margin-bottom: 0;} .technical-documentation-cta { margin-top:2.5rem !important;} } |
|
|