Added sidebar component
This commit is contained in:
33
client/src/app/index.scss
Normal file
33
client/src/app/index.scss
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user