mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
.feature-boxes {
|
|
.feature-box {
|
|
margin-bottom: 1em;
|
|
width: 24em;
|
|
float: left;
|
|
}
|
|
|
|
.feature-box:hover {
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
} |