You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
519 B

.toolbarButton#secondaryToolbarClose::before {
display: block;
content: ' ';
background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
background-size: 16px 16px;
height: 16px;
width: 16px;
}
@media screen and (min-resolution: 2dppx) {
#secondaryToolbarClose::before {
background-size: 32px 32px !important;
height: 32px !important;
width: 32px !important;
}
}
html .doorHangerRight:after {
right: 53px!important;
}
html .doorHangerRight:before {
right: 53px!important;
}