mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-04 18:33:25 +00:00
Make the base font a bit smaller and set a constant width for expansion
buttons
This commit is contained in:
parent
92e7a2b1bd
commit
96f00e50c2
@ -2,6 +2,7 @@
|
||||
all: initial;
|
||||
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
line-height: 1.15;
|
||||
font-size: 14px;
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
/* Embedded content
|
||||
@ -457,4 +458,5 @@
|
||||
}
|
||||
#--re-frame-trace-- .expansion-button {
|
||||
font-family: sans-serif;
|
||||
width: 16px;
|
||||
}
|
||||
|
@ -26,6 +26,7 @@
|
||||
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
line-height: 1.15;
|
||||
font-size: 14px;
|
||||
|
||||
div,
|
||||
nav {
|
||||
@ -551,7 +552,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.expansion-button {
|
||||
font-family: sans-serif;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user