orleans: add shadow on form inputs focus (#36613)

This commit is contained in:
Serghei Mihai 2019-10-17 11:31:29 +02:00
parent 00810c40b7
commit d2f33cddce
1 changed files with 2 additions and 0 deletions

View File

@ -28,3 +28,5 @@ $link-color: #028;
$category-link-color: $link-color;
$category-toggled-link-hover-color: $primary-color;
$dashboard-badge-color: lighten($primary-color, 10%);
$widget-focus-border: 1px solid #66afe9;
$widget-focus-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);