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

90 lines
1.2 KiB
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.dashboard {
.side {
.panel {
.panel-heading {
background: #EEE;
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-row, .group-row {
2015-04-26 12:48:37 +05:30
padding: 0 !important;
2014-09-02 18:07:02 +05:30
font-size: 14px;
line-height: 24px;
a {
display: block;
2015-04-26 12:48:37 +05:30
padding: 8px 15px;
2014-09-02 18:07:02 +05:30
}
.project-name, .group-name {
font-weight: 500;
}
.arrow {
float: right;
margin: 0;
font-size: 20px;
}
.last-activity {
float: right;
font-size: 12px;
color: #AAA;
display: block;
.date {
color: #777;
}
}
}
.project-description {
overflow: hidden;
}
.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 {
margin-top: -8px;
margin-left: -15px;
@include border-radius(0px);
}
.identicon {
line-height: 40px;
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;
}