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:
parent
e88a568a99
commit
0fe3cbce62
@ -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';
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
.scheduler {
|
||||
background-color: $scheduler-background;
|
||||
//margin: 0 5px;
|
||||
border-bottom: 1px solid whitesmoke;
|
||||
|
||||
&__input {
|
||||
color: whitesmoke;
|
||||
|
Loading…
x
Reference in New Issue
Block a user