added keep-colors option

This commit is contained in:
Henry Jameson 2018-12-11 16:36:06 +03:00
parent 51dccb7887
commit c189a08dff
5 changed files with 62 additions and 52 deletions

View file

@ -54,11 +54,6 @@
}
}
.import-warning {
color: $fallback--cRed;
color: var(--cRed, $fallback--cRed);
}
.tab-switcher {
margin: 0 -1em;
}
@ -154,8 +149,10 @@
.save-load-options {
flex-wrap: wrap;
margin-top: .5em;
span {
justify-content: center;
.keep-option {
margin: 0 .5em .5em;
min-width: 25%;
}
}