You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
404 B

.dtp-core-list-item {
padding: 16px;
border: solid 1px @global-color;
transition: background 0.3s;
&:hover {
background: rgb(178, 238, 178);
.core-name, .core-description {
color: @global-color;
}
}
.core-name {
color: @global-color;
font-size: 1.1em;
font-weight: bold;
}
.core-description {
color: @global-muted-color;
font-size: 0.85em;
}
}