Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
574 changes: 0 additions & 574 deletions frontend/src/html/popups.html

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions frontend/src/styles/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ label.checkboxWithSub {
}
}

#wordFilterModal #exactMatchOnly {
width: 1.25em;
}

input[type="checkbox"] {
appearance: none;
height: 1.25em;
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/styles/media-queries-blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
#testModesNotice {
font-size: 0.8rem;
}
#customTextModal {
.modal {
.buttonsTop2 {
grid-template-columns: 1fr;
}
}
}
.page404 {
.content {
grid-template-columns: 300px;
Expand Down
14 changes: 0 additions & 14 deletions frontend/src/styles/media-queries-green.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,6 @@
// }
}

#customTextModal {
.modal {
grid-template-areas:
"topButtons topButtons"
"topButtons2 topButtons2"
"textArea textArea"
"checkboxes checkboxes"
"ok ok";
grid-template-columns: 1fr 1fr;
.inputs {
grid-template-columns: 1fr 1fr;
}
}
}
.testActivity {
--gap-size: 0.1em;
--font-size: 0.8em;
Expand Down
38 changes: 0 additions & 38 deletions frontend/src/styles/media-queries-purple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,44 +118,6 @@
.modalWrapper .modal {
padding: 1rem;
}
#customTextModal {
.modal {
.buttonsTop {
grid-template-columns: 1fr;
}
.inputs {
grid-template-columns: 1fr;
}
}
}
#wordFilterModal {
.modal {
gap: 1rem;
.divider {
height: 0.25rem;
width: 100%;
position: relative;
display: grid;
&::before {
content: "or";
font-size: 0.75rem;
position: absolute;
top: -0.5em;
justify-self: center;
background: var(--bg-color);
color: var(--sub-color);
padding: 0 1rem;
}
}
grid-template-areas:
"top top"
"left left"
"divider divider"
"right right"
"bottom bottom";
grid-template-columns: 1fr 1fr;
}
}
.testActivity {
.wrapper {
width: 100%;
Expand Down
10 changes: 0 additions & 10 deletions frontend/src/styles/media-queries-yellow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@
font-size: 9rem;
}
}
#customTextModal {
.modal {
.buttonsTop {
grid-template-columns: 1fr 1fr;
}
// textarea {
// min-height: 426px;
// }
}
}
.testActivity {
// --box-size: 0.9em;
// --font-size: 0.9em;
Expand Down
Loading
Loading