few small consistency changes
This commit is contained in:
parent
ee08bf561f
commit
905c7c7204
|
@ -123,7 +123,7 @@
|
||||||
}
|
}
|
||||||
.unread-notifications {
|
.unread-notifications {
|
||||||
right: -4px;
|
right: -4px;
|
||||||
background-color: $tertiary;
|
background-color: scale-color($tertiary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
.unread-private-messages {
|
.unread-private-messages {
|
||||||
left: -4px;
|
left: -4px;
|
||||||
|
|
|
@ -147,7 +147,7 @@ nav.post-controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background: scale-color($tertiary, $lightness: 40%);
|
background: scale-color($tertiary, $lightness: 50%);
|
||||||
@include box-shadow(inset 0 1px 3px rgba($primary, .3));
|
@include box-shadow(inset 0 1px 3px rgba($primary, .3));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -957,7 +957,7 @@ blockquote { /* solo quotes */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
background-color: scale-color($tertiary, $lightness: 40%);
|
background-color: scale-color($tertiary, $lightness: 50%);
|
||||||
border: 1px solid $tertiary;
|
border: 1px solid $tertiary;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -997,7 +997,7 @@ blockquote { /* solo quotes */
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background: scale-color($tertiary, $lightness: 40%);
|
background: scale-color($tertiary, $lightness: 50%);
|
||||||
|
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
@ -1024,7 +1024,7 @@ blockquote { /* solo quotes */
|
||||||
article.boxed {
|
article.boxed {
|
||||||
.select-posts {
|
.select-posts {
|
||||||
button.select-post {
|
button.select-post {
|
||||||
background-color: scale-color($tertiary, $lightness: 40%);
|
background-color: scale-color($tertiary, $lightness: 50%);
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
.secondary {
|
.secondary {
|
||||||
float: right;
|
float: right;
|
||||||
background-color: rgba(scale-color($primary, $lightness: 50%), .9);
|
background-color: rgba(scale-color($primary, $lightness: 20%), .9);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
max-width: 165px;
|
max-width: 165px;
|
||||||
|
|
Loading…
Reference in New Issue