debian-mirror-gitlab/app/assets/stylesheets/pages/dashboard.scss

54 lines
700 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.dashboard {
.side {
.panel {
.panel-heading {
2015-09-25 12:07:36 +05:30
background: $background-color;
2014-09-02 18:07:02 +05:30
border-top-left-radius: 0;
}
border-top-left-radius: 0;
}
}
}
.dashboard-search-filter {
padding:5px;
.search-text-input {
float:left;
@extend .col-md-2;
}
.btn {
margin-left: 5px;
float:left;
}
}
.project-access-icon {
margin-left: 10px;
float: left;
margin-right: 15px;
margin-bottom: 15px;
i {
2015-04-26 12:48:37 +05:30
color: #888;
}
}
.dash-project-avatar {
float: left;
.avatar {
2015-09-25 12:07:36 +05:30
@include border-radius(50%);
2015-04-26 12:48:37 +05:30
}
2015-09-25 12:07:36 +05:30
2015-04-26 12:48:37 +05:30
.identicon {
2015-09-25 12:07:36 +05:30
line-height: 46px;
2014-09-02 18:07:02 +05:30
}
}
.dash-project-access-icon {
float: left;
2015-04-26 12:48:37 +05:30
margin-right: 5px;
2014-09-02 18:07:02 +05:30
width: 16px;
}