2023-06-05 10:08:43 +00:00
|
|
|
.description {
|
|
|
|
|
color: var(--font-color300);
|
|
|
|
|
}
|
2023-10-15 09:08:29 +00:00
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
display: grid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: var(--base600);
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|