Skip to content

Commit

Permalink
Merge pull request #5658 from christianbeeznest/ofaj-21853
Browse files Browse the repository at this point in the history
Internal: Fix FIB question answer alignment issue - refs BT#21853
  • Loading branch information
christianbeeznest authored Jul 11, 2024
2 parents 42ad955 + 32b22fa commit b06bd01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
background-color: #f7f7f7;
}

.card span {
.card span.float-right {
float: right;
margin-right: 15px;
font-size: 14px;
Expand Down
8 changes: 8 additions & 0 deletions assets/css/scss/_exercise.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@
}
}

.feedback-green {
@apply text-success;
}

.feedback-red {
@apply text-danger line-through;
}

.question-list-description-block {
background-color: #fff;
border: 1px solid #ddd;
Expand Down

0 comments on commit b06bd01

Please sign in to comment.