Merge branch 'master' into ie/fix-toggler

This commit is contained in:
andrewdds
2018-09-17 15:19:48 -04:00
committed by GitHub
35 changed files with 465 additions and 264 deletions

View File

@@ -32,6 +32,12 @@
}
}
.request-approval__review {
.action-group {
margin-bottom: $gap * 6;
}
}
.approval-log {
ol {
list-style: none;
@@ -43,7 +49,7 @@
border-top: 1px dashed $color-gray-light;
&:first-child {
border-top-style: solid;
border-top: none;
}
@include media($medium-screen) {
@@ -94,4 +100,10 @@
}
}
}
.internal-notes {
textarea {
resize: vertical;
}
}
}