generated from nhcarrigan/template
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 53s
38 lines
499 B
CSS
38 lines
499 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;
|
|
}
|
|
|
|
.announcement {
|
|
margin: auto;
|
|
margin-bottom: 1em;
|
|
width: 90%;
|
|
}
|
|
.tag {
|
|
display: inline-block;
|
|
padding: 0 0.5em;
|
|
border-radius: 50px;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.products {
|
|
background-color: #e0f7fa;
|
|
color: #006064;
|
|
}
|
|
|
|
.community {
|
|
background-color: #e8f5e9;
|
|
color: #1b5e20;
|
|
}
|
|
|
|
.date {
|
|
font-style: italic;
|
|
}
|