gitlab-org--gitlab-foss/app/assets/stylesheets/pages/dashboard.scss

46 lines
610 B
SCSS
Raw Normal View History

2013-04-06 08:10:24 -04:00
.dashboard {
.side {
.panel {
.panel-heading {
background: $background-color;
border-top-left-radius: 0;
}
border-top-left-radius: 0;
2013-04-06 08:10:24 -04:00
}
}
}
.dashboard-search-filter {
padding: 5px;
2013-04-06 08:10:24 -04:00
.search-text-input {
float: left;
@extend .col-md-2;
2013-04-06 08:10:24 -04:00
}
.btn {
margin-left: 5px;
float: left;
2013-04-06 08:10:24 -04:00
}
}
.project-access-icon {
margin-left: 10px;
float: left;
margin-right: 15px;
margin-bottom: 15px;
i {
color: #888;
}
}
.dash-project-avatar {
float: left;
}
2015-02-02 18:47:51 -05:00
.dash-project-access-icon {
float: left;
margin-right: 5px;
width: 16px;
}