mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 22:44:05 +02:00
New version. Add Material UI implementation with theme customization, about dialog, and news system
This commit is contained in:
parent
5bc9c9bdb1
commit
1d58835a65
190 changed files with 12296 additions and 54 deletions
22
components-wiki/figures/textfield/theming-filled.html
Normal file
22
components-wiki/figures/textfield/theming-filled.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<div class="figure-wrapper">
|
||||
<style>
|
||||
figure.themed {
|
||||
background-color: #f4fbfa;
|
||||
}
|
||||
figure.themed.filled {
|
||||
--md-filled-text-field-container-shape: 0px;
|
||||
--md-sys-typescale-body-large: 400 1rem system-ui;
|
||||
--md-sys-color-primary: #006a6a;
|
||||
--md-sys-color-surface-container-highest: #e0e3e2;
|
||||
--md-filled-text-field-label-text-color: #3f4948;
|
||||
--md-filled-text-field-input-text-color: #161d1d;
|
||||
}
|
||||
</style>
|
||||
<figure
|
||||
class="themed filled"
|
||||
aria-label="A filled text field with the label filled themed to a greenish color"
|
||||
style="padding-block: 16px; gap: 16px"
|
||||
>
|
||||
<md-filled-text-field label="Filled" value="Value"> </md-filled-text-field>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue