open-consul/ui/styles/_nav.scss

26 lines
387 B
SCSS
Raw Normal View History

2014-04-22 18:11:54 +00:00
.top-brand {
margin-top: 20px;
2014-04-22 18:11:54 +00:00
background: transparent url('/static/consul-logo.png') 0 no-repeat;
background-size: 30px 30px;
width: 30px;
height: 30px;
}
.topbar {
padding: 30px;
min-height: 100px;
border-bottom: 1px #eee solid;
2014-04-22 18:11:54 +00:00
.btn {
margin-top: 20px;
min-width: 140px;
2014-04-22 18:11:54 +00:00
}
.btn-dropdown {
width: auto;
}
2014-04-22 18:11:54 +00:00
}