targets #12
This commit is contained in:
parent
a0e132171f
commit
1b658bb904
1 changed files with 39 additions and 1 deletions
|
@ -112,7 +112,18 @@
|
|||
border: 0;
|
||||
color: $white;
|
||||
.input {
|
||||
|
||||
color: $white;
|
||||
input {
|
||||
background: $bg40;
|
||||
border: 2px solid $bg70;
|
||||
color: $white;
|
||||
}
|
||||
.dropdown.button {
|
||||
background: $bg40;
|
||||
&:hover {
|
||||
background: $bg30;
|
||||
}
|
||||
}
|
||||
}
|
||||
.repos-filter {
|
||||
.item {
|
||||
|
@ -127,6 +138,33 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.attached.table {
|
||||
background: $bg50;
|
||||
border: 0;
|
||||
color: $white;
|
||||
ul {
|
||||
li {
|
||||
border-color: $bg70;
|
||||
a {
|
||||
svg {
|
||||
fill: $white;
|
||||
}
|
||||
span.grey.text {
|
||||
color: $white-dark !important;
|
||||
svg {
|
||||
fill: $white-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.private {
|
||||
background: $bg50;
|
||||
a {
|
||||
color: $white-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue