style
Published by onesixx on
/* font (xx-small<x-small<small<medium<large<x-large<xx-large, larger<smaller, None)*/
.navbar-brand img {
height: 3rem; /* Adjust the height as needed */
width: auto; /* Maintain the aspect ratio */
}
/* page_navbar와 layout_sidebar 사이의 간격을 없애기 위해 추가 */
.navbar:not(.fixed-bottom):not(.navbar-fixed-bottom):not(.navbar-fixed-bottom)+div>.tab-content>.tab-pane {
--bslib-navbar-margin: 0;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
padding-right: 0;
padding-left: 0;
}
.cardheader-btn {
background-color: #dfe5ea;
display:flex;
justify-content: space-between;
width: 100%; /* 전체 너비를 사용하도록 설정 */
align-items: center; /*세로 중앙 정렬을 위해 추가 */
}
.posit-red-bg { background-color: rgba(255, 0, 0, .4); }
.posit-green-bg { background-color: rgba( 0, 128, 0, .4); }
.posit-yellow-bg { background-color: rgba(255, 255, 0, .4); }
.posit-purple-bg { background-color: rgba(128, 0, 128, .4); }
.posit-orange-bg { background-color: rgba(255, 165, 0, .4); }
.posit-pink-bg { background-color: rgba(255, 192, 203, .4); }
.posit-gray-bg { background-color: rgba(128, 128, 128, .4); }
.posit-black-bg { background-color: rgba( 0, 0, 0, .4); }
.posit-white-bg { background-color: rgba(255, 255, 255, .4); }
.posit-blue-bg { background-color: rgba( 0, 0, 255, .4); }