mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
perf: 统一指定标签样式
This commit is contained in:
parent
e3583df260
commit
c480be4e1d
3
resources/assets/sass/dark.scss
vendored
3
resources/assets/sass/dark.scss
vendored
@ -160,6 +160,9 @@ body.dark-mode-reverse {
|
|||||||
> h2 {
|
> h2 {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
.top-text {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -124,14 +124,14 @@
|
|||||||
|
|
||||||
.top-text {
|
.top-text {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 40px;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 0 6px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: #8BCF70;
|
background-color: #8BCF70;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 1px
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -30,15 +30,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.top-text {
|
.top-text {
|
||||||
width: 40px;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
line-height: 24px;
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
|
padding: 0 6px;
|
||||||
|
margin-top: 3px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: #8BCF70;
|
background-color: #8BCF70;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 3px;
|
|
||||||
padding-top: 2px
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.project-icons {
|
.project-icons {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user