DAVIDS/src/public/style.css

50 lines
939 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;
}
.bg-info {
padding: 1em;
border-radius: 1ex;
}
html {
position: relative;
min-height: 100%;
font-size: 16px;
}
body {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
line-height: 1.5;
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}
.footer p {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}