20 lines
245 B
Plaintext
20 lines
245 B
Plaintext
|
.container {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
.stepper-demo {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.demo-title {
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.current-value {
|
||
|
display: block;
|
||
|
margin-top: 10px;
|
||
|
font-size: 14px;
|
||
|
color: #666;
|
||
|
}
|