We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cccdf3 commit 6ad8146Copy full SHA for 6ad8146
resources/web/style/child_attributes.pcss
@@ -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
@@ -7,6 +7,7 @@
@import './style/alternative_picker.pcss';
@import './style/admonishment.pcss';
@import './style/calloutlist.pcss';
+@import './style/child_attributes.pcss';
11
@import './style/conum.pcss';
12
@import './style/code.pcss';
13
@import './style/console_widget.pcss';
0 commit comments