review-front/src/styles.css

56 lines
887 B
CSS

@import '../node_modules/primeng/resources/themes/lara-light-indigo/theme.css';
@import '../node_modules/primeicons/primeicons.css';
@import '../node_modules/quill/dist/quill.bubble.css';
@import '../node_modules/quill/dist/quill.snow.css';
body {
min-height: 1920px;
}
.footer {
background-color: #1c1c1c;
color: #f1f1f1;
padding: 20px;
text-align: center;
font-size: 14px;
}
.footer-creator,
.footer-banner,
.footer-follow,
.footer-links,
.footer-copyright {
margin: 5px 0;
}
html, body {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
app-root {
flex: 1;
display: flex;
flex-direction: column;
}
.footer {
width: 100%;
text-align: center;
padding: 10px;
background: #222;
color: white;
}
.footer-link {
color: #1e90ff;
text-decoration: none;
margin: 0 10px;
}
.footer-link:hover {
text-decoration: underline;
}