12345678910111213141516 |
- .table {
- width: 100%;
- td {
- padding: 10px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
- }
- th {
- padding: 10px;
- color: #000000d9;
- font-weight: 500;
- text-align: left;
- background: #fafafa;
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
- transition: background 0.3s ease;
- }
- }
|