18 lines
305 B
CSS
Executable File
18 lines
305 B
CSS
Executable File
.cache-item:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.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);
|
|
} |