1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Show doc created/revised dates

Fixes #229
This commit is contained in:
McMatts 2019-05-30 15:10:28 +01:00
parent 91a3c59cd2
commit 40237344e2
2 changed files with 29 additions and 26 deletions

View file

@ -140,21 +140,7 @@
margin: 0;
font-size: 0.9rem;
font-weight: 400;
color: map-get($gray-shades, 700);
}
> .document-heading {
.name {
color: map-get($gray-shades, 900);
font-size: 2.2rem;
font-weight: 700;
}
.desc {
color: map-get($gray-shades, 800);
font-size: 1.2rem;
font-weight: 500;
}
color: map-get($green-shades, 700);
}
> .label-version {
@ -176,4 +162,26 @@
vertical-align: middle;
cursor: pointer;
}
> .document-heading {
.name {
color: map-get($gray-shades, 900);
font-size: 2.2rem;
font-weight: 700;
}
.desc {
color: map-get($gray-shades, 800);
font-size: 1.2rem;
font-weight: 500;
}
> .dates {
margin-bottom: 2rem;
font-size: 1rem;
font-weight: 300;
font-style: italic;
color: map-get($gray-shades, 700);
}
}
}