mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
* feat: update prettier configuration for print width * chore: apply code formatting to entire repository * fix: remove build files * fix: format issue --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
8 lines
299 B
CSS
8 lines
299 B
CSS
.pill {
|
|
cursor: default;
|
|
background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));
|
|
border: rem(1px) solid light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-7));
|
|
padding-left: var(--mantine-spacing-xs);
|
|
border-radius: var(--mantine-radius-xl);
|
|
}
|