30 lines
414 B
SCSS
30 lines
414 B
SCSS
.panel-group {
|
|
.row {
|
|
// display: flex;
|
|
// align-items: center;
|
|
margin-bottom: .24rem;
|
|
}
|
|
.save {
|
|
margin-top: .48rem
|
|
}
|
|
.left {
|
|
flex: 100px 0 1;
|
|
text-align: right;
|
|
}
|
|
.right {
|
|
flex: 830px 0 1;
|
|
}
|
|
.label {
|
|
text-align: right;
|
|
}
|
|
.save-button{
|
|
text-align: center;
|
|
}
|
|
|
|
.custom-field-rule{
|
|
padding-top: 4px;
|
|
position: absolute;
|
|
color: #f5222d ;
|
|
}
|
|
}
|