mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
26 lines
545 B
Text
26 lines
545 B
Text
|
.project-list-sidebar-v1-link {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
height: @v1-dash-link-height;
|
||
|
background-color: @v1-dash-link-bg;
|
||
|
text-align: center;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.project-list-sidebar-v1-link a {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
margin-top: 4px;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
background-color: @v1-dash-link-btn-bg;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.project-list-sidebar-v1-link a:hover {
|
||
|
background-color: @v1-dash-link-btn-hover-bg;
|
||
|
}
|