aiexperiments-ai-duet/static/style/roll.scss

9 lines
170 B
SCSS
Raw Normal View History

2016-11-11 18:52:19 +00:00
@import "common.scss";
#Roll {
$bottomSize : $keyboardHeight + $bottombarHeight;
width: 100%;
height: calc(100% - #{$bottomSize});
bottom: $bottomSize;
left: 0px;
}