XBackBone/static/app/app.css
Sergio Brighenti 765fbdeb25 Generate config for ShareX
Display file size
2018-05-01 14:28:31 +02:00

31 lines
No EOL
389 B
CSS

html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 40px;
font-size: 1rem;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.admin-img {
max-height: 25px;
}
.user-img {
max-height: 192px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
line-height: 40px;
text-align: right;
}