UI enhancement fixes (#3222)

- Added min-width and min-height to Display Layout lines to allow
 easier selection and move when line is purely vertical or horizontal;
 - Fixed spacing, size and icon of overlay close button;
This commit is contained in:
Charles Hacskaylo
2020-07-22 11:35:06 -07:00
committed by GitHub
parent 97d80f57cc
commit a4fab3ce8a
5 changed files with 14 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
<div class="c-overlay__outer">
<button ng-click="ngModel.cancel()"
ng-if="ngModel.cancel"
class="c-click-icon c-overlay__close-button icon-x-in-circle"></button>
class="c-click-icon c-overlay__close-button icon-x"></button>
<div class="c-overlay__contents" ng-transclude></div>
</div>
</div>