source:
trip-planner-front/src/app/locations-form/locations-form.component.css@
b738035
Last change on this file since b738035 was 6a80231, checked in by , 3 years ago | |
---|---|
|
|
File size: 262 bytes |
Rev | Line | |
---|---|---|
[fa375fe] | 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; | |
[188ee53] | 19 | } |
20 | ||
[6a80231] | 21 | .yellow{ |
22 | background-color:yellow; | |
[fa375fe] | 23 | } |
Note:
See TracBrowser
for help on using the repository browser.