* Improving compliance stuff

* Fixing padding on mobile
Этот коммит содержится в:
Asaad Mahmood
2016-05-12 00:30:00 +05:00
коммит произвёл Christopher Speller
родитель 7babccfa51
Коммит 04f7273461
7 изменённых файлов: 171 добавлений и 132 удалений

Просмотреть файл

@@ -11,6 +11,15 @@
}
}
.compliance-panel,
.audit-panel {
.row {
> .form-group {
padding-left: 15px;
}
}
}
.user-popover {
pointer-events: none;
}

Просмотреть файл

@@ -160,17 +160,6 @@
width: 100%;
}
.compliance__panel,
.audit__panel {
background-color: $white;
border: 1px solid $border-gray;
height: 70vh;
margin-top: 10px;
overflow: auto;
padding: 5px;
width: 100%;
}
.app__content {
color: #333;

38
webapp/sass/routes/_compliance.scss Обычный файл
Просмотреть файл

@@ -0,0 +1,38 @@
@charset 'UTF-8';
.compliance-panel__table,
.audit-panel__table {
background-color: $white;
border: 1px solid $border-gray;
margin-top: 10px;
max-height: 70vh;
min-height: 100px;
overflow: auto;
padding: 5px;
width: 100%;
}
.compliance-panel,
.audit-panel {
.row {
> .form-group {
padding-left: 0;
&:first-child {
padding-left: 15px;
}
}
label {
font-weight: 600;
}
}
.fa-refresh {
margin-right: 5px;
}
}
.compliance-panel {
margin-bottom: 3em;
}

Просмотреть файл

@@ -4,6 +4,7 @@
@import 'activity-log';
@import 'admin-console';
@import 'backstage';
@import 'compliance';
@import 'docs';
@import 'error-page';
@import 'loading';