treehouse/static/css/new.css

34 lines
653 B
CSS
Raw Permalink Normal View History

.tree .branch-container {
&:has(th-bc > h3) > th-bb {
opacity: 100%;
2024-02-21 23:17:19 +01:00
& .branch-date {
display: block !important;
2024-02-21 23:17:19 +01:00
}
}
}
@media (max-width: 720px) {
2024-02-22 16:14:02 +01:00
.tree .branch-container {
&:has(th-bc > h3) {
flex-direction: column;
padding-left: 1rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
& > th-bp {
display: none;
}
& > th-bc > h3 {
margin-top: 0;
margin-bottom: 0;
}
& > th-bb {
margin: 0;
}
2024-02-21 23:17:19 +01:00
}
}
2024-03-03 21:23:37 +01:00
}