Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'pre-release' into chimeragpt-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Aug 2, 2023
2 parents a628142 + 672d72b commit 0eceb72
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions client/css/settings.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
.settings-container {
margin: 24px 0px 8px 0px;
justify-content: center;
color: var(--colour-2);
margin: 24px 0px 8px 0px;
justify-content: center;
}

.settings-container span {
font-size: 0.875rem;
margin: 0;
font-size: 0.875rem;
margin: 0;
}

.settings-container label {
width: 24px;
height: 16px;
width: 24px;
height: 16px;
}

.settings-container .field {
justify-content: space-between;
justify-content: space-between;
}

.settings-container .checkbox input + label,
Expand All @@ -28,17 +29,16 @@
}

.settings-container .checkbox label:after {
left: 2px;
width: 10px;
height: 10px;
left: 2px;
width: 10px;
height: 10px;
}

.settings-container .checkbox input:checked + label:after {
left: calc(100% - 2px - 10px);
left: calc(100% - 2px - 10px);
}

.settings-container .dropdown {
padding: 4px 8px;
font-size: 0.75rem;
padding: 4px 8px;
font-size: 0.75rem;
}

0 comments on commit 0eceb72

Please sign in to comment.