Add styles for field labels
This commit is contained in:
parent
158b69051b
commit
e4df5e2927
1 changed files with 8 additions and 0 deletions
|
@ -45,6 +45,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
label {
|
||||||
|
font-variant-caps: all-small-caps;
|
||||||
|
}
|
||||||
|
label::after {
|
||||||
|
content: ':';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Rule
|
// Rule
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue