Files
shopxo/public/static/admin/default/css/cache.css

18 lines
305 B
CSS
Raw Normal View History

2024-01-19 14:49:32 +08:00
.cache-item:last-child {
border: 0;
2019-12-19 19:07:49 +08:00
}
2024-01-19 14:49:32 +08:00
.cache-item label {
font-weight: 500;
}
.cache-item label .am-form-group-label-tips {
color: #ccc;
font-weight: 400;
margin-left: 1rem;
font-size: 1.2rem;
}
.cache-item:hover label .am-form-group-label-tips {
color: var(--color-main);
2019-12-19 19:07:49 +08:00
}