source: trip-planner-front/src/app/locations-form/locations-form.component.css@ ceaed42

Last change on this file since ceaed42 was 6a80231, checked in by Ema <ema_spirova@…>, 3 years ago

create initial planner and routing with angular

  • Property mode set to 100644
File size: 262 bytes
Line 
1.example-form {
2 min-width: 150px;
3 max-width: 380px;
4 width: 100%;
5}
6
7.example-full-width {
8 width: 100%;
9}
10
11mat-icon {
12 height: 20px;
13 width: 20px;
14 font-size: 20px;
15 margin-right: 5px;
16}
17button{
18 float: right;
19}
20
21.yellow{
22 background-color:yellow;
23}
Note: See TracBrowser for help on using the repository browser.