mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 06:50:42 +00:00
25 lines
406 B
CSS
25 lines
406 B
CSS
/*html {*/
|
|
/*position: static;*/
|
|
/*height: 100%;*/
|
|
/*}*/
|
|
|
|
/*body {*/
|
|
/*height: 100%;*/
|
|
/*margin: 0;*/
|
|
/*margin-bottom: 0 !important;*/
|
|
/*}*/
|
|
|
|
/*app-root, app-project-map, .project-map, app-map, svg {*/
|
|
/*height: 100%;*/
|
|
/*}*/
|
|
|
|
|
|
|
|
.project-toolbar {
|
|
width: 70px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
}
|