Adds captions in the viewer
This commit is contained in:
parent
247149c58e
commit
4015259def
4 changed files with 106 additions and 32 deletions
|
@ -90,6 +90,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__caption {
|
||||
@include font-body-1-bold;
|
||||
color: $color-gray-05;
|
||||
padding: 4px 0;
|
||||
|
||||
&__overlay {
|
||||
background: $color-black-alpha-60;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: $z-index-base;
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
margin: 16px 0 32px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue