테이블 디자인 수정
This commit is contained in:
@@ -5388,6 +5388,8 @@ select.form-control {
|
||||
background: #FFFFFF;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #E5E7EB;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.list-table-wrapper {
|
||||
overflow-x: auto;
|
||||
@@ -5397,7 +5399,7 @@ select.form-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #3BA4ED;
|
||||
height: 72px;
|
||||
height: 48px;
|
||||
padding: 0 24px;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
@@ -5410,10 +5412,11 @@ select.form-control {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 8px 16px;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
.list-table .list-table-body {
|
||||
display: flex;
|
||||
@@ -5422,18 +5425,22 @@ select.form-control {
|
||||
.list-table .list-table-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 54px;
|
||||
height: 48px;
|
||||
padding: 8px 24px;
|
||||
transition: all 0.3s ease;
|
||||
transition: all 0.15s ease;
|
||||
border-bottom: 1px solid #F3F4F6;
|
||||
}
|
||||
.list-table .list-table-row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.list-table .list-table-row:nth-child(even) {
|
||||
background-color: #EDF5FD;
|
||||
background-color: #F8FBFE;
|
||||
}
|
||||
.list-table .list-table-row:nth-child(odd) {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.list-table .list-table-row:hover {
|
||||
background-color: rgba(0, 73, 180, 0.08);
|
||||
background-color: #EDF5FD;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.list-table .list-table-row {
|
||||
@@ -5448,8 +5455,8 @@ select.form-control {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 8px 16px;
|
||||
font-size: 16px;
|
||||
color: #515151;
|
||||
font-size: 14px;
|
||||
color: #374151;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -5886,7 +5893,7 @@ select.form-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 24px 20px;
|
||||
padding: 16px 24px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
color: #212529;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user