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

46 lines
632 B
SCSS
Raw Normal View History

@import "constants";
.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;
}
}
}
#repository-columns-dropdown {
float: right;
}
.new-repository-button {
float: left;
margin-right: 5px;
}
2018-04-19 21:51:36 +08:00
.custom-alert-info {
background-color: $state-info-bg;
border: 1px solid $state-info-border;
color: $state-info-text;
margin: 10px 0;
opacity: .86;
padding: 15px;
width: 100%;
2018-04-19 21:51:36 +08:00
}
.repository-input-file-field {
display: inline-flex;
a {
color: $brand-danger;
margin-left: 5px;
}
}