Skip to content

Commit 6ad8146

Browse files
authored
[DOCS] Adds child_attributes CSS role (#1786)
1 parent 0cccdf3 commit 6ad8146

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#guide .child_attributes {
2+
3+
details > div {
4+
border: 1px solid #A9A9A9;
5+
border-radius: 10px;
6+
background: #fbfbfb;
7+
padding: 15px 10px 0;
8+
margin: 10px 5px 20px;
9+
}
10+
}

resources/web/styles.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@import './style/alternative_picker.pcss';
88
@import './style/admonishment.pcss';
99
@import './style/calloutlist.pcss';
10+
@import './style/child_attributes.pcss';
1011
@import './style/conum.pcss';
1112
@import './style/code.pcss';
1213
@import './style/console_widget.pcss';

0 commit comments

Comments
 (0)