mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -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,9 +41,9 @@
|
||||||
.driver-popover-title[style*=block]+.driver-popover-description {
|
.driver-popover-title[style*=block]+.driver-popover-description {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
.driver-popover-description {
|
||||||
|
.title {
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||||||
|
@ -51,9 +51,9 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $type-gray;
|
color: $type-gray;
|
||||||
background-color: $ui-light-primary;
|
background-color: $ui-light-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-wrapper {
|
.description-wrapper {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
gap: 3rem;
|
gap: 3rem;
|
||||||
|
@ -68,4 +68,6 @@
|
||||||
height: $cols2;
|
height: $cols2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue