Move .panel into common.css.
This commit is contained in:
parent
1bc59311c9
commit
5b6621ea4e
2 changed files with 7 additions and 7 deletions
|
@ -129,6 +129,13 @@ pre
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel
|
||||||
|
{
|
||||||
|
background-color: var(--color_transparency);
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
button *
|
button *
|
||||||
{
|
{
|
||||||
|
|
|
@ -170,13 +170,6 @@ p:last-child
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel
|
|
||||||
{
|
|
||||||
background-color: var(--color_transparency);
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.remove_tag_button,
|
.remove_tag_button,
|
||||||
.remove_tag_button_perm
|
.remove_tag_button_perm
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue