|
| 1 | +// |-------------------------------------------------------------------------- |
| 2 | +// | Page |
| 3 | +// |-------------------------------------------------------------------------- |
| 4 | +// | |
| 5 | +// | This file contains styles for the following: |
| 6 | +// | - .entity-teaser--os2web-person-information |
| 7 | +// | |
| 8 | + |
| 9 | +// -------------------------------------------------- |
| 10 | +// Variables |
| 11 | +// -------------------------------------------------- |
| 12 | + |
| 13 | +// -------------------------------------------------- |
| 14 | +// Mixins |
| 15 | +// -------------------------------------------------- |
| 16 | + |
| 17 | +@mixin entity-teaser--os2web-person-information-mixin() {} |
| 18 | + |
| 19 | +// -------------------------------------------------- |
| 20 | +// Styling |
| 21 | +// -------------------------------------------------- |
| 22 | + |
| 23 | +.entity-teaser--os2web-person-information { |
| 24 | + h3 { |
| 25 | + font-size: 2.2rem; |
| 26 | + } |
| 27 | + |
| 28 | + .field--name-field-os2web-pi{ |
| 29 | + &-role { |
| 30 | + margin-top: 10px; |
| 31 | + margin-bottom: 10px; |
| 32 | + } |
| 33 | + |
| 34 | + &-party { |
| 35 | + font-weight: bold; |
| 36 | + } |
| 37 | + } |
| 38 | +} |
| 39 | + |
| 40 | +// -------------------------------------------------- |
| 41 | +// Variants |
| 42 | +// -------------------------------------------------- |
| 43 | + |
| 44 | +// -------------------------------------------------- |
| 45 | +// Responsive |
| 46 | +// -------------------------------------------------- |
| 47 | + |
| 48 | +// Mobile - and up |
| 49 | +@include media-breakpoint-up(xs) {} |
| 50 | + |
| 51 | +// Mobile - only |
| 52 | +@include media-breakpoint-only(xs, $grid-breakpoints) {} |
| 53 | + |
| 54 | +// Tablet - and up |
| 55 | +@include media-breakpoint-up(sm) {} |
| 56 | + |
| 57 | +// Tablet - only |
| 58 | +@include media-breakpoint-only(sm, $grid-breakpoints) {} |
| 59 | + |
| 60 | +// Desktop - and up |
| 61 | +@include media-breakpoint-up(md) {} |
| 62 | + |
| 63 | +// Desktop - only |
| 64 | +@include media-breakpoint-only(md, $grid-breakpoints) {} |
| 65 | + |
| 66 | +// Large desktop - and up |
| 67 | +@include media-breakpoint-up(lg) {} |
| 68 | + |
| 69 | +// Large desktop - only |
| 70 | +@include media-breakpoint-only(lg, $grid-breakpoints) {} |
| 71 | + |
| 72 | +// Extra large desktop - and up |
| 73 | +@include media-breakpoint-up(xl) {} |
| 74 | + |
| 75 | +// Print |
| 76 | +@media print {} |
| 77 | + |
| 78 | +// Touch |
| 79 | +.no-touchevents {} |
| 80 | + |
| 81 | +// No touch |
| 82 | +.no-touchevents {} |
0 commit comments