Sha256: a435cd99deb13a31915fcf28474588a9c5575f6e0566139951118aebac1c72df
Contents?: true
Size: 1.68 KB
Versions: 2
Compression:
Stored size: 1.68 KB
Contents
@charset "utf-8"; @use "../core" as c; // Layout: Core body { background-color: var(--background-color); color: var(--text-color); font-family: #{c.$body-font-family}; font-size: #{c.$base-font-size}; font-weight: #{c.$base-font-weight}; line-height: #{c.$base-line-height}; margin: 0; } h1, h2, h3, h4, h5, h6 { font-family: c.$header-font-family; font-weight: 600; } b, strong, th { font-weight: 600 !important; } article { font-size: #{c.$base-font-size}; } tt, code, kbd, samp { font-family: #{c.$code-font-family}; } table { border-collapse: collapse; padding: initial; margin: 0 0 c.$spacingUnit * 0.875 0; } th, tr, td { border: 1px solid rgba(127, 127, 127, 0.5); padding: c.$spacingUnit * 0.25 c.$spacingUnit * 0.375; margin: initial; } .visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } .clear { clear: both; } .pagination { padding: c.$spacingUnit * 0.25 0 c.$spacingUnit * 0.75 0; text-align: center; .paginationPages { clear: both; padding-inline-start: 0; li { list-style-type: none; margin: c.$spacingUnit * 0.25; display: inline-flex; div { min-width: 3em; font-size: 120%; background-color: var(--header-background-color); text-align: center; box-sizing: border-box; span, a { display: block; height: 100%; width: 100%; padding: c.$spacingUnit * 0.5 0; text-decoration: none; } } div.pageLinkActive:hover { background-color: rgba(127, 127, 127, 0.25); } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
termina-plex-0.6.1.rc2 | _sass/termina-plex/layout/core.scss |
termina-plex-0.6.1.rc1 | _sass/termina-plex/layout/core.scss |