Add padding back to the other team answers
This commit is contained in:
parent
13c35375f1
commit
2a8fc17bfc
1 changed files with 2 additions and 5 deletions
|
|
@ -298,12 +298,9 @@ input[type="text"] {
|
||||||
input[type="text"]:focus {
|
input[type="text"]:focus {
|
||||||
border-color: var(--board-background-text);
|
border-color: var(--board-background-text);
|
||||||
}
|
}
|
||||||
/* input[type="text"].team-answer {
|
|
||||||
padding-right: 5%;
|
|
||||||
}
|
|
||||||
input[type="text"].other-team-answer {
|
input[type="text"].other-team-answer {
|
||||||
padding-left: 5%;
|
padding-left: 35px;
|
||||||
} */
|
}
|
||||||
|
|
||||||
#past-questions-toggle {
|
#past-questions-toggle {
|
||||||
background-color: var(--past-questions-button-default);
|
background-color: var(--past-questions-button-default);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue