mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
33 lines
No EOL
447 B
SCSS
33 lines
No EOL
447 B
SCSS
.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 {
|
|
|
|
} |