diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/scss/components/_SessionForm.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/scss/components/_SessionForm.scss Tue Dec 04 18:17:56 2018 +0100 @@ -0,0 +1,38 @@ +.material-icons.protocol-toggle { + font-size: 1rem; + cursor: pointer; +} + +.session { + + &-page-panel { + z-index: 5; + } + + &-page-title { + font-size: 1.8rem; + resize: auto; + font-weight: bolder; + overflow: hidden; + height: auto; + transition: height 0.2s ease; + box-sizing: border-box; + line-height: 1.1; + } + + &-page-description { + font-size: .9rem; + resize: auto; + overflow: hidden; + height: auto; + transition: height 0.2s ease; + box-sizing: border-box; + } +} + +textarea.session-placeholder::placeholder, span.session-placeholder { + color: $text-muted; + opacity: 0.33; +} + +