This commit is contained in:
frostime 2023-06-28 20:43:58 +08:00
parent 837f5ae1f5
commit 22c27c0542
2 changed files with 37 additions and 3 deletions

View file

@ -1,3 +1,26 @@
#helloPanel {
border: 1px rgb(189, 119, 119) dashed;
}
.plugin-sample {
&__custom-tab {
background-color: var(--b3-theme-background);
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
&__custom-dock {
display: flex;
justify-content: center;
align-items: center;
}
&__time {
background: var(--b3-card-info-background);
border-radius: 4px;
padding: 2px 8px;
}
}