Skip to content

Commit

Permalink
Merge pull request #2 from theblackhole/feature/AUTOCOVID-2-Make-stor…
Browse files Browse the repository at this point in the history
…ing-data-optional-add-clear-data-btn

Feature/autocovid 2 make storing data optional add clear data btn
  • Loading branch information
theblackhole committed Oct 20, 2020
2 parents fcd3a00 + ff73643 commit 099802c
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end_of_line = lf

[*.html]
indent_style = space
indent_size = 2
indent_size = 4

[*.{js,json,yml}]
indent_style = space
Expand Down
10 changes: 7 additions & 3 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ p {
transform: translateY(-2px);
}

#form-profile #formgroup-storedata {
user-select: none;
}

@media (prefers-color-scheme: dark) {
#form-profile .form-radio-label .form-check-label {
color: #ddd;
Expand Down Expand Up @@ -563,7 +567,7 @@ input:valid+span:after {
}
}

#snackbar {
#snackbar, #snackbar-cleardata {
min-width: 250px;
color: #fff;
text-align: center;
Expand All @@ -580,7 +584,7 @@ input:valid+span:after {
transition: all 0.5s ease-in-out;
}

#snackbar.show {
#snackbar.show, #snackbar-cleardata {
opacity: 1;
}

Expand Down Expand Up @@ -645,4 +649,4 @@ input:valid+span:after {

.fieldset-error {
border: 3px solid red;
}
}
Loading

0 comments on commit 099802c

Please sign in to comment.