overleaf/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less

86 lines
1.7 KiB
Text
Raw Normal View History

2018-03-20 08:15:04 -04:00
.project-list-sidebar-wrapper {
height: 100%;
display: flex;
flex-direction: column;
margin: 0 -15px;
}
.project-list-sidebar {
2018-03-20 08:15:04 -04:00
flex-grow: 1;
height: 100%;
padding-left: 15px;
padding-right: 15px;
}
.project-list-sidebar-survey {
position: relative;
font-size: @font-size-small;
background-color: @v2-dash-pane-bg;
color: @v2-dash-pane-subdued-color;
padding: @folders-menu-item-v-padding 20px @folders-menu-item-v-padding @folders-menu-item-h-padding;
&::before {
content: '';
display: block;
height: 15px;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
position: absolute;
bottom: 100%;
width: 100%;
left: 0;
}
}
.project-list-sidebar-survey-link {
color: @v2-dash-pane-color;
font-weight: bold;
&:hover,
&:active,
&:focus {
text-decoration: none;
color: @v2-dash-pane-color;
}
}
.project-list-sidebar-survey-dismiss {
.btn-inline-link;
position: absolute;
top: @folders-menu-item-v-padding;
right: @folders-menu-item-v-padding;
font-size: @font-size-base;
line-height: 1;
color: @v2-dash-pane-color;
&:hover,
&:active,
&:focus {
text-decoration: none;
color: @v2-dash-pane-color;
}
}
.project-list-sidebar-v2-pane {
2018-03-20 08:15:04 -04:00
flex-grow: 0;
flex-shrink: 0;
text-align: center;
2018-03-20 08:15:04 -04:00
background-color: @v2-dash-pane-bg;
2018-08-27 07:39:53 -04:00
color: @v2-dash-pane-color;
font-size: 13px;
2018-03-20 08:15:04 -04:00
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;
}
2018-03-20 09:50:51 -04:00
.project-list-sidebar-v2-pane-toggle {
2018-08-27 07:39:53 -04:00
color: @v2-dash-pane-toggle-color;
2018-03-20 09:50:51 -04:00
padding: 0;
line-height: 1;
2018-03-22 13:18:47 -04:00
&:hover, &:active, &:focus {
2018-08-27 07:39:53 -04:00
color: @v2-dash-pane-toggle-color;
2018-03-20 09:50:51 -04:00
}
}