closes #14
This commit is contained in:
parent
9b597dab9f
commit
a966911c04
1 changed files with 45 additions and 2 deletions
|
@ -101,10 +101,53 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.repo-topic-edit {
|
.repo-topic-edit {
|
||||||
display: none !important;
|
background: $bg50;
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
&.success,
|
&.success,
|
||||||
&.error {
|
&.error {
|
||||||
display: flex !important;
|
@if $nojavascript == true {
|
||||||
|
display: flex !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.column.fourteen {
|
||||||
|
.field {
|
||||||
|
.search.dropdown {
|
||||||
|
background: $bg30;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
&.active {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
.label {
|
||||||
|
background: $bg50;
|
||||||
|
color: $white;
|
||||||
|
i.delete.icon {
|
||||||
|
color: $white-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.menu {
|
||||||
|
background: $bg60;
|
||||||
|
border: 0;
|
||||||
|
.item {
|
||||||
|
border-color: $bg80;
|
||||||
|
color: $white;
|
||||||
|
&:hover {
|
||||||
|
background: $bg50;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.column.two {
|
||||||
|
a.button {
|
||||||
|
background: $bg70;
|
||||||
|
color: $white;
|
||||||
|
&:hover {
|
||||||
|
background: $bg60;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.repository-summary {
|
.repository-summary {
|
||||||
|
|
Reference in a new issue