Merge pull request 'Adjust style file of the panel' (#4) from dev into main
All checks were successful
Publish to npm / publish (push) Successful in 26s

Reviewed-on: #4
This commit is contained in:
Astrian 2025-02-21 06:15:52 +00:00
commit 16f4042c95
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "datenel-react", "name": "datenel-react",
"version": "0.0.2", "version": "0.0.3",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

View File

@ -49,6 +49,7 @@
&.indicator { &.indicator {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
border-radius: 0.25rem; border-radius: 0.25rem;
font-size: 0.75rem;
} }
} }
@ -60,6 +61,8 @@
border-radius: 0.25rem; border-radius: 0.25rem;
padding: 0.25rem 0; padding: 0.25rem 0;
color: var(--datenel-main-color); color: var(--datenel-main-color);
width: 4rem;
font-size: 0.75rem;
&:hover { &:hover {
background: var(--datenel-hover-color); background: var(--datenel-hover-color);
@ -152,6 +155,7 @@
.item { .item {
border-radius: 0.25rem; border-radius: 0.25rem;
height: 2rem; height: 2rem;
padding: 0 0.5rem;
} }
} }