django-oidc-provider/example_project/provider_app/static/css/custom.css

22 lines
330 B
CSS
Raw Normal View History

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