Minor style fixes
This commit is contained in:
parent
2970f1af11
commit
5eb89f9f79
|
@ -52,6 +52,7 @@
|
|||
.controls {
|
||||
margin-top: auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
|
|
@ -776,6 +776,6 @@
|
|||
margin-bottom: 0.4rem !important;
|
||||
}
|
||||
|
||||
.shoutCardNoImage {
|
||||
.shoutCardNoImage:not(.shoutCardFeed) {
|
||||
background: rgb(0 0 0 / 50%);
|
||||
}
|
||||
|
|
|
@ -103,13 +103,12 @@
|
|||
@include media-breakpoint-down(md) {
|
||||
flex: 1 !important;
|
||||
max-width: 100% !important;
|
||||
padding-right: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mainNavigationWrapper {
|
||||
@include font-size(1.7rem);
|
||||
|
||||
position: relative;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
|
@ -176,7 +175,7 @@
|
|||
.burgerContainer {
|
||||
box-sizing: content-box;
|
||||
display: inline-flex;
|
||||
float: right;
|
||||
//float: right;
|
||||
padding-left: 0;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
|
@ -435,6 +434,10 @@
|
|||
.userControlItemVerbose {
|
||||
margin-left: 1.2em !important;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
&:global(.loginbtn) {
|
||||
.icon {
|
||||
height: 2.4rem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user