2020-12-28 10:11:26 +01:00
|
|
|
|
2021-01-02 03:23:23 +01:00
|
|
|
|
|
|
|
|
2021-01-03 09:29:37 +01:00
|
|
|
|
2021-01-02 03:23:23 +01:00
|
|
|
|
2021-01-04 08:32:47 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-09 22:12:14 +01:00
|
|
|
|
2021-01-10 11:37:22 +01:00
|
|
|
|
|
|
|
|
2021-01-17 09:40:46 +01:00
|
|
|
|
|
|
|
.segment-tip {
|
|
|
|
width: 10em;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
display: inline-block;
|
2021-01-17 10:41:00 +01:00
|
|
|
}
|
2021-01-19 19:34:06 +01:00
|
|
|
|
|
|
|
// .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;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2021-02-01 08:40:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
|