정산달력
This commit is contained in:
@@ -2455,6 +2455,10 @@ div .credit-period {
|
||||
}
|
||||
|
||||
/* 공지사항 상세 (Figma 1651:3135) */
|
||||
.notice-detail {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.notice-detail__title{
|
||||
font-size: var(--fs-20);
|
||||
font-weight: var(--fw-600);
|
||||
@@ -2468,6 +2472,12 @@ div .credit-period {
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.notice-detail__meta span{
|
||||
display: inline-block;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.notice-detail__divider{
|
||||
height: 1px;
|
||||
background: var(--color-EaEaEa);
|
||||
@@ -3514,6 +3524,11 @@ span.scheduled {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.calendar-wrap .month-btn.disabled {
|
||||
opacity: 0.2;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.calendar-wrap .amount-group {
|
||||
padding: 16px 0 22px 0;
|
||||
border-bottom: 1px solid #eaeaea;
|
||||
@@ -5447,6 +5462,15 @@ ul.txn-amount-detail li span:last-child {
|
||||
background: url('../images/ico_search_16.svg') no-repeat center center;
|
||||
}
|
||||
|
||||
.notice-search .ic16.reset {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 12px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../images/ico_input_del.svg') no-repeat center center;
|
||||
}
|
||||
|
||||
.notice-search input {
|
||||
flex: 1;
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user