Retrospring/app/assets/stylesheets/scss/answerbox.scss

60 lines
1.0 KiB
SCSS
Raw Normal View History

2015-01-09 12:44:41 -08:00
.answerbox .text-muted a, .answerbox .text-muted a:hover {
color: $gray;
text-decoration: none;
}
.answerbox--img {
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
}
.answerbox--img-small {
min-height: 20px;
min-width: 20px;
height: 20px;
width: 20px;
}
2015-01-26 06:51:18 -08:00
.answerbox--question-text, .answerbox--question-user, .answerbox--answer-user, .answerbox--answer-date {
margin-bottom: 0px;
overflow: hidden;
}
.answerbox--question-text {
2015-01-09 12:44:41 -08:00
color: $gray;
}
.answerbox--answer-text {
font-size: 16px;
2015-01-09 12:57:30 -08:00
color: #000;
2015-01-09 13:03:58 -08:00
line-height: 1.3em;
2015-01-26 06:51:18 -08:00
}
2015-01-26 09:41:16 -08:00
.answerbox--question-text {
line-height: 1.3em;
overflow: hidden;
2015-01-26 09:41:16 -08:00
}
2015-01-26 06:51:18 -08:00
.answerbox--answer-date {
font-size: 12px;
line-height: 1.3em;
}
.answerbox [name="ab-smile"], .answerbox [name="ab-smile-comment"] {
padding: 6px 11px;
padding-left: 21px;
position: relative;
overflow: hidden;
border: none;
i.fa.fa-smile-o, i.fa.fa-frown-o, i.fa.fa-meh-o {
position: absolute;
font-size: 3em;
left: -13px;
top: -10px;
display: block;
}
}