Files
BitwiseCmd/src/shell/components/TopLinks.css
Borys Levytskyi 478ecbfb60 Subnet command (#17)
* Started working on subnets

* Basic version of the subnet command

* Improved subnet command

* almost done with subnets

* improve positioning
2021-01-16 11:33:45 +02:00

5 lines
243 B
CSS

.top-links { position: absolute; right: 1em; top: 1em; list-style-type: none; margin: 0 }
.top-links li { float: left; }
.top-links a { display: inline-block; padding: 10px 15px}
.top-links .icon { margin-right: 5px; vertical-align: middle; }