2019-04-25 23:50:31 +02:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Poppins');
|
|
|
|
|
2019-04-25 22:13:44 +02:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
2019-04-25 17:57:22 +02:00
|
|
|
background-color: #eee;
|
2019-04-25 19:07:46 +02:00
|
|
|
font-family: "Poppins", sans-serif;
|
2019-04-25 23:56:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.container.module {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 6px;
|
|
|
|
padding: 8px;
|
2019-04-26 03:28:27 +02:00
|
|
|
}
|
|
|
|
|