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
20
components-wiki/figures/iconbutton/theming-filled.html
Normal file
20
components-wiki/figures/iconbutton/theming-filled.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<div class="figure-wrapper">
|
||||
<figure
|
||||
class="styled-example filled red"
|
||||
title="Filled icon button theming example."
|
||||
aria-label="Image of a filled icon button with a different theme applied">
|
||||
<style>
|
||||
.styled-example.filled {
|
||||
--md-filled-icon-button-container-width: 80px;
|
||||
--md-filled-icon-button-container-height: 80px;
|
||||
--md-filled-icon-button-icon-size: 40px;
|
||||
--md-filled-icon-button-container-shape: 0px;
|
||||
--md-sys-color-primary: #dc362e;
|
||||
padding-block: 8px;
|
||||
}
|
||||
</style>
|
||||
<md-filled-icon-button>
|
||||
<md-icon>check</md-icon>
|
||||
</md-filled-icon-button>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue