argos/dmp-frontend/src/app/app.component.css

22 lines
210 B
CSS
Raw Normal View History

2017-12-11 09:10:54 +01:00
.full-width {
2017-11-01 18:18:27 +01:00
width: 100%;
}
2017-12-11 09:10:54 +01:00
.full-height {
height: 100%;
2017-11-13 17:19:43 +01:00
}
2017-12-11 09:10:54 +01:00
html,
body {
height: 100%;
2017-11-03 18:57:06 +01:00
width: 100%;
}
2017-12-11 09:10:54 +01:00
app-root {
2017-11-03 18:57:06 +01:00
display: block;
2017-11-09 15:18:02 +01:00
height: 100%;
2017-11-03 18:57:06 +01:00
}
2017-12-11 09:10:54 +01:00
html {
2017-12-11 14:47:52 +01:00
/* overflow-y: hidden */
2017-12-11 09:10:54 +01:00
}