vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/scss/import/organization.scss

53 lines
973 B
SCSS
Raw Normal View History

2020-12-29 10:30:43 +01:00
/* organization: profile */
.organization.profile {
.container { // 1st
#org-info {
.header {
color: $white;
}
.desc {
color: $white-dark;
}
.text.grey.meta {
color: $white-dark;
.item {
a {
color: $red !important;
}
}
}
}
}
.divider {
border-bottom: 1px solid $bg60 !important;
border-top: 0 !important;
}
.container { // 2nd
//.grid {
//.eleven.wide.column {
@if $nojavascript == true {
.filter.menu {
display: none;
}
}
@include search;
//}
//.five.wide.column
.top.attached.header {
background: $bg60;
border: 0;
color: $white;
}
.attached.segment.members {
background: $bg30;
border: 0;
color: $white;
}
@include repository-list;
//}
//}
}
}