DAVIDS/src/public/style.css

46 lines
838 B
CSS

/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
.spotify-logo {
height: 20px;
margin-right: 10px;
}
.login {
max-height: 50px;
}
html {
position: relative;
min-height: 100%;
font-size: 16px;
}
body {
font-size: 1rem;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
line-height: 1.5;
/* Margin bottom by footer height */
margin-bottom: 6em;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
padding: 1em 0;
background-color: #f8f8f8;
border-top: 1px solid #e7e7e7;
}
.footer p {
margin: 0;
}
.badge {
line-height: inherit;
}