django-oidc-provider/example_project/provider_app/static/css/custom.css
2016-01-26 14:03:42 -03:00

22 lines
330 B
CSS

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
html {
font-size: 16px;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
height: auto;
padding-top: 10px;
}
.ui.huge.header {
font-size: 46px;
font-weight: 800;
}
.ui.segment {
font-size: 18px;
font-weight: 300;
}