Updates custom note class to foundation help-text

This commit is contained in:
decabeza
2017-06-27 10:29:36 +02:00
parent 14e74ab6a9
commit af7807ce9f
18 changed files with 81 additions and 72 deletions

View File

@@ -825,23 +825,6 @@ form {
margin: $line-height / 2 0 $line-height / 2 $line-height / 4;
}
.note,
.note-marked {
display: block;
font-size: rem-calc(13);
margin-bottom: $line-height / 2;
}
.note-marked {
background: #ff0;
display: inline-block;
em {
background: #fff;
display: block;
}
}
.ckeditor {
min-height: $line-height * 13;
}