mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-07 01:16:37 +00:00
17 lines
515 B
CSS
17 lines
515 B
CSS
.remark-slide-content:not(.pic) {
|
|
background-repeat: no-repeat;
|
|
background-position: 99% 1%;
|
|
background-size: 8%;
|
|
background-image: url(https://enix.io/static/img/logos/logo-domain-cropped.png);
|
|
}
|
|
|
|
div.extra-details:not(.pic) {
|
|
background-image: url("images/extra-details.png"), url(https://enix.io/static/img/logos/logo-domain-cropped.png);
|
|
background-position: 0.5% 1%, 99% 1%;
|
|
background-size: 4%, 8%;
|
|
}
|
|
|
|
.remark-slide-content:not(.pic) div.remark-slide-number {
|
|
top: 16px;
|
|
right: 112px
|
|
} |