Add call ended page and redirect

This commit is contained in:
Robert Long
2021-12-14 16:12:58 -08:00
parent d43e85ecc2
commit 269d8d4729
8 changed files with 119 additions and 26 deletions

View File

@@ -55,20 +55,6 @@
margin-bottom: 0;
}
.left .content hr {
width: calc(100% - 24px);
border: none;
border-top: 1px solid var(--bgColor4);
color: var(--textColor2);
overflow: visible;
text-align: center;
height: 5px;
font-weight: 600;
font-size: 15px;
line-height: 24px;
margin: 0 12px;
}
.left .content hr:after {
background-color: var(--bgColor1);
content: "OR";