Skip to content

Commit e84ea11

Browse files
committed
docs: document UserSettingsAppearanceView(Group)
1 parent e6bda4b commit e84ea11

File tree

4 files changed

+29
-14
lines changed

4 files changed

+29
-14
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
slug: ../UserSettingsAppearanceView
3+
sidebar_class_name: newComponentBadge
4+
---
5+
6+
<%COMPONENT_OVERVIEW%>
7+
8+
<%COMPONENT_METADATA%>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
slug: ../UserSettingsAppearanceViewGroup
3+
sidebar_class_name: newComponentBadge
4+
---
5+
6+
<%COMPONENT_OVERVIEW%>
7+
8+
<%COMPONENT_METADATA%>

packages/website/docs/_samples/fiori/UserSettingsDialog/Basic/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,17 @@
5757
display: flex;
5858
gap: 0.188rem;
5959
width: 100%;
60+
}
61+
62+
.ui5-user-settings-appearance-view-additional-content-header {
63+
display: flex;
64+
justify-content: space-between;
65+
align-items: center;
66+
margin-bottom: 0.5rem;
67+
width: 100%;
68+
}
69+
.ui5-user-settings-appearance-view-additional-content-description {
70+
display: block;
71+
color: var(--sapContent_LabelColor);
72+
font-size: var(--sapFontSmallSize);
6073
}

packages/website/docs/_samples/fiori/UserSettingsDialog/Basic/sample.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212
}
1313
</style>
1414
<link rel="stylesheet" href="main.css">
15-
<style>
16-
.ui5-user-settings-appearance-view-additional-content-header {
17-
display: flex;
18-
justify-content: space-between;
19-
align-items: center;
20-
margin-bottom: 0.5rem;
21-
width: 100%;
22-
}
23-
.ui5-user-settings-appearance-view-additional-content-description {
24-
display: block;
25-
color: var(--sapContent_LabelColor);
26-
font-size: var(--sapFontSmallSize);
27-
}
28-
</style>
2915
</head>
3016

3117
<body style="background-color: var(--sapBackgroundColor)">

0 commit comments

Comments
 (0)