mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-08 10:11:34 +00:00
16 lines
183 B
CSS
16 lines
183 B
CSS
.import-button {
|
|
height: 40px;
|
|
margin: 20px;
|
|
}
|
|
|
|
.add-button {
|
|
height: 40px;
|
|
margin: 20px;
|
|
}
|
|
|
|
.full-width {
|
|
width: 940px;
|
|
margin-left: -470px;
|
|
left: 50%;
|
|
}
|