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 {
|
||||
font-size: #{10 / $base-font-size}rem;
|
||||
|
||||
font-weight: bold;
|
||||
margin: #{2 / $base-font-size}rem 0 0 #{8 / $base-font-size}rem;
|
||||
border-radius: 10px;
|
||||
padding: #{1 / $base-font-size}rem #{4 / $base-font-size}rem;
|
||||
border-radius: #{$base-font-size*10}px;
|
||||
padding: #{4 / $base-font-size}rem #{4 / $base-font-size}rem;
|
||||
z-index: 100;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue