Skip to content

Commit

Permalink
Lighte borders of panel.
Browse files Browse the repository at this point in the history
Resolves #182.
  • Loading branch information
srph committed Nov 18, 2015
1 parent 8583a97 commit e1ba3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dist/style.css

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

4 changes: 2 additions & 2 deletions styles/components/_panel.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.panel {
color: $brand-black;
background: $brand-white;
border: 1px solid $brand-gray;
border: 1px solid $brand-gray-lt;
border-radius: 5px;

> .heading {
padding: 10px 15px;
border-top-left-radius: $border-radius-base;
border-top-right-radius: $border-radius-base;
border-bottom: 1px solid $brand-gray;
border-bottom: 1px solid $brand-gray-lt;
}

> .heading > * {
Expand Down

0 comments on commit e1ba3da

Please sign in to comment.