1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 10:25:22 +02: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:
Adam Strzelecki 2015-11-30 23:57:07 +01:00
parent 99b958db43
commit 640dce12a8
3 changed files with 15 additions and 12 deletions

View file

@ -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;