UX: Style and alignment adjustments
This commit is contained in:
parent
e726d17b56
commit
1a052d1261
@ -62,10 +62,15 @@ body textarea {
|
|||||||
right: 1em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gap {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.post-notice {
|
.post-notice {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
|
margin-top: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu button {
|
.popup-menu button {
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
@include boxShadow;
|
@include boxShadow;
|
||||||
background-color: lighten($secondary, 10%);
|
background-color: lighten($secondary, 10%);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
padding: 15px 20px 0 20px;
|
padding: 15px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,8 +172,8 @@
|
|||||||
.widget-button.btn.create {
|
.widget-button.btn.create {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 55px;
|
||||||
left: -18px;
|
left: -10px;
|
||||||
background-color: $tertiary;
|
background-color: $tertiary;
|
||||||
@include buttonShadow;
|
@include buttonShadow;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -216,7 +216,7 @@
|
|||||||
background-color: lighten($secondary, 10%);
|
background-color: lighten($secondary, 10%);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes background-fade-highlight {
|
@keyframes background-fade-highlight {
|
||||||
@ -253,7 +253,7 @@
|
|||||||
}
|
}
|
||||||
.widget-button.btn.create {
|
.widget-button.btn.create {
|
||||||
left: initial;
|
left: initial;
|
||||||
right: -18px;
|
right: -10px;
|
||||||
}
|
}
|
||||||
.widget-button.btn.notifications-dropdown {
|
.widget-button.btn.notifications-dropdown {
|
||||||
right: initial;
|
right: initial;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user