rename status file for clarity; temp style fix for streamkey actions
This commit is contained in:
@@ -350,4 +350,33 @@
|
||||
&:nth-child(even) {
|
||||
background-color: rgba(0,0,0,.25);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.field-streamkey-container {
|
||||
.left-side {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.textfield-with-submit-container {
|
||||
margin-bottom: 0;
|
||||
.textfield-container {
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.streamkey-actions {
|
||||
max-width: 90px;
|
||||
button {
|
||||
margin: .25em;
|
||||
}
|
||||
}
|
||||
.streamkey-notice {
|
||||
font-size: 0.75em;
|
||||
color: var(--ant-error);
|
||||
margin-left: 12em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user