Files
EdgeAdmin/web/views/@default/users/features.less

13 lines
151 B
Plaintext
Raw Normal View History

.feature-boxes {
.feature-box {
2021-11-28 20:11:48 +08:00
margin-bottom: 1em;
width: 24em;
float: left;
}
2021-11-28 20:11:48 +08:00
.feature-box:hover {
label {
font-weight: bold;
}
}
}