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:
@@ -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 {
|
||||
|
@@ -68,6 +68,10 @@
|
||||
transform: scale(1.02);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&.current {
|
||||
transform: scale(1.08);
|
||||
}
|
||||
}
|
||||
|
||||
> .wrap-zoom > .zoom-layer {
|
||||
|
Reference in New Issue
Block a user