css update
This commit is contained in:
parent
b8f858ae70
commit
c3a4d1263e
1 changed files with 4 additions and 4 deletions
|
@ -88,11 +88,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-console__logged-times {
|
.preview-console__logged-times {
|
||||||
font-size: #{10 / $base-font-size}rem;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: #{2 / $base-font-size}rem 0 0 #{8 / $base-font-size}rem;
|
margin: #{2 / $base-font-size}rem 0 0 #{8 / $base-font-size}rem;
|
||||||
border-radius: 10px;
|
border-radius: #{$base-font-size*10}px;
|
||||||
padding: #{1 / $base-font-size}rem #{4 / $base-font-size}rem;
|
padding: #{4 / $base-font-size}rem #{4 / $base-font-size}rem;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -117,4 +117,4 @@
|
||||||
background-color: getThemifyVariable('console-error-background-color');
|
background-color: getThemifyVariable('console-error-background-color');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue