style: spacing and cursor
This commit is contained in:
parent
66238c1169
commit
739d1bf175
3 changed files with 2 additions and 2 deletions
|
@ -66,5 +66,6 @@ const form = new FormGroup([
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
box-shadow: 0 0 1px 1px #ccc;
|
box-shadow: 0 0 1px 1px #ccc;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -45,7 +45,6 @@ const { meta } = Astro.props;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-content * {
|
#main-content * {
|
||||||
margin: 1rem 0 0;
|
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue