STR:
Expected result:
The yellow message Be careful with old versions! is displayed. The mocks specify it https://user-images.githubusercontent.com/6797635/43019637-821abdea-8c12-11e8-9715-118b7bebdcac.png
Actual result:
The message is not available.
Notes:
This issue is reproducible on AMO dev with FF64(Win10).

@pwalm I'm trying to figure out what to use for the exclamation mark for the warning message. We do not currently have a warning style Notice defined for the site. I took a look at https://design.firefox.com/photon/components/message-bars.html, but the triangle icon there is different from the one in the mock at https://user-images.githubusercontent.com/6797635/43019637-821abdea-8c12-11e8-9715-118b7bebdcac.png.
I tried using the existing exclamation.svg which we use for the error message, but it doesn't work. I also went into inVision to see if I could extract the icon from there, but it doesn't seem to let me do that. I may just not be understanding the steps to do it.
In any case, I need an icon for this Notice, and am having trouble getting one, so could you please either provide one or let me know how I can get one for myself?
You can find more icons here. I've attached the icon below!
Warning.svg.zip
Thanks @pwalm. A couple of things:
That icon is 24x24, but the mock shows the icon as being 16x16, which is also the maximum size of any of our other Notice icons. Should we display this as 24x24, or if not can you make a 16x16 version?
it's a svg, you can either resize it with css or change its size in an editor. Sketch can do it IIRC otherwise there are tons of online tools.
Resizing with css doesn't seem to work, probably because it's a background-image and not an img. Or maybe I'm not doing it correctly. Just setting height and width doesn't work and crops the image.
I think you need background-size, no?
Verified on AMO dev - FF64, Chrome (Win10 and Android 8.0)

Most helpful comment
I think you need
background-size, no?