0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-30 19:00:10 -05:00
penpot/resources/public/styles/partials/dashboard-bar.scss

52 lines
794 B
SCSS
Raw Normal View History

2015-06-18 19:35:50 +02:00
.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;
}
}
}
2015-12-15 12:58:49 +01:00
&.library-bar {
padding: $small $medium $small 230px;
}
2015-06-18 19:35:50 +02:00
}