27 lines
761 B
CSS
27 lines
761 B
CSS
#moments .__wrapper .__title {
|
|
margin: 0.5rem 0; }
|
|
|
|
#moments .__wrap_side {
|
|
margin-top: 0.5rem; }
|
|
|
|
#moments .__wrap_content .__head {
|
|
margin: 0.5rem 0; }
|
|
#moments .__wrap_content .__head div > div {
|
|
font-family: 'Marianneregular';
|
|
font-size: 0.8rem;
|
|
padding-right: 0.5rem; }
|
|
#moments .__wrap_content .__head div > div:not(:first-child) {
|
|
padding-left: 0.5rem; }
|
|
|
|
#moments .__wrap_content .__content {
|
|
max-height: calc(1.5rem * 12);
|
|
overflow: hidden; }
|
|
#moments .__wrap_content .__content.is_active {
|
|
max-height: 100% !important; }
|
|
@media screen and (min-width: 576px) {
|
|
#moments .__wrap_content .__content {
|
|
max-height: 100%; } }
|
|
|
|
#moments .__wrap_content .more_link.is_active {
|
|
display: none !important; }
|