1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/main.css
2018-02-10 14:53:43 -05:00

33 lines
357 B
CSS

.eq-line {
flex: 1;
}
.column.is-flex {
display: flex;
}
.card {
flex-direction: column;
}
.card-content{
flex-direction: column;
justify-content: space-between;
}
.card-footer-item{
flex-wrap: wrap;
}
.button{
flex-wrap: wrap;
}
.panel-tabs a {
padding: 3px;
}
.bundle-complete {
text-decoration: line-through;
}