finish transforming to v2
This commit is contained in:
parent
7372042441
commit
8a3ee795d2
8 changed files with 79 additions and 84 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -105,10 +105,6 @@ footer {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.text-error {
|
||||
color: #d95c5c !important;
|
||||
}
|
||||
|
||||
.generate-img(16);
|
||||
.generate-img(@n, @i: 1) when (@i =< @n) {
|
||||
.img-@{i} {
|
||||
|
|
|
@ -160,42 +160,46 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
// &.new.milestone {
|
||||
// textarea {
|
||||
// height: 200px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &.settings {
|
||||
// .content {
|
||||
// padding-left: 20px!important;
|
||||
// }
|
||||
// }
|
||||
&.new.milestone {
|
||||
textarea {
|
||||
height: 200px;
|
||||
}
|
||||
#deadline {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .settings .key.list {
|
||||
// .item:not(:first-child) {
|
||||
// border-top: 1px solid #eaeaea;
|
||||
// }
|
||||
// .ssh-key-state-indicator {
|
||||
// float: left;
|
||||
// color: gray;
|
||||
// padding-left: 10px;
|
||||
// padding-top: 10px;
|
||||
// &.active {
|
||||
// color: #6cc644;
|
||||
// }
|
||||
// }
|
||||
// .meta {
|
||||
// padding-top: 5px;
|
||||
// }
|
||||
// .print {
|
||||
// color: #767676;
|
||||
// }
|
||||
// .activity {
|
||||
// color: #666;
|
||||
// }
|
||||
// }
|
||||
.settings .key.list {
|
||||
.item:not(:first-child) {
|
||||
border-top: 1px solid #eaeaea;
|
||||
}
|
||||
.ssh-key-state-indicator {
|
||||
float: left;
|
||||
color: gray;
|
||||
padding-left: 10px;
|
||||
padding-top: 10px;
|
||||
&.active {
|
||||
color: #6cc644;
|
||||
}
|
||||
}
|
||||
.meta {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.print {
|
||||
color: #767676;
|
||||
}
|
||||
.activity {
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.vertical.menu {
|
||||
.header.item {
|
||||
font-size: 1.1em;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-label.modal,
|
||||
.new-label.segment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue