avm99963 | b3bc5b4 | 2020-09-25 17:37:21 +0200 | [diff] [blame] | 1 | :root { |
| 2 | --mdc-theme-primary: #0F62E2; |
| 3 | --mdc-theme-secondary: #CF11C8; |
| 4 | } |
| 5 | |
| 6 | body { |
| 7 | margin: 0; |
| 8 | } |
| 9 | |
| 10 | main { |
| 11 | padding: var(--mdc-layout-grid-margin-desktop, 24px); |
| 12 | } |
| 13 | |
| 14 | .project-section-title:not(:first-child) { |
| 15 | margin-top: 32px; |
| 16 | } |
| 17 | |
| 18 | .project-section-title > * { |
| 19 | vertical-align: middle; |
| 20 | } |
| 21 | |
| 22 | .projects { |
| 23 | padding: 0; |
| 24 | } |
| 25 | |
| 26 | .project-card__primary { |
| 27 | padding: 1rem; |
| 28 | } |
| 29 | |
| 30 | .project-card__title, .project-card__subtitle { |
| 31 | margin: 0; |
| 32 | } |
| 33 | |
| 34 | .project-card__secondary { |
| 35 | padding: 0 1rem 8px; |
| 36 | } |
| 37 | |
| 38 | .project-card__secondary, .project-card__subtitle { |
| 39 | color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54)); |
| 40 | } |
| 41 | |
| 42 | .project-card__youtube-media { |
| 43 | position: absolute; |
| 44 | top: 0; |
| 45 | left: 0; |
| 46 | width: 100%; |
| 47 | height: 100%; |
| 48 | } |
| 49 | |
| 50 | .help { |
| 51 | cursor: help; |
| 52 | border-bottom: dashed 1px gray; |
| 53 | } |
| 54 | |
avm99963 | 160e682 | 2020-10-01 01:05:29 +0200 | [diff] [blame] | 55 | .project-card .mdc-card__actions .mdc-card__action-buttons { |
| 56 | flex-wrap: wrap; |
| 57 | } |
| 58 | |
avm99963 | b3bc5b4 | 2020-09-25 17:37:21 +0200 | [diff] [blame] | 59 | @media (min-width: 1400px) { |
| 60 | .project-cell { |
| 61 | width: auto; |
| 62 | grid-column-end: span 3; |
| 63 | } |
| 64 | } |