Skip to content

Commit

Permalink
Match Element settings header with Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
rthrash committed Jul 2, 2019
1 parent 67696fe commit 3a49f3b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 67 deletions.
13 changes: 7 additions & 6 deletions _build/assets/sass/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,17 @@
text-align: left;
padding: 4px;
border-radius: $radius;
h3{
color: $black;
display: block;
padding: 6px 12px;
margin: 0 0 6px 0;
h3 {
font-size: 12px;
font-weight: bold;
letter-spacing: .5px;
text-transform: uppercase;
margin: 0 10px 8px 10px;
padding: 10px 2px 8px 2px;
color: $dark-gray;
border-bottom: 1px solid $border;
}
a{
a {
color: $black;
display: block;
padding: 6px 12px;
Expand Down
98 changes: 37 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a49f3b

Please sign in to comment.