glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
24 lines (20 loc) • 531 B
text/stylus
.panel {
background-color: white;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
border: solid 1px color--grey--4;
margin: 20px;
padding: 20px;
> .section {
margin-top: -17px;
&--collapsed {
margin-bottom: -19px;
.section__header {
border-bottom: 1px solid transparent;
}
}
> .section__content > .section {
margin-left: 0 ;
margin-right: 0 ;
}
}
}