51 lines
725 B
SCSS
51 lines
725 B
SCSS
|
|
|
|
|
|
|
|
|
|
.config-page-content-form {
|
|
.page-content-actions {
|
|
margin-top: 1em;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
|
|
.status-message {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
.segment-tip {
|
|
width: 10em;
|
|
text-align: center;
|
|
margin: auto;
|
|
display: inline-block;
|
|
}
|
|
|
|
// .social-option {
|
|
// .ant-select-item-option-content {
|
|
// display: flex;
|
|
// flex-direction: row;
|
|
// justify-content: flex-start;
|
|
// align-items: center;
|
|
// padding: .25em;
|
|
|
|
// .option-icon {
|
|
// height: 1.75em;
|
|
// width: 1.75em;
|
|
// }
|
|
// .option-label {
|
|
// display: inline-block;
|
|
// margin-left: 1em;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
|
|
|