Move .panel into common.css.

This commit is contained in:
voussoir 2022-03-08 17:04:44 -08:00
parent 1bc59311c9
commit 5b6621ea4e
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB
2 changed files with 7 additions and 7 deletions

View file

@ -129,6 +129,13 @@ pre
margin-top: 0;
}
.panel
{
background-color: var(--color_transparency);
border-radius: 5px;
padding: 8px;
}
button,
button *
{

View file

@ -170,13 +170,6 @@ p:last-child
max-width: 800px;
}
.panel
{
background-color: var(--color_transparency);
border-radius: 5px;
padding: 8px;
}
.remove_tag_button,
.remove_tag_button_perm
{