forked from nico/dots
matugen: add rounding
This commit is contained in:
parent
4bb22a248e
commit
19cff288ab
7 changed files with 20 additions and 16 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
* {
|
||||
font-family: {{ custom.font }};
|
||||
background-radius: {{ custom.rounding}}px;
|
||||
}
|
||||
|
||||
#window,
|
||||
|
|
@ -46,7 +47,7 @@ slider,
|
|||
}
|
||||
|
||||
#box {
|
||||
border-radius: 20px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
background: @background;
|
||||
padding: 32px;
|
||||
border: 1px solid lighter(@background);
|
||||
|
|
@ -78,7 +79,7 @@ slider,
|
|||
#password,
|
||||
#input,
|
||||
#typeahead {
|
||||
border-radius: 2px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
}
|
||||
|
||||
#input {
|
||||
|
|
@ -106,7 +107,7 @@ slider,
|
|||
|
||||
child {
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
}
|
||||
|
||||
child:selected,
|
||||
|
|
@ -153,7 +154,7 @@ child:hover {
|
|||
|
||||
.aiItem {
|
||||
padding: 10px;
|
||||
border-radius: 2px;
|
||||
border-radius: {{custom.rounding}}px;
|
||||
color: @foreground;
|
||||
background: @background;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue