first commit
This commit is contained in:
15
resources/assets/demo/code.scss
Normal file
15
resources/assets/demo/code.scss
Normal file
@ -0,0 +1,15 @@
|
||||
pre.app-code {
|
||||
background-color: var(--surface-ground);
|
||||
margin: 0 0 1rem 0;
|
||||
padding: 0;
|
||||
border-radius: var(--border-radius);
|
||||
overflow: auto;
|
||||
|
||||
code {
|
||||
color: var(--surface-900);
|
||||
padding: 1rem;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
font-family: monaco, Consolas, monospace;
|
||||
}
|
||||
}
|
2
resources/assets/demo/demo.scss
Normal file
2
resources/assets/demo/demo.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import 'flags/flags.css';
|
||||
@import 'code.scss';
|
1
resources/assets/demo/flags/flags.css
Normal file
1
resources/assets/demo/flags/flags.css
Normal file
File diff suppressed because one or more lines are too long
BIN
resources/assets/demo/flags/flags_responsive.png
Normal file
BIN
resources/assets/demo/flags/flags_responsive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Reference in New Issue
Block a user