7 lines
288 B
SCSS
7 lines
288 B
SCSS
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
|
|
|
// Default focus border style.
|
|
$ms-focus-border-width: 1px;
|
|
$ms-focus-border-color: $ms-color-neutralSecondary;
|
|
$ms-focus-border-style: solid;
|