2020-01-09 22:11:00 +00:00
|
|
|
@import '../../variables.less';
|
|
|
|
|
2014-08-07 11:38:34 +00:00
|
|
|
/* Footer */
|
2018-03-17 20:11:37 +00:00
|
|
|
#footer {
|
2014-08-07 11:38:34 +00:00
|
|
|
margin-left: 10em;
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0.75em;
|
|
|
|
direction: ltr;
|
|
|
|
|
|
|
|
ul {
|
2018-10-16 02:13:07 +00:00
|
|
|
list-style: none none;
|
2014-08-07 11:38:34 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2019-09-19 05:37:22 +00:00
|
|
|
}
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2019-09-19 05:37:22 +00:00
|
|
|
li {
|
2019-09-26 21:12:01 +00:00
|
|
|
color: @color-base;
|
2019-09-19 05:37:22 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em 0;
|
2019-09-26 23:43:42 +00:00
|
|
|
font-size: @font-size-footer;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|
2019-09-19 05:37:22 +00:00
|
|
|
}
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2019-09-19 05:37:22 +00:00
|
|
|
#footer-icons {
|
|
|
|
float: right;
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2019-09-19 05:37:22 +00:00
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0.5em;
|
2019-09-27 04:25:59 +00:00
|
|
|
line-height: @line-height-footer-buttons;
|
2019-09-19 05:37:22 +00:00
|
|
|
text-align: right;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|
2019-09-19 05:37:22 +00:00
|
|
|
}
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2019-09-19 05:37:22 +00:00
|
|
|
#footer-info {
|
|
|
|
li {
|
2019-09-27 04:25:59 +00:00
|
|
|
line-height: @line-height-footer-info;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|
2019-09-19 05:37:22 +00:00
|
|
|
}
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2019-09-19 05:37:22 +00:00
|
|
|
#footer-places {
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
2019-09-27 04:25:59 +00:00
|
|
|
line-height: @line-height-footer-buttons;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|
|
|
|
}
|