fix(fe/panel_sharings): introduce rows layout in sharing panel
This commit is contained in:
parent
fc3ecc5543
commit
e60804401e
4 changed files with 121 additions and 87 deletions
|
@ -250,6 +250,14 @@
|
|||
padding: 1rem 0 1rem 0;
|
||||
}
|
||||
|
||||
.theme-default .upload-item .error {
|
||||
font-size: 1.4rem;
|
||||
padding: 1rem;
|
||||
color: #f1c40f;
|
||||
margin: 1rem 0 0 0;
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
|
||||
.theme-default #sharing-list .desc {
|
||||
background-color: #ecf0f1;
|
||||
font-size: 1.2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue