2017-02-03 16:52:55 +01:00
|
|
|
@import "./variables.less";
|
|
|
|
|
|
2017-02-07 18:06:36 +01:00
|
|
|
.cp footer {
|
2017-02-09 18:53:04 +01:00
|
|
|
background: @category-bg;
|
2017-02-03 16:52:55 +01:00
|
|
|
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
|
|
|
|
padding-top: 1em;
|
2017-02-09 18:53:04 +01:00
|
|
|
font-size: 1.2em;
|
2017-02-07 18:06:36 +01:00
|
|
|
a {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link;
|
2017-02-07 18:06:36 +01:00
|
|
|
&:visited {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link-visited;
|
2017-02-07 18:06:36 +01:00
|
|
|
}
|
|
|
|
|
&:hover {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link-hover;
|
2017-02-07 18:06:36 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
li:first-child {
|
2017-02-09 18:53:04 +01:00
|
|
|
font-size: 1.2em;
|
2017-02-07 18:06:36 +01:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
}
|