Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b58676

Browse files
committed
colored background test
1 parent f0483c3 commit 7b58676

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/programs/custom-fields.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Program administrators can configure custom fields to add data to their reports.
88

99
> <b>Note:</b> This feature is currently in beta and is only available for select programs. You must be an enterprise program to opt-in to the feature. If you’re an enterprise program and would like to opt-in to the feature, please contact your program manager.
1010
11+
<div class="colored-background">
1112
In this article, you can learn to:
1213
* [Create a Custom Field](#create)
1314
* [Fill in a Value for a Custom Field](#fill)
1415
* [Edit a Custom Field](#edit)
1516
* [Archive a Custom Field](#archive)
17+
</div>
1618

1719
<h3 id="create">Create a Custom Field</h3>
1820

src/css/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ h6 {
8585
.clearfix {
8686
clear: both;
8787
}
88+
89+
.background {
90+
background-color: rgba(45,104,244, 0.1);
91+
}

0 commit comments

Comments
 (0)