Files
remark42/web/app/components/comment/_replying/comment_replying.scss
T
2018-05-02 02:18:38 +03:00

38 lines
546 B
SCSS

.comment_replying {
border: 3px solid #eee;
padding-bottom: 0;
@media (min-width: 768px) {
border: 0;
padding-top: 0;
}
.comment__body {
padding: 8px 8px 0;
@media (min-width: 768px) {
padding: 0;
}
}
.comment__input {
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 0;
@media (min-width: 768px) {
border: 3px solid #eee;
}
}
.comment__score {
top: 12px;
right: 8px;
@media (min-width: 768px) {
top: 4px;
right: 0;
}
}
}