mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
30 lines
319 B
CSS
30 lines
319 B
CSS
.eq-line {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|