open5gs/webui/static/index.css
Sukchan Lee bd3ebc5c6f We select styled-components for frontend
Login view is added
2017-05-24 21:19:23 +09:00

15 lines
143 B
CSS

body {
margin: 0;
padding: 0;
background: #f1f3f5;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}