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

Last change on this file since de18858 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
RevLine 
[785b8bd]1a.navbar-brand img {
2 width: 200px;
3}
4.wrapper {
5 display: flex;
[ef1219a]6 flex-direction: column;
7 max-height: 500px;
8 min-width: 300px;
[785b8bd]9}
10
[ef1219a]11.mat-table {
12 overflow: auto;
13 max-height: 500px;
[785b8bd]14}
15
[ef1219a]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
[785b8bd]26table {
[ef1219a]27 width: 100%;
28}
29
30h2 {
31 padding: 1em 0;
[785b8bd]32}
Note: See TracBrowser for help on using the repository browser.