-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: observatory styling #16
Conversation
…feedback and faq isons to be of the same size/view box. unified css filed for landing and results page.
bdf7799 was deployed to: https://fred-pr16.review.mdn.allizom.net/ |
@argl I took a quick look at the deployment, and noticed that the font sizes in the top menu changed as side-effect of these Observatory styling changes. Are you intentional changing the global font sizes? |
@caugner I did bring over some font/text related css from the old frontend, like h1-h6 typography. I think that is what changed? Otherwise any changes down in observatory should never have any effect on the rest of the site. I needed some baseline typography to build on, that is the reason why I brought it over. |
<svg | ||
width="20" | ||
height="22" | ||
viewBox="0 0 20 22" | ||
fill="none" | ||
version="1.1" | ||
id="svg1" | ||
sodipodi:docname="feedback.svg" | ||
inkscape:version="1.3.2 (091e20e, 2023-11-25)" | ||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlns:svg="http://www.w3.org/2000/svg"> | ||
<defs | ||
id="defs1" /> | ||
<sodipodi:namedview | ||
id="namedview1" | ||
pagecolor="#ffffff" | ||
bordercolor="#000000" | ||
borderopacity="0.25" | ||
inkscape:showpageshadow="2" | ||
inkscape:pageopacity="0.0" | ||
inkscape:pagecheckerboard="0" | ||
inkscape:deskcolor="#d1d1d1" | ||
inkscape:zoom="51.590909" | ||
inkscape:cx="10.001762" | ||
inkscape:cy="11" | ||
inkscape:window-width="2048" | ||
inkscape:window-height="1306" | ||
inkscape:window-x="129" | ||
inkscape:window-y="51" | ||
inkscape:window-maximized="0" | ||
inkscape:current-layer="svg1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some inkscape attributes got inside here.
Description
Observatory styling
Motivation
frontend