mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-23 08:47:00 +01:00
Update style.savvy
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
@title Style
|
||||
@example(icon){
|
||||
@example2(icon1, icon2){
|
||||
<div style="clear:both">
|
||||
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;margin:0 0 20px 20px;">
|
||||
<img src="/images/{@icon}.svg" style="position:absolute;top:0;bottom:0;" />
|
||||
<img src="/images/{@icon1}.svg" style="position:absolute;top:0;bottom:0;" />
|
||||
<img src="/images/grid-240.svg" />
|
||||
</div>
|
||||
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;margin:0 0 20px 20px;">
|
||||
<img src="/images/{@icon}.svg" style="position:absolute;top:0;bottom:0;" />
|
||||
<img src="/images/{@icon2}.svg" style="position:absolute;top:0;bottom:0;" />
|
||||
<img src="/images/grid-240.svg" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
# @title
|
||||
|
||||
@example(grid-240-lines) While Google does an excellent job [explaining](http://www.google.com/design/spec/style/icons.html#icons-system-icons) Material Design icons it can be helpful to go into more detail.
|
||||
@example2(grid-240-lines, grid-240-cicle) While Google does an excellent job [explaining](http://www.google.com/design/spec/style/icons.html#icons-system-icons) Material Design icons it can be helpful to go into more detail.
|
||||
|
||||
- Grid
|
||||
- Proportion
|
||||
- Size
|
||||
|
||||
@example(grid-240-box-outline)Testing this syntax.
|
||||
@example2(grid-240-box-outline, grid-240-box-outline)Testing this syntax.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user