Commit 6f84cc73 authored by RawKStar77's avatar RawKStar77

Fixed bugs identified by Dan.

parent 79a6824a
...@@ -164,7 +164,11 @@ button, input[type=submit], .btn { ...@@ -164,7 +164,11 @@ button, input[type=submit], .btn {
//Notifications/////////////////////////////// //Notifications///////////////////////////////
.notifications { .notifications {
padding: 1em 1em 1em 1em; padding: 1em 0em 1em 1em;
.paper {
border: 1px solid #75b8f3;
}
} }
...@@ -293,7 +297,7 @@ blockquote { ...@@ -293,7 +297,7 @@ blockquote {
font-family: $serifFontFamily; font-family: $serifFontFamily;
font-size: 1em; font-size: 1em;
margin-bottom: 1em; margin-bottom: 1em;
padding: 0 1em; padding: 0 0.8em;
&:before, &:after { &:before, &:after {
color: $grayLighter; color: $grayLighter;
......
...@@ -134,7 +134,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -134,7 +134,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-list { .notif-list {
margin-right: 3.85em; margin-right: 3.85em;
box-shadow: 0px 0px 5px #b5d4ff; box-shadow: 1px 1px 9px #b5d4ff;
} }
.top-padding { .top-padding {
...@@ -146,6 +146,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -146,6 +146,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-text { .notif-text {
font-family: $sansFontFamily; font-family: $sansFontFamily;
position: relative;
bottom: 2px;
} }
} }
......
...@@ -76,11 +76,24 @@ ol { ...@@ -76,11 +76,24 @@ ol {
.topbar { .topbar {
position: relative; position: relative;
.inner { .inner {
padding-left: 0.6em;
margin: 0 auto;
max-width: $break-large;
@include respond-to(tablets) { @include respond-to(tablets) {
padding-left: 3.6em; padding-left: 3.6em;
margin: 0 auto; margin: 0 auto;
max-width: $break-large; max-width: $break-large;
} }
// @include respond-to(wide-handhelds tablets) {
// padding-left: 3.6em;
// margin: 0 auto;
// max-width: $break-large;
// }
@include respond-to(handhelds) {
padding: 0 0.6em;
margin: 0 auto;
max-width: $break-large;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment