index.community/frontend/src/index.css

19 lines
371 B
CSS
Raw Normal View History

html,
body {
2018-08-27 11:41:01 +00:00
margin: 0;
2018-09-03 11:36:14 +00:00
padding: 50px 0 0 0;
2018-08-27 11:41:01 +00:00
font-family: sans-serif;
2018-09-03 14:10:44 +00:00
background-color: #293742;
2018-08-27 15:27:09 +00:00
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue,
Icons16, sans-serif;
2018-08-27 21:31:27 +00:00
}
2019-07-26 14:34:23 +00:00
.app-toaster {
z-index: 1000;
2018-08-27 21:31:27 +00:00
}
2020-06-19 10:46:43 +00:00
.current-navbar-item {
background-color: #293742 !important;
}