source: Farmatiko/ClientApp/src/app/login/login.component.css@ 28d7d35

Last change on this file since 28d7d35 was 28d7d35, checked in by Mile Jankuloski <mile.jankuloski@…>, 3 years ago

Maps, geolocation api, dialogs & more

  • Property mode set to 100644
File size: 686 bytes
Line 
1.example-container {
2 display: flex;
3 flex-direction: column;
4}
5
6.example-container > * {
7 width: 100%;
8}
9
10.wrapper {
11 position: fixed;
12 left: 50%;
13 top: 50%;
14 transform: translate(-50%, -50%);
15}
16
17:host {
18 display: flex;
19 justify-content: center;
20}
21
22.mat-form-field {
23 width: 100%;
24 min-width: 300px;
25}
26
27mat-card-title,
28mat-card-content {
29 display: flex;
30 justify-content: center;
31 text-align: center;
32 align-items: center;
33}
34
35.error {
36 padding: 16px;
37 width: 300px;
38 color: white;
39 background-color: red;
40}
41
42.button {
43 display: flex;
44 justify-content: flex-end;
45}
46
47.aligner {
48 float: right;
49 padding-left: 2.5em;
50}
Note: See TracBrowser for help on using the repository browser.