You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
725 B
50 lines
725 B
|
|
|
|
|
|
|
|
|
|
.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; |
|
// } |
|
// } |
|
// } |
|
|
|
|
|
|
|
|