api format, css, auth errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
|
||||
> .date {
|
||||
font-size: 12px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
||||
Reference in New Issue
Block a user