(html) Improve ACL editor

This commit is contained in:
Francis Lachapelle
2015-05-28 14:20:25 -04:00
parent 04b992e1f1
commit 34140e77fc
2 changed files with 66 additions and 54 deletions
@@ -12,4 +12,21 @@ md-card {
&.md-default-theme {
background-color: sg-color($sogoPaper, 50);
}
&.sg-collapsed {
margin-top: 0;
margin-bottom: 1px;
}
&.sg-expanded {
margin-left: 0;
margin-right: 0;
}
.md-button {
.sg-tile-content {
text-align: left;
text-transform: none;
}
}
}