Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
863 Bytes
.decorate{
h1{
position: absolute;
width: 100%;
text-align: center;
font-weight: normal;
top: -12px;
left: 0;
margin: 0;
padding: 0;
font-size: 30px;
}
.topBorder{
position:absolute;
height:10px;
width:100%;
position:absolute;
top:0px;
left:0px;
overflow:hidden;
span{
display:block;
width:10px;
height:10px;
overflow:hidden;
background:#000;
&.mr{
margin-right:10px;
}
&.ml{
margin-left:10px;
}
}
}
.view{
position: absolute;
right: -70px;
top: 20px;
width: 44px;
em {
display: block;
width: 22px;
height: 22px;
overflow: hidden;
float: left;
}
p {
height: 22px;
clear: both;
}
&.l{
right: auto;
left: -70px;
}
}
}