srpv-js
Version:
Simple React PDF Viewer
171 lines (141 loc) • 3.03 kB
CSS
._3boQP{
background-color: #34495e;
width: 400px;
border-radius: 20px;
z-index: 9999;
bottom: 20px;
display: flex;
align-items: center;
justify-content: space-around;
padding: .5rem;
}
._2nQSQ{
box-shadow: 0px 0px 14px 8px rgba(34, 60, 80, 0.2);
}
._TRXGj{
}
._38QVm {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 95vw;
}
._lXqxE {
grid-column-start: 1;
grid-column-end: 5;
overflow-y: scroll;
height: 83vh;
max-height: 83vh;
align-items: center;
flex-direction: column;
}
._lXqxE::-webkit-scrollbar {
width: 7px;
}
._lXqxE::-webkit-scrollbar-track {
background: #ffffff; /* color of the tracking area */
}
._lXqxE::-webkit-scrollbar-thumb {
background-color: #34495e; /* color of the scroll thumb */
border-radius: 20px; /* roundness of the scroll thumb */
}
._36ef1::-webkit-scrollbar {
width: 7px;
}
._36ef1::-webkit-scrollbar-track {
background: #ffffff; /* color of the tracking area */
}
._36ef1::-webkit-scrollbar-thumb {
background-color: #34495e; /* color of the scroll thumb */
border-radius: 20px; /* roundness of the scroll thumb */
}
._36ef1{
overflow-y: scroll;
height: 80vh;
}
._3_DWA{
cursor: pointer;
}
._3XkoA{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
}
._87EIf{
border-radius: 25px;
background-color: white;
border: none;
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
._3wYy7{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
._LgV7K{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
._LgV7K > p{
margin: 0;
}
._2OgAG {
padding: .2rem;
background-color: #434d57;
font-size: 15px;
color: white;
}
._1_0OX{
-webkit-animation-name: _sR2da;
animation-name: _sR2da;
-webkit-animation-duration: 2000ms;
animation-duration: 2000ms;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes _sR2da {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
@keyframes _sR2da {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
canvas {
display: block;
margin: 0 auto;
}
@media print
{
*
{
display: none;
}
img, svg, canvas
{
display: block;
}
}