fix(fe/panel_sharing): refine sharing panel styles

This commit is contained in:
hexxa 2021-12-21 20:55:33 +08:00 committed by Hexxa
parent 5d5527bb51
commit 083e1648eb
2 changed files with 23 additions and 18 deletions

View file

@ -243,15 +243,24 @@
.theme-default #upload-list .progress-green {
background-color: #1abc9c;
height: 100%
height: 100%;
}
.theme-default .upload-item {
padding: 1rem 0 1rem 0;
}
.theme-default .share-item {
padding: 0 0 1rem 0;
.theme-default #sharing-list .desc {
background-color: #ecf0f1;
font-size: 1.2rem;
margin: 1rem 0;
color: #697384;
padding: 1rem;
border: dashed 1px #95a5a6;
}
.theme-default .sharing-item {
margin: 2rem 0 2rem 0;
}
.theme-default #tabs {