forked from nico/dots
matugen: update templates to new custom variable formats
This commit is contained in:
parent
8cd4eac37c
commit
3e5aaf703c
9 changed files with 36 additions and 32 deletions
|
|
@ -8,8 +8,8 @@
|
|||
@define-color primary {{colors.primary_container.default.hex}};
|
||||
|
||||
* {
|
||||
font-family: {{ custom.font }};
|
||||
background-radius: {{ custom.rounding}}px;
|
||||
font-family: {{ font }};
|
||||
background-radius: {{ rounding }}px;
|
||||
}
|
||||
|
||||
#window,
|
||||
|
|
@ -47,7 +47,7 @@ slider,
|
|||
}
|
||||
|
||||
#box {
|
||||
border-radius: {{custom.rounding}}px;
|
||||
border-radius: {{ rounding }}px;
|
||||
background: @background;
|
||||
padding: 32px;
|
||||
border: 1px solid lighter(@background);
|
||||
|
|
@ -79,7 +79,7 @@ slider,
|
|||
#password,
|
||||
#input,
|
||||
#typeahead {
|
||||
border-radius: {{custom.rounding}}px;
|
||||
border-radius: {{ rounding }}px;
|
||||
}
|
||||
|
||||
#input {
|
||||
|
|
@ -107,7 +107,7 @@ slider,
|
|||
|
||||
child {
|
||||
padding: 8px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
border-radius: {{ rounding }}px;
|
||||
}
|
||||
|
||||
child:selected,
|
||||
|
|
@ -154,7 +154,7 @@ child:hover {
|
|||
|
||||
.aiItem {
|
||||
padding: 10px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
border-radius: {{ rounding }}px;
|
||||
color: @foreground;
|
||||
background: @background;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue