Commit d1bf6b1d authored by Aron Carroll's avatar Aron Carroll Committed by Randall Leeds

Import the account sheet into the app template

This now directly inlines the template instead of using the Angular
templates. This keeps it consistent with the login tabs. It also
replaces the panels implementation with the Angular tabbable directive.
parent 4c717d5a
...@@ -600,66 +600,3 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -600,66 +600,3 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
} }
} }
} }
// Panels //////////////////////////////
.panelsnav {
position: absolute;
left: 0px;
right: 0px;
top: 2px;
display: none;
&.shown {
display: block;
}
}
.panel {
&.shown {
display: block;
}
input {
margin: 5px 0;
}
.btn {
margin-top: 5px;
}
textarea {
margin: 5px 0;
}
}
.closepanel {
@extend .x-icon;
width: 1em;
height: 1em;
opacity: 0.9;
position: absolute;
right: 7px;
top: 5px;
}
.fullwidth {
width: 100%;
}
.gravatar {
float: left;
margin: 0px 10px 10px 0px;
border:1px solid $gray-lighter;
}
.btn {
&.danger {
color: white;
text-shadow: none;
box-shadow: none;
background: none repeat scroll 0% 0% #BD5862;
&:disabled {
background: none repeat scroll 0% 0% #D48C93;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment