forked from cms/tibi-svelte-starter
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
footer {
|
|
padding: 20px 0;
|
|
color: @secondary;
|
|
|
|
a {
|
|
color: @secondary;
|
|
}
|
|
|
|
.wave {
|
|
height: 54px;
|
|
background-repeat: repeat-x;
|
|
background-image: url("../css/theme/components/img/wave_footer_top.png");
|
|
}
|
|
}
|