mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
24 lines
353 B
Plaintext
24 lines
353 B
Plaintext
|
@import "editor.less";
|
||
|
|
||
|
/* Overwrite some styles */
|
||
|
body{
|
||
|
position: inherit;
|
||
|
}
|
||
|
|
||
|
div#footer {
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
background-color:chocolate;
|
||
|
}
|
||
|
|
||
|
div#footer {
|
||
|
width: 100%;
|
||
|
padding: 20px 50px;
|
||
|
height: 100px;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
background-color:#ffa800;
|
||
|
}
|