124 lines
2.3 KiB
SCSS
124 lines
2.3 KiB
SCSS
|
|
/* explore: repositories / main */
|
|
|
|
.explore {
|
|
.secondary.menu {
|
|
background-color: $bg70 !important;
|
|
border-radius: 0;
|
|
.item {
|
|
color: $white-dark;
|
|
&:hover {
|
|
color: $white-light !important;
|
|
}
|
|
&.active {
|
|
color: $white !important;
|
|
&:hover {
|
|
color: $white-light;
|
|
}
|
|
}
|
|
svg {
|
|
@if $nojavascript == true {
|
|
display: none;
|
|
}
|
|
}
|
|
.label {
|
|
background: $bg60;
|
|
}
|
|
}
|
|
}
|
|
.container {
|
|
@if $nojavascript == true {
|
|
.filter.menu {
|
|
display: none;
|
|
}
|
|
}
|
|
form.form {
|
|
.input {
|
|
input {
|
|
background: $bg40;
|
|
border: 2px solid $bg60;
|
|
color: $white;
|
|
&:focus {
|
|
background: $bg50;
|
|
border: 2px solid $bg60;
|
|
color: $white-light;
|
|
}
|
|
}
|
|
.button {
|
|
background: $bg60;
|
|
border: 0;
|
|
&:hover {
|
|
background: $bg50;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.divider {
|
|
border-bottom: 1px solid $bg60 !important;
|
|
border-top: 0 !important;
|
|
}
|
|
.repository.list,
|
|
.user.list {
|
|
.item {
|
|
&:not(:first-child) {
|
|
border-top: 1px solid $bg60;
|
|
}
|
|
.header {
|
|
a.name {
|
|
i.archive.icon {
|
|
color: $white-dark !important;
|
|
}
|
|
}
|
|
.metas {
|
|
@if $singleuser == true {
|
|
display: none;
|
|
}
|
|
span {
|
|
color: $white-dark !important;
|
|
}
|
|
}
|
|
}
|
|
.description {
|
|
p {
|
|
color: $white;
|
|
&.time {
|
|
color: $white-dark;
|
|
}
|
|
}
|
|
.tags {
|
|
a .label {
|
|
background: $bg60;
|
|
color: $white;
|
|
&:hover {
|
|
background: $bg70;
|
|
color: $white-light;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* explore: users */
|
|
|
|
.explore.users {
|
|
.container {
|
|
.user.list {
|
|
.content {
|
|
.header {
|
|
color: $white;
|
|
}
|
|
.description {
|
|
color: $white;
|
|
svg {
|
|
@if $nojavascript == true {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|