mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
52 lines
782 B
CSS
52 lines
782 B
CSS
|
|
:root{
|
|
--profil-border: var(--fhc-border);
|
|
--profil-tabulator-shadow:var(--fhc-shadow-20);
|
|
}
|
|
|
|
|
|
.image-lock{
|
|
height:22px;
|
|
width:21px;
|
|
background-color:var(--profil-border);
|
|
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: var(--profil-tabulator-shadow);
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
|
|
|