2017-12-15 07:02:11 -05:00
|
|
|
@v2-dash-pane-link-height: 130px;
|
|
|
|
|
|
|
|
.project-list-sidebar {
|
|
|
|
height: calc(~"100% -" @v2-dash-pane-link-height);
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-list-sidebar-v2-pane {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
height: @v2-dash-pane-link-height;
|
|
|
|
background-color: @v2-dash-pane-bg;
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
color: white;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2017-12-21 06:10:23 -05:00
|
|
|
.project-list-sidebar-v2-pane a {
|
2017-12-15 07:02:11 -05:00
|
|
|
color: @v2-dash-pane-link-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2017-12-21 06:10:23 -05:00
|
|
|
.project-list-sidebar-v2-pane a:hover {
|
2017-12-15 07:02:11 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|