32 lines
507 B
SCSS
32 lines
507 B
SCSS
.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;
|
|
}
|
|
|
|
.answerbox--question-text, .answerbox--question-user {
|
|
margin-bottom: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.answerbox--question-text {
|
|
color: $gray;
|
|
}
|
|
|
|
.answerbox--answer-text {
|
|
font-weight: 16px;
|
|
color: $gray-base;
|
|
} |