mirror of
https://github.com/wassname/template.git
synced 2026-06-27 17:50:45 +08:00
tweaks
This commit is contained in:
@@ -3,15 +3,15 @@ import { Template } from '../mixins/template';
|
||||
const T = Template('d-title', `
|
||||
<style>
|
||||
:host {
|
||||
padding-top: 1.5rem;
|
||||
padding-top: 1rem;
|
||||
contain: content;
|
||||
display: block;
|
||||
}
|
||||
::slotted(h1) {
|
||||
grid-column: text-start / span 5;
|
||||
font-size: 48px;
|
||||
font-size: 50px;
|
||||
font-weight: 700;
|
||||
line-height: 1em;
|
||||
line-height: 1.05em;
|
||||
margin: 0 0 0.5rem;
|
||||
}
|
||||
.status {
|
||||
@@ -26,8 +26,8 @@ const T = Template('d-title', `
|
||||
display: inline-block;
|
||||
padding: 6px 0;
|
||||
border-bottom: 1px solid #80cbc4;
|
||||
font-size: 12px;
|
||||
font-weight: 300;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -27,13 +27,15 @@ const T = Template('distill-header', `
|
||||
grid-column-end: span 8;
|
||||
font-weight: 500;
|
||||
border-radius: 3px;
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
letter-spacing: -0.05em;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 13px;
|
||||
.content a {
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
svg {
|
||||
display: none;
|
||||
@@ -60,15 +62,7 @@ svg path {
|
||||
font-size: 17px;
|
||||
font-weight: 200;
|
||||
}
|
||||
.nav {
|
||||
float: right;
|
||||
font-weight: 300;
|
||||
}
|
||||
.nav a {
|
||||
font-size: 12px;
|
||||
margin-left: 24px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div class="content grid">
|
||||
|
||||
Reference in New Issue
Block a user