extract open css file

This commit is contained in:
Bruno Windels
2020-12-04 16:01:43 +01:00
parent 19ce0c8b69
commit c8bd529173
2 changed files with 57 additions and 50 deletions
+5 -50
View File
@@ -18,6 +18,7 @@ limitations under the License.
@import url('client.css');
@import url('preview.css');
@import url('create.css');
@import url('open.css');
:root {
--app-background: #f4f4f4;
@@ -156,22 +157,14 @@ button.text:hover {
border-radius: 32px;
}
.primary.icon {
.primary.icon, .secondary.icon {
background-repeat: no-repeat;
background-position: 12px center;
}
.icon.link {
background-image: url('../images/link.svg');
}
.icon.tick {
background-image: url('../images/tick.svg');
}
.icon.copy {
background-image: url('../images/copy.svg');
}
.icon.link { background-image: url('../images/link.svg'); }
.icon.tick { background-image: url('../images/tick.svg'); }
.icon.copy { background-image: url('../images/copy.svg'); }
button.primary, input[type='submit'].primary, button.secondary, input[type='submit'].secondary {
border: none;
@@ -194,44 +187,6 @@ input[type='text'].large {
box-sizing: border-box;
}
.OpenLinkView .previewSource {
color: var(--grey);
font-size: 12px;
}
.ServerConsentView .actions {
margin-top: 24px;
display: flex;
align-items: center;
}
.ServerConsentView input[type=submit] {
flex: 1;
margin-left: 12px;
}
.ServerOptions div {
margin: 8px 0;
}
.ServerOptions label {
display: flex;
align-items: center;
}
.ServerOptions label > span,
.ServerOptions label > .line {
margin-left: 8px;
}
.ServerOptions label > .line {
flex: 1;
border: none;
border-bottom: 1px solid var(--grey);
padding: 4px 0;
}
.LoadServerPolicyView {
display: flex;
}