add support for loading privacy policies

so we can link to them in a new tab from server selection
This commit is contained in:
Bruno Windels
2020-12-04 10:33:31 +01:00
parent 670afcc8c3
commit 285ef27b0b
5 changed files with 105 additions and 3 deletions
+14
View File
@@ -173,3 +173,17 @@ input[type='text'].large {
width: 100%;
box-sizing: border-box;
}
.LoadServerPolicyView {
display: flex;
}
.LoadServerPolicyView .spinner {
width: 32px;
height: 32px;
margin-right: 12px;
}
.LoadServerPolicyView h2 {
margin-top: 0;
}