Skip to content

Commit

Permalink
chore: update css
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 25, 2024
1 parent 97e9dd7 commit 268f69e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions xmodule/static/css-builtin-blocks/PollBlockDisplay.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

.xmodule_display.xmodule_PollBlock div.poll_question h3 {
margin-top: 0;
margin-bottom: 15px;
margin-bottom: calc((var(--baseline) * 0.75));
color: #fe57a1;
font-size: 1.9em;
}

.xmodule_display.xmodule_PollBlock div.poll_question h3.problem-header div.staff {
margin-top: 30px;
margin-top: calc((var(--baseline) * 1.5));
font-size: 80%;
}

Expand All @@ -47,7 +47,7 @@
}

.xmodule_display.xmodule_PollBlock div.poll_question .poll_answer {
margin-bottom: 20px;
margin-bottom: var(--baseline);
}

.xmodule_display.xmodule_PollBlock div.poll_question .poll_answer.short {
Expand Down Expand Up @@ -109,7 +109,7 @@
font-weight: bold;
letter-spacing: normal;
line-height: 25.59375px;
margin-bottom: 15px;
margin-bottom: calc((var(--baseline) * 0.75));
margin: 0;
padding: 0px;
text-align: center;
Expand Down Expand Up @@ -145,9 +145,9 @@
width: 80%;
text-align: left;
min-height: 30px;
margin-left: 20px;
margin-left: var(--baseline);
height: auto;
margin-bottom: 20px;
margin-bottom: var(--baseline);
}

.xmodule_display.xmodule_PollBlock div.poll_question .poll_answer .question .text.short {
Expand All @@ -156,7 +156,7 @@

.xmodule_display.xmodule_PollBlock div.poll_question .poll_answer .stats {
min-height: 40px;
margin-top: 20px;
margin-top: var(--baseline);
clear: both;
}

Expand All @@ -174,7 +174,7 @@
border: 1px solid black;
display: inline;
float: left;
margin-right: 10px;
margin-right: calc((var(--baseline) / 2));
}

.xmodule_display.xmodule_PollBlock div.poll_question .poll_answer .stats .bar.short {
Expand Down

0 comments on commit 268f69e

Please sign in to comment.