Commit 6f84cc73 authored by RawKStar77's avatar RawKStar77

Fixed bugs identified by Dan.

parent 79a6824a
......@@ -164,7 +164,11 @@ button, input[type=submit], .btn {
//Notifications///////////////////////////////
.notifications {
padding: 1em 1em 1em 1em;
padding: 1em 0em 1em 1em;
.paper {
border: 1px solid #75b8f3;
}
}
......@@ -293,7 +297,7 @@ blockquote {
font-family: $serifFontFamily;
font-size: 1em;
margin-bottom: 1em;
padding: 0 1em;
padding: 0 0.8em;
&:before, &:after {
color: $grayLighter;
......
......@@ -134,7 +134,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-list {
margin-right: 3.85em;
box-shadow: 0px 0px 5px #b5d4ff;
box-shadow: 1px 1px 9px #b5d4ff;
}
.top-padding {
......@@ -146,6 +146,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-text {
font-family: $sansFontFamily;
position: relative;
bottom: 2px;
}
}
......
......@@ -76,11 +76,24 @@ ol {
.topbar {
position: relative;
.inner {
padding-left: 0.6em;
margin: 0 auto;
max-width: $break-large;
@include respond-to(tablets) {
padding-left: 3.6em;
margin: 0 auto;
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