Files
FHC-Core/public/css/components/Profil.css
T
2024-10-17 15:34:00 +02:00

49 lines
658 B
CSS

.image-lock{
height:22px;
width:21px;
background-color:white;
position:absolute;
/* top: 1px is important, otherwise it goes over the border of the thumbnail*/
top:1px;
right:12px;
display:flex;
align-items:center;
justify-content:center;
border-radius:3px;
}
.tabulator-collapsed-row{
padding:15px;
background-color: rgba(0,0,0,0.1);
}
.tabulator-col{
justify-content:center !important;
}
.tabulator-responsive-collapse{
padding:0 !important;
}
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0px;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.42857;
}