primevue-mirror/assets/styles/app/_footer.scss

21 lines
386 B
SCSS
Raw Normal View History

2020-05-12 08:31:09 +00:00
.layout-footer {
2020-07-04 07:28:27 +00:00
font-size: 1rem;
2020-07-20 10:51:46 +00:00
padding: 2rem;
2020-07-06 09:01:43 +00:00
display: flex;
align-items: center;
justify-content: space-between;
2020-05-12 08:31:09 +00:00
a {
2020-05-12 13:43:10 +00:00
color: var(--text-color);
2020-05-12 08:31:09 +00:00
font-weight: 600;
}
2020-07-06 09:01:43 +00:00
.layout-footer-right {
a {
i {
color: var(--text-secondary-color);
font-size: 1.5rem;
}
}
}
2020-05-12 08:31:09 +00:00
}