53 lines
973 B
SCSS
53 lines
973 B
SCSS
|
|
||
|
/* 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;
|
||
|
//}
|
||
|
//}
|
||
|
}
|
||
|
}
|