Adds new styles for new proposals form

This commit is contained in:
Alberto Garcia Cabeza
2015-09-14 18:25:37 +02:00
parent ff27e46f83
commit 35c5247540
5 changed files with 41 additions and 18 deletions

View File

@@ -925,6 +925,18 @@ form {
margin-bottom: rem-calc(12);
}
.note-marked {
@extend .note;
background: yellow;
display: inline-block;
em {
background: white;
display: inline-block;
padding-left: rem-calc(6);
}
}
.ckeditor {
min-height: rem-calc(312);
}