gecko-dev/toolkit/themes/shared/aboutLicense.css
Towkir Ahmed bf33f2b3f3 Bug 1361695 - Added illustration to about:license; r=dao
MozReview-Commit-ID: 6MIY0cvBPQ6
2017-09-27 17:03:10 +02:00

16 lines
355 B
CSS

/* License Illustration */
.license-header {
background-image: url("chrome://global/skin/illustrations/about-license.svg");
background-repeat: no-repeat;
background-position: right center;
min-height: 300px;
display: flex;
align-items: center;
padding-inline-end: 320px;
}
body[dir="rtl"] .rights-header {
background-position-x: left;
}