2020-12-27 03:04:23 +01:00
|
|
|
|
2020-12-29 23:47:31 +01:00
|
|
|
.ant-btn-primary:hover, .ant-btn-primary:focus {
|
|
|
|
background-color: white;
|
|
|
|
color: #40a9ff;
|
|
|
|
}
|
|
|
|
.ant-btn-primary:focus {
|
|
|
|
box-shadow: 0px 1px 3px 2px rgba(90,103,216, .25)
|
|
|
|
}
|
|
|
|
.ant-input-affix-wrapper,
|
|
|
|
.ant-btn {
|
|
|
|
transition-delay: 0s;
|
|
|
|
transition-duration: 0.15s;
|
|
|
|
}
|
2020-12-27 03:04:23 +01:00
|
|
|
.config-public-details-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: flex-start;
|
2020-12-29 23:47:31 +01:00
|
|
|
flex-wrap: wrap;
|
2020-12-28 10:11:26 +01:00
|
|
|
|
|
|
|
.text-fields {
|
2020-12-29 23:47:31 +01:00
|
|
|
margin-right: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.misc-fields {
|
|
|
|
border: 1px solid var(--owncast-purple);
|
|
|
|
padding: 2em;
|
|
|
|
|
2020-12-28 10:11:26 +01:00
|
|
|
}
|
|
|
|
}
|
2020-12-29 11:51:56 +01:00
|
|
|
.textfield-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
position: relative;
|
|
|
|
}
|
2020-12-28 10:11:26 +01:00
|
|
|
|
|
|
|
.textfield {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.field {
|
2020-12-29 11:51:56 +01:00
|
|
|
width: 18rem;
|
2020-12-28 10:11:26 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
.info {
|
2020-12-29 11:51:56 +01:00
|
|
|
margin-right: .75rem;
|
|
|
|
}
|
|
|
|
.ant-form-item-label label {
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--owncast-purple);
|
|
|
|
}
|
|
|
|
.ant-form-item-explain {
|
|
|
|
width: 70%;
|
2020-12-28 10:11:26 +01:00
|
|
|
}
|
2020-12-27 03:04:23 +01:00
|
|
|
}
|
2020-12-29 11:51:56 +01:00
|
|
|
.submit-button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 1em;
|
|
|
|
}
|