bitque/jirs-client/js/css/epicsPage.scss

43 lines
826 B
SCSS
Raw Normal View History

2021-04-29 17:10:02 +02:00
#epics {
> section {
> h1 {
font-family: var(--font-bold);
}
> .description {
font-family: var(--font-regular);
margin: {
top: 5px;
}
}
> ul.epicsList {
margin: 0;
margin: {
top: 5px;
}
list-style: none;
padding: 0;
> li.epic {
padding: 0;
margin: {
top: 5px;
bottom: 5px;
};
display: flex;
justify-content: space-between;
> .epicName {
//
}
> .date {
width: 250px;
}
}
}
}
}