Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Adds better spacing between the topbar, alert boxes and the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Mar 19, 2015
1 parent 531dbea commit c3ef25e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
/*
top navigation
*/

.top-bar {
margin-bottom: 1rem;

ul {
margin-bottom: $top-bar-border-size;
}
}

.top-bar,
.top-bar-section ul li {
box-shadow: 0 $top-bar-border-size 0 $primary-color;
}

.top-bar ul {
margin-bottom: $top-bar-border-size;
/*
alert boxes
*/
.alert-box {
margin-bottom: 1rem;
}

/*
links at the absoulte bottom
*/
.bottom-links {
color: $bottom-links-color;
Expand Down

0 comments on commit c3ef25e

Please sign in to comment.