chore: style updates

This commit is contained in:
Anoop M D
2022-01-08 00:56:10 +05:30
parent f817aa3d9d
commit 8da4e71d47
14 changed files with 23 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
import { createGlobalStyle } from 'styled-components';
const GlobalStyle = createGlobalStyle`
.CodeMirror-gutters {
background-color: #f6f8fa;
}
@keyframes fade-in {
from {
opacity: 0;

View File

@@ -4,11 +4,12 @@ const Wrapper = styled.div`
display: flex;
width: 100%;
height: 100%;
min-height: calc(100vh - 38px);
min-height: 100vh;
aside {
min-width: 230px;
border-right: solid 1px #e1e1e1;
background-color: #F6F8FA;
}
section.main {