Elastic mode for cli window component

This commit is contained in:
Michael Lange
2018-01-25 16:56:52 -08:00
parent fbd166bc9b
commit ec49a72a06

View File

@@ -12,4 +12,8 @@
.is-light {
color: $text;
}
&.is-elastic {
height: auto;
}
}