Skip to content

Commit

Permalink
Refactor blacklistUpdate.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Sep 17, 2019
1 parent 9545d30 commit 50994f9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/scss/blacklistUpdate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,25 @@ summary {
outline: none;
}

h1,
details,
details[open] > summary,
summary,
#details,
#title,
#url {
margin-bottom: 0.75rem;
}

#title {
background: url('../img/icon-128.png') left/2rem no-repeat;
height: 1.625rem;
padding: 0.375rem 0 0 2.5rem;
vertical-align: middle;
}

#body {
font-family: arial, sans-serif;
font-size: 1rem;
padding: 1rem;
}

#title {
background: url('../img/icon-128.png') left/2rem no-repeat;
line-height: 2rem;
padding-left: 2.5rem;
}

#url {
font-size: 1.125rem;
word-break: break-all;
Expand Down

0 comments on commit 50994f9

Please sign in to comment.