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

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

adding new components

  • Property mode set to 100644
File size: 223 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}
Note: See TracBrowser for help on using the repository browser.