Merge branch 'master' into ie/fix-toggler
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user