design: no more ugly outlined style for input
This commit is contained in:
@@ -84,6 +84,10 @@ a {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
html,
|
html,
|
||||||
@@ -113,4 +117,4 @@ pre {
|
|||||||
iframe {
|
iframe {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
@@ -30,12 +30,13 @@ module.exports = {
|
|||||||
typography: () => ({
|
typography: () => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
'font-size': '15pt',
|
'font-size': '12pt',
|
||||||
'font-family': '"Courier Prime", monospace',
|
'font-family': '"Courier Prime", monospace',
|
||||||
...defaultTitleStyles,
|
...defaultTitleStyles,
|
||||||
p: {
|
p: {
|
||||||
'margin-top': '0.8em',
|
'margin-top': '0.8em',
|
||||||
'margin-bottom': '0.8em'
|
'margin-bottom': '0.8em',
|
||||||
|
'text-align': 'justify'
|
||||||
},
|
},
|
||||||
img: {
|
img: {
|
||||||
'margin-top': 0,
|
'margin-top': 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user