Make plugins list and switcher

This commit is contained in:
haitem
2020-10-26 00:01:30 +01:00
parent 64ccd91469
commit ea00f7a295
13 changed files with 303 additions and 15 deletions

View File

@@ -453,6 +453,33 @@ html {
color: #735b26;
}
.box {
border: 4px solid #43a329;
background-color: #d4f6cb;
color: #43a329;
padding: .75rem 1rem;
margin-bottom: 1rem;
}
.box h5 {
color: #43a329;
}
.box.disabled {
border: 4px solid #a32929;
background-color: #f6cbcb;
color: #a32929;
}
.box.disabled h5 {
color: #a32929;
}
.content {
width: fit-content;
margin: 5px;
}
.button {
background-color: #d4def7;
border: 0;