Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
styling beta message
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Manger committed Jun 11, 2015
1 parent 586eda3 commit ecd4b66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/styles/_components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
padding: 20px;
padding: 2rem;
text-align: center;

h3,
h4 {
font-weight: normal;
}

p:last-child {
margin-bottom: 0;
Expand All @@ -14,4 +20,9 @@
.link--icon {
text-decoration: none;
}

&[aria-hidden="true"] {
display: block;
top: -50px;
}
}

0 comments on commit ecd4b66

Please sign in to comment.