2021-12-25 02:53:43 +01:00
|
|
|
@import "editor.less";
|
|
|
|
|
|
|
|
/* Overwrite some styles */
|
2021-12-25 23:24:17 +01:00
|
|
|
body {
|
2021-12-25 02:53:43 +01:00
|
|
|
position: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#footer {
|
|
|
|
width: 100%;
|
2021-12-25 23:24:17 +01:00
|
|
|
padding: 20px 30px;
|
|
|
|
height: 80px;
|
|
|
|
position: absolute;
|
2021-12-25 02:53:43 +01:00
|
|
|
bottom: 0;
|
2021-12-25 23:24:17 +01:00
|
|
|
background-color: #ffa800;
|
2021-12-25 02:53:43 +01:00
|
|
|
}
|
2021-12-25 20:40:44 +01:00
|
|
|
|
|
|
|
div#footer-desc {
|
2021-12-25 23:24:17 +01:00
|
|
|
float: left;
|
2021-12-25 20:40:44 +01:00
|
|
|
height: 100px;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
2021-12-25 23:24:17 +01:00
|
|
|
|
|
|
|
div#footer-logo {
|
|
|
|
float: left;
|
|
|
|
height: 100px;
|
2022-01-06 23:18:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#floating-panel {
|
|
|
|
bottom: 80px;
|
2021-12-25 23:24:17 +01:00
|
|
|
}
|