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
842a1d1a3f40eda250f5f6cb5449906fde6488ad
Authored by
Igor Kulikov
2020-04-02 10:55:42 +0300
1 parent
efe6ec19
Headline styles
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
ui-ngx/src/styles.scss
ui-ngx/src/styles.scss
View file @
842a1d1
...
...
@@ -95,8 +95,10 @@ h3,
95
95
h4
,
96
96
h5
,
97
97
h6
{
98
-
margin-top
:
1rem
;
99
-
margin-bottom
:
1rem
;
98
+
&
,
&
.mat-headline
{
99
+
margin-top
:
1rem
;
100
+
margin-bottom
:
1rem
;
101
+
}
100
102
}
101
103
102
104
h1
{
...
...