mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 02:29:27 +00:00
93 lines
1.4 KiB
CSS
93 lines
1.4 KiB
CSS
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
.md-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.lg-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.image-lock{
|
|
height:22px;
|
|
width:21px;
|
|
background-color:white;
|
|
position:absolute;
|
|
top:0;
|
|
right:12px;
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:center;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
/* FORM UNDERLINE
|
|
*/
|
|
.form-underline{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-underline .form-underline-content{
|
|
border-width: 1px;
|
|
border-color: transparent transparent #dee2e6 transparent;
|
|
border-style: solid;
|
|
padding-bottom: 0.25rem;
|
|
padding-left: 0.5rem;
|
|
|
|
/*optional not wrapping text that is horizontally scrollable and does not display a scrollbar */
|
|
white-space: nowrap;
|
|
overflow: auto;
|
|
scrollbar-width: none;
|
|
|
|
}
|
|
|
|
.form-underline .form-underline-content::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.form-underline .form-underline-titel{
|
|
opacity: 0.65;
|
|
font-size: .85rem;
|
|
padding-left: 0.5rem;
|
|
}
|
|
|
|
.btn-circle {
|
|
width: 30px;
|
|
height: 30px;
|
|
padding: 6px 0px;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 1.42857;
|
|
}
|
|
|
|
|
|
|
|
|