UNPKG

732 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@import '../../styles/core/mixins';
7
8:host {
9 ::ng-deep nb-card.nb-timepicker-container {
10 flex: 1 0 0;
11 border-radius: 0;
12 width: auto;
13 border-right: 0;
14 border-bottom: 0;
15 }
16
17 .picker-footer {
18 @include nb-ltr(padding-left, 0.625rem);
19 @include nb-rtl(padding-right, 0.625rem);
20 }
21}
22
23.picker-body {
24 align-items: stretch;
25 display: flex;
26 padding: 0;
27
28 nb-base-calendar {
29 ::ng-deep nb-card {
30 border-radius: 0;
31 }
32 }
33}
34.calendar-with-time {
35 overflow: hidden;
36}
37
38.timepicker-section {
39 display: flex;
40 flex-direction: column;
41}