Open ara4n opened 4 years ago
Why is it using different fonts (Roboto rather than Nunito Sans?) cc @nadonomy
Why are using CSS prefixing (when SCSS should expand this for us)?
.mx_ErrorView { background: #c5e0f7; background: -moz-linear-gradient(top, #c5e0f7 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #c5e0f7 0%, #ffffff 100%); background: linear-gradient(to bottom, #c5e0f7 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e0f7', endColorstr='#ffffff',GradientType=0 ); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Good point re prefixing, the CSS is pretty much just copied from Nad's design.
worth noting that this survived the rebrand as still a bug
Why is it using different fonts (Roboto rather than Nunito Sans?) cc @nadonomy
Why are using CSS prefixing (when SCSS should expand this for us)?