mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-09 20:53:29 +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;
|
all: initial;
|
||||||
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
|
font-size: 14px;
|
||||||
/* Text-level semantics
|
/* Text-level semantics
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/* Embedded content
|
/* Embedded content
|
||||||
@ -457,4 +458,5 @@
|
|||||||
}
|
}
|
||||||
#--re-frame-trace-- .expansion-button {
|
#--re-frame-trace-- .expansion-button {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
div,
|
div,
|
||||||
nav {
|
nav {
|
||||||
@ -551,7 +552,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.expansion-button {
|
.expansion-button {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
width: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user