mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-07 21:28:10 +00:00
28 lines
547 B
SCSS
28 lines
547 B
SCSS
#back-cover {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.container {
|
|
width: 100%;
|
|
.back-cover-footer {
|
|
font-family: 'Helvetica Neue';
|
|
font-size: 11pt;
|
|
margin-top: 3px;
|
|
position: absolute;
|
|
bottom: 30pt;
|
|
color: $white;
|
|
width: 100%;
|
|
p {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
|
|
a {
|
|
color: $white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|