mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
Redesign (#6080)
* [top bar, side panel] modified UI of the top bar; redesigned the side panel(moved the content in the bottom to the side nav) * [font icons] updated the 'department' & 'invite Guest' icons * [linked devices] moved it from the 'home' side panel to the 'settings' page * ['settings' page] redesigned the empty tip for 'linked devices'
This commit is contained in:
@@ -52,8 +52,9 @@
|
||||
padding: .5rem 1rem;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
background: #f4f4f7;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0, 10%);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@@ -94,7 +95,7 @@
|
||||
position: relative; /* for the ':after' */
|
||||
padding: 8px 16px;
|
||||
max-height: 40px;
|
||||
background:#f9f9f9;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
|
Reference in New Issue
Block a user