cleanup and styling , wip
This commit is contained in:
@@ -1,16 +1,33 @@
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
.config-public-details-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.text-fields {
|
||||
margin-right: 1rem;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
.misc-fields {
|
||||
border: 1px solid var(--owncast-purple);
|
||||
padding: 2em;
|
||||
|
||||
}
|
||||
}
|
||||
.textfield-container {
|
||||
// width: 28rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user