Removing unused styles

pull/10616/head
Alex P 2016-11-30 11:51:38 -08:00
parent 9778c84e0f
commit 0be72ddd0d
2 changed files with 0 additions and 25 deletions

View File

@ -7,7 +7,6 @@
@import 'theme-dark';
@import 'tasks';
@import 'users';
@import 'sub-page';
@import 'roles';
@import 'retention-policies';
@import 'signup';

View File

@ -1,24 +0,0 @@
.panel-group.sub-page {
.panel {
margin-bottom: 16px;
}
.panel-collapse > .panel-body {
border-top: 2px solid $g19-ghost;
}
.panel-heading {
padding: 10px 30px;
.panel-title a[data-toggle="collapse"] {
font-weight: 400;
}
p {
margin: 0 20px 0 0;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
}
}