This commit is contained in:
Shan Carter
2017-10-09 11:17:09 -07:00
parent 1c75848b12
commit 1b2d902c0e
2 changed files with 11 additions and 17 deletions
+5 -5
View File
@@ -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>