UNPKG

260 BSCSSView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6
7:host {
8 display: flex;
9 align-items: center;
10 cursor: pointer;
11
12 &:focus {
13 outline: 0;
14 }
15}