Skip to content

Commit

Permalink
Removed need for delete %container extend
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelArestad committed Nov 12, 2016
1 parent cefdf3a commit ab91cec
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion assets/stylesheets/shared/_welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,26 @@
*/

.welcome-message {
@extend %container;
@include clear-fix;

box-shadow: 0 1px 2px rgba(0,0,0,0.075);
position: relative;
background: $gray-light;
margin-bottom: 6%;
padding: 16px;


ul,
ol {
font-size: 14px;
margin-bottom: 4px;
}

@include breakpoint( "<480px" ) {
margin-left: .25em;
margin-right: .25em;
}

.close-button {
position: absolute;
top: 0;
Expand Down

0 comments on commit ab91cec

Please sign in to comment.