api format, css, auth errors

This commit is contained in:
Mo Bitar
2016-12-27 13:27:57 -06:00
parent 36d90804d0
commit 139c8c62e6
14 changed files with 432 additions and 316 deletions

View File

@@ -98,10 +98,20 @@
.item.account {
.email {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.links {
margin-bottom: 25px;
}
.link-item {
margin-bottom: 8px;
a {
font-size: 14px;
font-size: 12px;
color: #00228f;
font-weight: bold;
}
@@ -141,16 +151,22 @@
}
> .action-container {
font-size: 12px;
margin-top: 6px;
.status-title {
font-weight: bold;
}
font-size: 12px;
margin-top: 6px;
.subtext {
font-size: 10px;
margin-top: 2px;
}
.status-title {
font-weight: bold;
}
.subtext {
font-size: 10px;
margin-top: 2px;
}
a {
display: block;
margin-bottom: -10px;
}
}
.encryption-confirmation {
@@ -186,7 +202,6 @@
> .desc {
font-size: 12px;
margin-top: 3px;
// line-height: 18px;
}
}
}
@@ -198,6 +213,10 @@
}
}
a.disabled {
pointer-events: none;
}
.account-form {
margin-top: 10px;
}
@@ -214,8 +233,3 @@
}
}
}
.account-menu {
width: 200px;
}

View File

@@ -71,6 +71,7 @@
> .date {
font-size: 12px;
margin-top: 4px;
}
&.selected {