사용자:Nessun/common.css: 두 판 사이의 차이

편집 요약 없음
(문서를 비움)
태그: 비우기
 
(같은 사용자의 중간 판 33개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.libre-tab .libre-tab-btns {
    list-style: none;
    margin: 0 !important;
    border-top: 1px solid #e1e8ed;
    border-left: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
}


.libre-tab .libre-tab-btn {
    position: relative;
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    width: 6rem;
    cursor: pointer;
    border-right: 1px solid #e1e8ed;
}
.libre-tab .libre-tab-btns {
    background-color: #f5f8fa;
}
.libre-tab .libre-tab-btn-active,
.libre-tab .libre-tab-btn:hover {
    background-color: white;
}
.libre-tab .libre-tab-btn-active::before,
.libre-tab .libre-tab-btn-active:hover::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: ' ';
    width: 6rem;
    display: block;
    border-bottom: 2px solid #4188F1;
}
.libre-tab .libre-tab-main {
    border: 1px solid #e1e8ed;
    padding: 1.5rem;
}
.libre-tab .libre-tab-main p {
    margin-bottom: 0;
}

2019년 10월 8일 (화) 17:26 기준 최신판