mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-06 17:45:26 +02:00
style: tweak count-label and use in console also
This commit is contained in:
parent
9f15ba3fd4
commit
016ece473c
@ -55,7 +55,8 @@ export class Console extends PureComponent {
|
||||
onDblClick={onConsoleHeaderDblClick}
|
||||
>
|
||||
<span class="code-wrap__header-label">
|
||||
<Trans>Console</Trans> (<span>{logs.length}</span>)
|
||||
<Trans>Console</Trans>
|
||||
<span class="count-label">{logs.length}</span>
|
||||
</span>
|
||||
<div class="code-wrap__header-right-options">
|
||||
<a
|
||||
|
@ -1439,11 +1439,12 @@ body > #demo-frame {
|
||||
}
|
||||
|
||||
.count-label {
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
color: #333;
|
||||
background: rgba(255, 255, 255, 0.53);
|
||||
border-radius: 5px;
|
||||
padding: 1px 6px;
|
||||
padding: 0px 6px;
|
||||
font-weight: 600;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.onboard-step {
|
||||
|
Loading…
x
Reference in New Issue
Block a user