Last change
on this file since afefe75 was de9d697, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Patch bugs, minor changes
|
-
Property mode
set to
100644
|
File size:
687 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 |
|
---|
18 | :host {
|
---|
19 | display: flex;
|
---|
20 | justify-content: center;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .mat-form-field {
|
---|
24 | width: 100%;
|
---|
25 | min-width: 300px;
|
---|
26 | }
|
---|
27 |
|
---|
28 | mat-card-title,
|
---|
29 | mat-card-content {
|
---|
30 | display: flex;
|
---|
31 | justify-content: center;
|
---|
32 | text-align: center;
|
---|
33 | align-items: center;
|
---|
34 | }
|
---|
35 |
|
---|
36 | .error {
|
---|
37 | padding: 16px;
|
---|
38 | width: 300px;
|
---|
39 | color: white;
|
---|
40 | background-color: red;
|
---|
41 | }
|
---|
42 |
|
---|
43 | .button {
|
---|
44 | display: flex;
|
---|
45 | justify-content: flex-end;
|
---|
46 | }
|
---|
47 |
|
---|
48 | .aligner {
|
---|
49 | float: right;
|
---|
50 | padding-left: 2.5em;
|
---|
51 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.