-
Notifications
You must be signed in to change notification settings - Fork 1
Styling upgrade #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Styling upgrade #131
Conversation
albi005
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,3 +1,8 @@ | |||
| * { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * { | |
| :root { |
| <a href="/"> | ||
| <Title> | ||
| StartSCH | ||
| <WordmarkLogo/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Title is just a convenience component that renders its content to both the <title> element in the <head> and a <h1> in its place so this will probably not work
|
|
||
| @code { | ||
| [Parameter, EditorRequired] public required RenderFragment ChildContent { get; set; } | ||
| [Parameter] public String ButtonStyle { get; set; } = "outlined"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Parameter] public String ButtonStyle { get; set; } = "outlined"; | |
| [Parameter] public string ButtonStyle { get; set; } = "outlined"; |
| <a href="/"> | ||
| <Title> | ||
| StartSCH | ||
| <WordmarkLogo/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
| body { | ||
| background: var(--md-sys-color-surface); | ||
| background-color: var(--startsch-sys-color-page-bg); | ||
| /* background: var(--md-sys-color-surface); */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
later on i want to add dynamic coloring so please try to stick to the default color roles from m3



No description provided.