Move semi-collapsed text styling to utils

This commit is contained in:
Montana 2019-06-04 09:45:36 -04:00
parent 5fb44b39b0
commit 7beb51c85f
2 changed files with 9 additions and 9 deletions

View File

@ -47,6 +47,15 @@
}
}
.semi-collapsed {
overflow: hidden;
height: $gap * 5.5;
}
.more {
margin-top: -2.5rem;
}
.green {
color: $color-green;
}

View File

@ -104,15 +104,6 @@
background-color: $color-gray-lightest;
}
.semi-collapsed {
overflow: hidden;
height: $gap * 5.5;
}
.more {
margin-top: -2.5rem;
}
.panel {
@include shadow-panel;
}