Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9c38844f5f9911987b3d1d1462c2cb7b2b096372
Authored by
Vladyslav_Prykhodko
2021-03-02 12:59:35 +0200
1 parent
fee4e3a2
Updated widget selector style
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss
View file @
9c38844
...
...
@@ -42,6 +42,16 @@
42
42
max-height
:
100%
;
43
43
object-fit
:
contain
;
44
44
}
45
+
46
+
.mat-card-title
{
47
+
font-size
:
20px
;
48
+
}
49
+
50
+
.mat-card-content
{
51
+
font-size
:
14px
;
52
+
line-height
:
18px
;
53
+
color
:
#666
;
54
+
}
45
55
}
46
56
}
47
57
...
...