source: Farmatiko/ClientApp/src/app/login/login.component.css@ 1f4846d

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

Handled REST API calls, searchbars and paginators implemented, overall frontend improvment

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