HANYANG_REACT/www/ksvc/inc/css/sidebar.css

149 lines
2.6 KiB
CSS

#frame_side_panel #head_logo {
position: relative;
width: 100%;
height: var(--frame_top_height);
background-color: var(--frame_bgcolor_sidebar);
}
#frame_side_panel #head_logo .logo {
display: inline-block;
background-image: url(/ksvc/inc/img/logo.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 60%;
width: 80%;
height: 100%;
max-height: var(--frame_top_height);
cursor: hand;
}
#frame_side_panel #head_logo .btnHamburger {
display: inline-block;
position: absolute;
right:22px;
top: 18px;
background-image: url(/ksvc/inc/img/menubar.svg);
background-position: center;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: hand;
}
/*******프로필*******/
#side-profile .profile {
padding: 50px 0;
width: 100%;
position: relative;
}
#side-profile .profile .profileImg {
display: block;
text-align: center;
}
#side-profile .profile .pro_setting {
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid #234164;
padding: 6px 0;
position: absolute;
top: 45px;
right: 70px;
background: #fff;
cursor: pointer;
}
#side-profile .profile .pro_setting img {
width: 15px;
height: 16px;
display: block;
margin: 0 auto;
}
#side-profile .profile .info {
text-align: center;
margin-top: 15px;
}
#side-profile .profile .info span {
display: inline-block;
width: 9px;
height: 9px;
background: #169227;
border-radius: 50px;
}
#side-profile .profile .info .name {
display: inline;
font-weight: 600;
font-size: 1.1rem;
}
#side-profile .profile .info p {
margin-top: 10px;
font-size: 0.8rem;
}
#side-profile .profile .logout {
margin-top: 35px;
text-align: center;
}
#side-profile .profile .logout a {
font-size: 0.8rem;
color: #145097;
text-decoration: underline;
}
/****** 기타 수정 요망 *****/
#side-nav .sidebar {
padding-left: 0;
}
#side-nav .sidebar li {
height: 50px;
padding-left: 25px;
line-height: 50px;
position: relative;
color: #666666;
font-size: 1.1rem;
cursor: pointer;
list-style: none;
}
#side-nav .sidebar li.on {
background: #f8f8f8;
color: #1b7be9;
}
#side-nav .sidebar li.on :after {
content: "";
display: block;
width: 4px;
height: 50px;
background: #1b7be9;
position: absolute;
top: 0;
left: 0;
}
#side-nav .sidebar li span {
margin-left: 12px;
}
#side-footer .organization {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
}
#side-footer .organization a {
display: block;
padding-left: 25px;
color: #666666;
}
#side-footer .organization a span {
margin-left: 12px;
}