style correction
This commit is contained in:
@@ -5,8 +5,8 @@ import { css, html, LitElement, customElement } from '@umbraco-cms/backoffice/ex
|
||||
export class UmbDashboardMembersWelcomeElement extends LitElement {
|
||||
render() {
|
||||
return html`
|
||||
<uui-box>
|
||||
<h1>Hours of Umbraco training videos are only a click away</h1>
|
||||
<uui-box class="uui-text">
|
||||
<h1 class="uui-h2">Hours of Umbraco training videos are only a click away</h1>
|
||||
<p>
|
||||
Want to master Umbraco? Spend a few minutes learning some best practices by visiting the Umbraco Learning Base
|
||||
Youtube channel. Here you can find a bunch of video material coverings many aspects of Umbraco.
|
||||
|
||||
@@ -59,9 +59,9 @@ export class UmbDashboardModelsBuilderElement extends UmbLitElement {
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<uui-box>
|
||||
<uui-box class="uui-text">
|
||||
<div class="headline">
|
||||
<h1>Models Builder</h1>
|
||||
<h1 class="uui-h2">Models Builder</h1>
|
||||
<uui-button
|
||||
.state="${this._buttonStateReload}"
|
||||
look="secondary"
|
||||
|
||||
@@ -5,9 +5,9 @@ import { css, html, LitElement, customElement } from '@umbraco-cms/backoffice/ex
|
||||
export class UmbDashboardSettingsWelcomeElement extends LitElement {
|
||||
render() {
|
||||
return html`
|
||||
<section id="settings-dashboard">
|
||||
<section id="settings-dashboard" class="uui-text">
|
||||
<uui-box>
|
||||
<h1>Documentation</h1>
|
||||
<h1 class="uui-h3">Documentation</h1>
|
||||
<p>Read more about working with the items in Settings in our Documentation.</p>
|
||||
<uui-button
|
||||
look="primary"
|
||||
@@ -20,7 +20,7 @@ export class UmbDashboardSettingsWelcomeElement extends LitElement {
|
||||
</uui-box>
|
||||
|
||||
<uui-box>
|
||||
<h1>Community</h1>
|
||||
<h1 class="uui-h3">Community</h1>
|
||||
<p>Ask a question in the community forum or our Discord community</p>
|
||||
<uui-button
|
||||
look="primary"
|
||||
@@ -41,7 +41,7 @@ export class UmbDashboardSettingsWelcomeElement extends LitElement {
|
||||
</uui-box>
|
||||
|
||||
<uui-box class="training">
|
||||
<h1>Training</h1>
|
||||
<h1 class="uui-h3">Training</h1>
|
||||
|
||||
<p>Find out about real-life training and certification opportunities</p>
|
||||
<uui-button
|
||||
@@ -55,7 +55,7 @@ export class UmbDashboardSettingsWelcomeElement extends LitElement {
|
||||
</uui-box>
|
||||
|
||||
<uui-box>
|
||||
<h1>Support</h1>
|
||||
<h1 class="uui-h3">Support</h1>
|
||||
<p>Ask a question in the community forum or our Discord community.</p>
|
||||
<uui-button
|
||||
look="primary"
|
||||
@@ -68,7 +68,7 @@ export class UmbDashboardSettingsWelcomeElement extends LitElement {
|
||||
</uui-box>
|
||||
|
||||
<uui-box>
|
||||
<h1>Videos</h1>
|
||||
<h1 class="uui-h3">Videos</h1>
|
||||
<p>
|
||||
Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get upto speed quickly with
|
||||
Umbraco.
|
||||
|
||||
@@ -105,7 +105,7 @@ export class UmbDashboardTelemetryElement extends UmbLitElement {
|
||||
min="1"
|
||||
max=${this._telemetryLevels.length}
|
||||
hide-step-values></uui-slider>
|
||||
<h2>${this._selectedTelemetry.telemetryLevel}</h2>
|
||||
<h2 class="uui-h3">${this._selectedTelemetry.telemetryLevel}</h2>
|
||||
<p>${unsafeHTML(this._selectedTelemetryDescription)}</p>
|
||||
`;
|
||||
}
|
||||
@@ -113,7 +113,7 @@ export class UmbDashboardTelemetryElement extends UmbLitElement {
|
||||
render() {
|
||||
return html`
|
||||
<uui-box class="uui-text">
|
||||
<h1>Consent for telemetry data</h1>
|
||||
<h1 class="uui-h2">Consent for telemetry data</h1>
|
||||
<div style="max-width:75ch">
|
||||
<p>
|
||||
In order to improve Umbraco and add new functionality based on as relevant information as possible, we would
|
||||
|
||||
Reference in New Issue
Block a user