scinote-web/app/assets/stylesheets/repository/index.scss

50 lines
642 B
SCSS
Raw Normal View History

.repositories-index {
&.active {
[data-view-mode="archived"] {
display: none !important;
}
}
&.archived {
[data-view-mode="active"] {
display: none !important;
}
}
&[data-readonly="true"] {
.main-actions {
.toolbar {
display: none;
}
.filter-container {
margin-left: auto;
}
}
}
}
2020-07-06 18:47:42 +08:00
#rename-repo-modal {
.modal-footer {
text-align: center;
}
}
#create-repo-modal {
.modal-footer {
text-align: center;
}
}
#new_repository {
.modal-footer {
text-align: center;
}
}
.main-actions {
.dropdown-menu {
font-size: 14px;
}
}