feat: add basic book layout
This commit is contained in:
parent
1ffc6d1ede
commit
4c1b65ac93
5 changed files with 58 additions and 3 deletions
|
@ -4,6 +4,14 @@
|
|||
gap: {{ value }}px;
|
||||
}
|
||||
|
||||
.row-gap-{{ key }} {
|
||||
row-gap: {{ value }}px;
|
||||
}
|
||||
|
||||
.column-gap-{{ key }} {
|
||||
column-gap: {{ value }}px;
|
||||
}
|
||||
|
||||
.p-{{ key }} {
|
||||
padding: {{ value }}px;
|
||||
}
|
||||
|
@ -72,6 +80,10 @@
|
|||
width: {{ value }}px;
|
||||
height: {{ value }}px;
|
||||
}
|
||||
|
||||
.radius-{{ key }} {
|
||||
border-radius: {{ value }}px;
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
:root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue