1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
19 lines
204 B
Plaintext
19 lines
204 B
Plaintext
.instance-volume {
|
|
display: block;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.label {
|
|
max-width: 20%;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.select {
|
|
max-width: 80%;
|
|
}
|
|
|
|
.size-label {
|
|
margin-right: 40px;
|
|
margin-left: 10px;
|
|
}
|