Skip to content

Commit

Permalink
INTERIM-163 Remove borders from panes by default, and add an underlin…
Browse files Browse the repository at this point in the history
…e under a pane title.
  • Loading branch information
sacarney committed Apr 20, 2018
1 parent 28409f3 commit 2d5d019
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,9 @@ ul.tabs.secondary img {

.pane-title {
margin-top: 0;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #676767;
}

.pane-content .views-row:not(.views-row-last) {
Expand Down Expand Up @@ -1493,8 +1496,8 @@ in the panel settings */
.megapanels-row {
display: flex;
flex-wrap: wrap;
margin-right: -0.5rem;
margin-left: -0.5rem;
margin-right: -1rem;
margin-left: -1rem;
}

@media (max-width: 740px) {
Expand All @@ -1510,7 +1513,6 @@ in the panel settings */
margin: 0 0.5rem;
margin-bottom: 1rem;
padding: 1rem;
border: 1px solid #ddd;
}

.megapanels-pane_grow {
Expand Down

0 comments on commit 2d5d019

Please sign in to comment.