wip
This commit is contained in:
parent
3f4de3b1cc
commit
8e3dd75c85
45 changed files with 200 additions and 461 deletions
|
|
@ -38,7 +38,7 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.cpu
|
||||
> .pie
|
||||
padding 10px
|
||||
height 100px
|
||||
|
|
@ -52,7 +52,7 @@ root(isDark)
|
|||
> p
|
||||
margin 0
|
||||
font-size 12px
|
||||
color isDark ? #a8b4bd : #505050
|
||||
color var(--chartCaption)
|
||||
|
||||
&:first-child
|
||||
font-weight bold
|
||||
|
|
@ -65,10 +65,4 @@ root(isDark)
|
|||
display block
|
||||
clear both
|
||||
|
||||
.cpu[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.cpu:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue