Skip to content

Commit

Permalink
changed som stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
msenkpiel committed Apr 12, 2017
1 parent e456c30 commit 1a4aeb7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 37 deletions.
36 changes: 20 additions & 16 deletions static/css/cookieNotice.css

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

2 changes: 1 addition & 1 deletion static/css/cookieNotice.css.map

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

41 changes: 21 additions & 20 deletions static/css/cookieNotice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@
bottom: 0px;
left: 0px;
width: 100%;
background: #ffffff;
background: #efefef;
padding: 10px;
z-index: 999;
}

.cookieNotice__inner {
display: flex;
justify-content: center;
width: 100%;
max-width: 1180px;
margin: 0 auto;
}

.cookieNotice__text {
color: #333333;
}
.cookieNotice__inner {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1180px;
margin: 0 auto;
}

.cookieNotice__button {
margin: 0px 0px auto 15px;
border: 2px solid #333333;
padding: 10px;
color: #333333;
background-color: #ffffff;
cursor: pointer;
}
.cookieNotice__text {
color: #333333;
}

.cookieNotice__button {
margin: 0px 0px auto 15px;
border: 2px solid #333333;
padding: 10px;
color: #333333;
background-color: #ffffff;
cursor: pointer;
}

0 comments on commit 1a4aeb7

Please sign in to comment.