mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #8925 from scratchfoundation/hotfix/fix-title-background
hotfix: fixed title background issue
This commit is contained in:
commit
25aad6dc4e
1 changed files with 26 additions and 24 deletions
|
@ -41,31 +41,33 @@
|
||||||
.driver-popover-title[style*=block]+.driver-popover-description {
|
.driver-popover-title[style*=block]+.driver-popover-description {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
.driver-popover-description {
|
||||||
padding: 1rem 0;
|
.title {
|
||||||
font-size: 1.125rem;
|
padding: 1rem 0;
|
||||||
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
font-size: 1.125rem;
|
||||||
font-weight: 400;
|
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||||||
text-align: center;
|
font-weight: 400;
|
||||||
color: $type-gray;
|
text-align: center;
|
||||||
background-color: $ui-light-primary;
|
color: $type-gray;
|
||||||
}
|
background-color: $ui-light-primary;
|
||||||
|
}
|
||||||
.description-wrapper {
|
|
||||||
flex-direction: row;
|
.description-wrapper {
|
||||||
justify-content: space-evenly;
|
flex-direction: row;
|
||||||
gap: 3rem;
|
justify-content: space-evenly;
|
||||||
margin: 3rem 4rem;
|
gap: 3rem;
|
||||||
|
margin: 3rem 4rem;
|
||||||
.journey-option {
|
|
||||||
flex-direction: column;
|
.journey-option {
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
justify-content: center;
|
||||||
|
gap: 1rem;
|
||||||
img {
|
|
||||||
height: $cols2;
|
img {
|
||||||
|
height: $cols2;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue