1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-02 19:46:59 +01:00

fix scheduler bottom border

This commit is contained in:
Nicolas Constant 2019-10-04 23:33:08 -04:00
parent e88a568a99
commit 0fe3cbce62
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 3 deletions

View File

@ -200,7 +200,8 @@ $counter-width: 90px;
.scheduler {
display: block;
margin: 0 5px;
margin: 0 5px;
border-bottom: 1px solid whitesmoke;
}
@import '~@angular/cdk/overlay-prebuilt.css';

View File

@ -2,8 +2,6 @@
.scheduler {
background-color: $scheduler-background;
//margin: 0 5px;
border-bottom: 1px solid whitesmoke;
&__input {
color: whitesmoke;