Removed remnants of old dark theme.

This commit is contained in:
flash 2018-09-09 18:03:18 +02:00
parent 4788b172c2
commit c32fdb4de6
6 changed files with 0 additions and 48 deletions

View file

@ -4,10 +4,6 @@
margin: 2px 0;
box-shadow: 0 1px 2px #9475b2;
.main--dark & {
background-color: #23172a;
}
&--hidden { // __title should always be the first element of a container
:not(:first-child) {
display: none;

View file

@ -10,8 +10,3 @@
border-color: #9475b2;
}
}
.main--dark .input__select {
background: #111;
color: #fff;
}

View file

@ -12,8 +12,3 @@
color: #666;
}
}
.main--dark .input__text {
background: #111;
color: #fff;
}

View file

@ -9,8 +9,3 @@
border-color: #9475b2;
}
}
.main--dark .input__textarea {
background: #111;
color: #fff;
}

View file

@ -104,26 +104,3 @@
}
}
}
.main--dark {
.navigation,
.navigation__option {
border-color: #9475b2;
}
.navigation__option {
background-color: #462e55;
}
.navigation__option--selected {
background-color: #23172a;
}
.navigation__link {
color: #9475b2;
&:hover {
color: #a586c3;
}
}
}

View file

@ -35,12 +35,6 @@ body {
padding: 1px;
flex: 1 0 auto;
}
&--dark {
background-color: #23172a;
background-image: linear-gradient(180deg, #462e55, transparent);
color: #fff;
}
}
// Input elements