33 lines
451 B
CSS
33 lines
451 B
CSS
.dd-locked-logo {
|
|
width: 13rem;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.dd-show-logo {
|
|
width: 9rem;
|
|
position: absolute;
|
|
right: 0;
|
|
margin: 0 2rem 0 0;
|
|
padding: 0;
|
|
top:0;
|
|
}
|
|
|
|
.cursor-locked-logo {
|
|
width: 9rem;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.cursor-show-logo {
|
|
width: 6rem;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.dd-show-logo {
|
|
width: 5rem;
|
|
margin-right: 0rem;
|
|
}
|
|
|
|
.cursor-show-logo {
|
|
width: 3rem;
|
|
}
|
|
} |