-
Notifications
You must be signed in to change notification settings - Fork 8
Added time-table find page #33
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ident with 2 spaces in all files
faculties: string[], | ||
years: string[], | ||
groups: string[] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put a new line after this
|
||
form { | ||
top: -120px; | ||
> :not(:last-child) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a new line above this
> :not(:last-child) { | ||
margin-bottom: 50px; | ||
} | ||
.mat-form-field { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line above this also
.mat-form-field { | ||
width: 100%; | ||
} | ||
button { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line above this and ident correctly
@moscugeorge123