Add corner rounding to the question boxes.
This commit is contained in:
parent
d238c72ac4
commit
ecc580e8d7
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export default {
|
||||||
background-color: var(--board-background);
|
background-color: var(--board-background);
|
||||||
color: var(--board-background-text);
|
color: var(--board-background-text);
|
||||||
padding: 10px 10px 0 10px;
|
padding: 10px 10px 0 10px;
|
||||||
|
border-radius: 7px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue