Skip to content

Commit

Permalink
update: ExamPage>見た目を微調整
Browse files Browse the repository at this point in the history
問題文と解答欄の間にborder表示+サイドバーを暗くして項目の間隔を開けた
  • Loading branch information
watasuke102 committed Feb 16, 2024
1 parent 544cc9f commit 37e6ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/exam/_components/ExamPage/ExamPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
font-size: 1.7em;
white-space: pre-wrap;
word-wrap: break-word;
border-bottom: 2px dotted $color-fg;
}
.answer {
grid-area: answer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
overflow-y: scroll;
display: flex;
flex-direction: column;
background-color: $color-1;
background-color: $color-0;
font-size: 1.3em;
}
.normal {
Expand Down Expand Up @@ -58,6 +58,8 @@
}

.item {
border-bottom: 1px double $color-fg;
padding: 4px 0;
&:hover {
cursor: pointer;
}
Expand Down

0 comments on commit 37e6ec4

Please sign in to comment.