fork from bc4552c5a8
This commit is contained in:
29
client/containers/Group/GroupSetting/GroupSetting.scss
Normal file
29
client/containers/Group/GroupSetting/GroupSetting.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
.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 ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user