Move semi-collapsed text styling to utils
This commit is contained in:
parent
5fb44b39b0
commit
7beb51c85f
@ -47,6 +47,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.semi-collapsed {
|
||||
overflow: hidden;
|
||||
height: $gap * 5.5;
|
||||
}
|
||||
|
||||
.more {
|
||||
margin-top: -2.5rem;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: $color-green;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user