scinote-web/app/assets/stylesheets/themes/repositories.scss

40 lines
508 B
SCSS
Raw Normal View History

@import "constants";
.repository-columns-header {
margin-top: 30px;
}
.repository-columns-body {
2018-04-04 22:40:07 +08:00
margin-top: 50px;
2018-04-04 22:40:07 +08:00
.list-group-item {
padding: 28px;
2018-04-04 22:40:07 +08:00
.controlls {
margin-top: -18px;
}
2018-04-04 22:40:07 +08:00
span {
margin-top: -10px;
}
2018-04-04 22:40:07 +08:00
.glyphicon-trash {
color: $brand-danger;
margin-right: 10px;
2018-04-04 22:40:07 +08:00
&:hover {
cursor: pointer;
}
}
}
}
#repository-columns-dropdown {
float: right;
}
.new-repository-button {
float: left;
margin-right: 5px;
}