diff --git a/browser/render/modals/modal-skeleton.jsx b/browser/render/modals/modal-skeleton.jsx index cc13fbb..f824ab0 100644 --- a/browser/render/modals/modal-skeleton.jsx +++ b/browser/render/modals/modal-skeleton.jsx @@ -17,6 +17,7 @@ export default class ModalSkeleton extends React.Component { closeBtn !== false &&
+ ESC
} {this.props.children} diff --git a/browser/render/modals/modal.sass b/browser/render/modals/modal.sass index 14f0762..e09eca9 100644 --- a/browser/render/modals/modal.sass +++ b/browser/render/modals/modal.sass @@ -22,6 +22,14 @@ right: 15px top: 10px cursor: pointer + font-family: 'Lato' + display: flex + justify-content: center + align-items: center + flex-direction: column + .text + margin-top: 5px + font-size: 0.8em .modal-title margin-bottom: 20px .modal-content