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.
33 lines
447 B
33 lines
447 B
.publicDetailsContainer { |
|
display: flex; |
|
flex-direction: row; |
|
align-items: flex-start; |
|
flex-wrap: wrap; |
|
|
|
.textFieldsSection { |
|
margin-right: 2rem; |
|
} |
|
} |
|
|
|
|
|
|
|
.socialLinksEditor { |
|
width: 20rem; |
|
margin: 2em 0; |
|
} |
|
|
|
|
|
|
|
.tag-editor-container, |
|
.config-directory-details-form { |
|
border-radius: 1em; |
|
background-color: rgba(128,99,255,.1); |
|
padding: 1.5em; |
|
margin-bottom: 1em; |
|
} |
|
|
|
////////////////////////////// |
|
// common? |
|
.dataTable { |
|
|
|
} |