Fix web project build errors

This commit is contained in:
Gabe Kangas
2022-05-11 23:31:31 -07:00
parent b66617961d
commit 72c01e1b9a
86 changed files with 863 additions and 813 deletions

View File

@@ -19,40 +19,37 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
font-size: .75rem;
font-size: 0.75rem;
.status-icon {
display: inline-block;
margin-right: .5em;
margin-right: 0.5em;
}
}
/* TIP CONTAINER BASE */
.field-tip {
font-size: .8em;
font-size: 0.8em;
color: var(--white-50);
}
/*
Ideal for wrapping each Textfield on a page with many text fields in a row. This div will alternate colors and look like a table.
*/
.field-container {
padding: .85em 0 .5em;
padding: 0.85em 0 0.5em;
}
/* SEGMENT SLIDER GROUP WITH SELECTED NOTE, OR STATUS */
.segment-slider-container {
width: 100%;
margin: auto;
padding: 1em 2em .75em;
padding: 1em 2em 0.75em;
background-color: var(--owncast-purple-25);
border-radius: var(--container-border-radius);
.status-container {
width: 100%;
margin: .5em auto;
margin: 0.5em auto;
text-align: center;
}
@@ -60,7 +57,7 @@ Ideal for wrapping each Textfield on a page with many text fields in a row. This
width: 100%;
margin: 3em auto 0;
text-align: center;
font-size: .75em;
font-size: 0.75em;
line-height: normal;
color: var(--white);
padding: 1em;
@@ -69,7 +66,6 @@ Ideal for wrapping each Textfield on a page with many text fields in a row. This
}
}
.segment-tip {
width: 10em;
text-align: center;
@@ -81,4 +77,4 @@ Ideal for wrapping each Textfield on a page with many text fields in a row. This
margin-top: 8px;
text-align: justify;
line-height: 1.4em;
}
}