django-oidc-provider/example_project/provider_app/static/css/custom.css
2015-12-04 13:56:01 -03:00

22 lines
331 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: 100px;
}
.ui.huge.header {
font-size: 46px;
font-weight: 800;
}
.ui.segment {
font-size: 18px;
font-weight: 300;
}