mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 21:20:25 +08:00
21 lines
189 B
Plaintext
21 lines
189 B
Plaintext
|
|
.steps {
|
||
|
|
.step.active {
|
||
|
|
.content {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.step-box {
|
||
|
|
.button-group {
|
||
|
|
margin-top: 1em;
|
||
|
|
|
||
|
|
.next {
|
||
|
|
float: right;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
min-height: 6em;
|
||
|
|
}
|
||
|
|
}
|