Added sidebar component

This commit is contained in:
2019-10-24 02:20:32 +05:30
parent a976a05c78
commit 8206b0367e
35 changed files with 151 additions and 116 deletions

33
client/src/app/index.scss Normal file
View File

@@ -0,0 +1,33 @@
@charset 'UTF-8';
@import 'styles/components';
@import 'styles/pages';
body {
margin: 0;
background-color: #222!important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.abcRioButtonBlue {
background-color: white!important;
color: #585f6b!important;
border-radius: 3px;
}
.g-signin2, .fb-login-button {
display: flex!important;
justify-content: center;
margin-bottom: 10px;
border-radius: 5px;
}