parent
22df39941a
commit
510408837b
1 changed files with 17 additions and 2 deletions
|
@ -16,6 +16,11 @@
|
||||||
color: $white-light;
|
color: $white-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.label {
|
.label {
|
||||||
background: $bg60;
|
background: $bg60;
|
||||||
}
|
}
|
||||||
|
@ -49,9 +54,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.divider {
|
.divider {
|
||||||
border-bottom: 1px solid $bg60;
|
border-bottom: 1px solid $bg60 !important;
|
||||||
|
border-top: 0 !important;
|
||||||
}
|
}
|
||||||
.repository.list {
|
.repository.list,
|
||||||
|
.user.list {
|
||||||
.item {
|
.item {
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
border-top: 1px solid $bg60;
|
border-top: 1px solid $bg60;
|
||||||
|
@ -63,6 +70,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.metas {
|
.metas {
|
||||||
|
@if $singleuser == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
span {
|
span {
|
||||||
color: $white-dark !important;
|
color: $white-dark !important;
|
||||||
}
|
}
|
||||||
|
@ -102,6 +112,11 @@
|
||||||
}
|
}
|
||||||
.description {
|
.description {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
svg {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue