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