1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-02 17:42:45 +02:00

Slides index: new current slide style

This commit is contained in:
Luis Sacristán
2017-07-10 21:45:47 +02:00
parent a720b6b5fb
commit d042984f5d
5 changed files with 16 additions and 3 deletions

View File

@@ -802,6 +802,10 @@ Slides Index
&:hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .08);
}
&.current {
border: 3px double rgba(0, 20, 280, .2);
}
}
.text-slide-number {

View File

@@ -68,6 +68,10 @@
transform: scale(1.02);
z-index: 2;
}
&.current {
transform: scale(1.08);
}
}
> .wrap-zoom > .zoom-layer {