source: Farmatiko/ClientApp/src/app/login/login.component.css@ 785b8bd

Last change on this file since 785b8bd was 785b8bd, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Dashboards v0.1

  • Property mode set to 100644
File size: 580 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}
32
33.error {
34 padding: 16px;
35 width: 300px;
36 color: white;
37 background-color: red;
38}
39
40.button {
41 display: flex;
42 justify-content: flex-end;
43}
Note: See TracBrowser for help on using the repository browser.