mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
nodejs->deno
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
min-height: calc(-104px + 100vh);
|
||||
|
||||
&:before {
|
||||
content: 'Actions';
|
||||
content: "Actions";
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
.twelve.wide {
|
||||
&:before {
|
||||
content: 'Workflow Runs';
|
||||
content: "Workflow Runs";
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
margin-top: 6px;
|
||||
@@ -120,7 +120,7 @@
|
||||
}
|
||||
|
||||
.action-commit-summary {
|
||||
margin-left: 28+14px;
|
||||
margin-left: 28 + 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -146,7 +146,7 @@
|
||||
border-top: 1px solid #2f353d;
|
||||
|
||||
&:before {
|
||||
content: 'Jobs';
|
||||
content: "Jobs";
|
||||
color: #9198a1;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
@@ -179,7 +179,7 @@
|
||||
overflow: visible;
|
||||
background: #1f6feb;
|
||||
border-radius: 0.375rem;
|
||||
content: '';
|
||||
content: "";
|
||||
height: 24px;
|
||||
left: calc(0.5rem * -1);
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user