mirror of
https://gitee.com/gitea/gitea
synced 2026-01-04 22:55:47 +08:00
CSS: .repository .sha.label -> .ui .sha.label
This is because SHA1 label is used in many other places, not only inside .repository container.
This commit is contained in:
@@ -219,6 +219,14 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
.sha.label {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
padding: 6px 10px 4px 10px;
|
||||
font-weight: normal;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
&.status.buttons {
|
||||
.octicon {
|
||||
margin-right: 4px;
|
||||
|
||||
Reference in New Issue
Block a user