generated from nhcarrigan/template
34 lines
454 B
CSS
34 lines
454 B
CSS
hr {
|
|
width: 100%;
|
|
border: none;
|
|
border-top: 1px solid var(--foreground);
|
|
margin: 0;
|
|
}
|
|
|
|
:host ::ng-deep ul{
|
|
list-style-type: disc;
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.sanction {
|
|
margin: auto;
|
|
margin-bottom: 1em;
|
|
width: 90%;
|
|
}
|
|
.tag {
|
|
display: inline-block;
|
|
padding: 0 0.5em;
|
|
border-radius: 50px;
|
|
font-size: 0.8em;
|
|
background-color: #e0f7fa;
|
|
color: #006064;
|
|
}
|
|
|
|
.date {
|
|
font-style: italic;
|
|
}
|
|
|
|
.metadata {
|
|
font-size: 0.75rem;
|
|
}
|