Code Review
/
eliot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Home page carousel"
[eliot.git]
/
blueprints
/
common
/
eliot-ui
/
frontend-src
/
src
/
app
/
app.component.scss
1
// .main {
2
// .menu {
3
// .options {
4
// .home {
5
// font-size: 25px;
6
// }
7
// .others {
8
// // padding: 0 14px;
9
// }
10
11
// }
12
// }
13
// .sidemenu {
14
// mat-sidenav-container {
15
// height: 112vh;
16
// }
17
// }
18
// }
19
20
.main {
21
margin: 0 auto;
22
padding-left: 0px;
23
padding-top: 0px;
24
height: auto;
25
}
26
27
body {
28
margin: auto;
29
}