UNPKG

@dbp-topics/check-in

Version:

[GitLab Repository](https://gitlab.tugraz.at/dbp/check-in/checkin) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/check-in) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/check-in/) | [Checkin Bundle](https://gitlab.tugraz.at/dbp/check-in

36 lines (29 loc) 666 B
import {css} from 'lit'; export function getCheckinCss() { // language=css return css` h2:first-child { margin-top: 0; } h2 { margin-bottom: 10px; } .border { margin-top: 2rem; border-top: var(--dbp-border); } .container { margin-top: 2rem; } .loading { text-align: center; display: flex; padding: 30px; } @media only screen and (orientation: portrait) and (max-width: 768px) { .inline-block { width: 100%; } } `; }