mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
35 lines
686 B
Text
35 lines
686 B
Text
.project-list-sidebar-wrapper {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0 -15px;
|
|
}
|
|
|
|
.project-list-sidebar {
|
|
flex-grow: 1;
|
|
height: 100%;
|
|
padding-left: @line-height-computed / 2;
|
|
padding-right: @line-height-computed / 2;
|
|
}
|
|
|
|
.project-list-sidebar-v2-pane {
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
text-align: center;
|
|
display: flex;
|
|
background-color: @v2-dash-pane-bg;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
color: white;
|
|
font-size: 13px;
|
|
padding: @line-height-computed / 2;
|
|
}
|
|
|
|
.project-list-sidebar-v2-pane a {
|
|
color: @v2-dash-pane-link-color;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.project-list-sidebar-v2-pane a:hover {
|
|
text-decoration: none;
|
|
}
|