sforkowany z mirror/soapbox
Merge branch 'patch-1' into 'master'
Fix look of Front/about pages See merge request soapbox-pub/soapbox-fe!43stable/1.0.x
commit
6261079f07
|
@ -86,7 +86,7 @@ $small-breakpoint: 960px;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: 160px;
|
left: 160px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: var(--foreground-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -1700,6 +1700,7 @@ $small-breakpoint: 960px;
|
||||||
|
|
||||||
.about-page {
|
.about-page {
|
||||||
background: var(--brand-color-faint);
|
background: var(--brand-color-faint);
|
||||||
|
border-radius: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.public-layout__top {
|
.public-layout__top {
|
||||||
|
|
Ładowanie…
Reference in New Issue