source: Farmatiko/ClientApp/src/app/dashboard/dashboard.component.css@ e42f61a

Last change on this file since e42f61a 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: 383 bytes
Line 
1a.navbar-brand img {
2 width: 200px;
3}
4.wrapper {
5 display: flex;
6 flex-direction: column;
7 max-height: 500px;
8 min-width: 300px;
9}
10
11.mat-table {
12 overflow: auto;
13 max-height: 500px;
14}
15
16.header {
17 min-height: 64px;
18 padding: 8px 24px 0;
19}
20
21.mat-form-field {
22 font-size: 14px;
23 width: 100%;
24}
25
26table {
27 width: 100%;
28}
29
30h2 {
31 padding: 1em 0;
32}
Note: See TracBrowser for help on using the repository browser.