source: trip-planner-front/src/app/location/add-location/add-location.component.css

Last change on this file was 6fe77af, checked in by Ema <ema_spirova@…>, 2 years ago

add location feature

  • Property mode set to 100644
File size: 306 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
11 mat-icon {
12 height: 20px;
13 width: 20px;
14 font-size: 20px;
15 margin-right: 5px;
16 }
17 button{
18 float: right;
19 }
20
21 .yellow{
22 background-color:yellow;
23 }
Note: See TracBrowser for help on using the repository browser.