Skip to content

Commit

Permalink
chore(settings): Remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Mar 25, 2019
1 parent 7b71e18 commit 60a52af
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/styles/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ body {
padding: 10px 0;
}

.field:not(:first-of-type) {
/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.field__label {
flex: 5;
}
Expand Down Expand Up @@ -168,16 +164,9 @@ input[type='checkbox'] {
}

.description {
/* position: absolute; */
/* display: block; */
/* right: 0; */
/* border-left: 2px solid #dfdfdf; */
color: rgb(119, 119, 119);
/* visibility: hidden; */
padding: 5px;
align-self: stretch;
/* width: 40%; */
/* margin: 0 20px !important; */
width: 100%;
padding: 5px 0;
}
Expand Down Expand Up @@ -350,12 +339,6 @@ header li:hover {
margin-top: 3px;
}

#filter-clear:hover {
color: #ffffff;
background-color: #6b6969;
border-radius: 20px;
}

.filtered ~ #filter-clear {
display: block;
}
Expand Down

0 comments on commit 60a52af

Please sign in to comment.