gecko-dev/toolkit/themes/shared/aboutRights.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 строки
350 B
CSS
Исходник Обычный вид История

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