0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
penpot/resources/public/styles/partials/dashboard-bar.scss
2015-12-30 00:19:46 +02:00

51 lines
794 B
SCSS

.dashboard-bar {
align-items: center;
display: flex;
font-size: $fs14;
padding: $small $medium $small $x-big*2;
.dashboard-info {
align-items: center;
display: flex;
.dashboard-projects {
font-weight: bold;
margin-right: $medium;
}
.sort-by {
margin-left: $small;
}
.input-select {
background-color: transparent;
border-color: $color-gray;
margin-bottom: 0;
margin-left: $medium;
padding: 3px 15px 3px 3px;
}
}
.dashboard-search {
cursor: pointer;
margin-left: $big;
svg {
fill: $color-gray-dark;
height: 20px;
width: 20px;
&:hover {
fill: $color-gray-darker;
}
}
}
&.library-gap {
padding: $small $medium $small 270px;
}
}