UNPKG

306 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 justify-content: space-between;
10
11 .day {
12 display: flex;
13 align-items: center;
14 justify-content: center;
15 }
16}