mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
22 lines
295 B
SCSS
22 lines
295 B
SCSS
|
|
.top-brand {
|
|
background: transparent url('/static/consul-logo.png') 0 no-repeat;
|
|
background-size: 30px 30px;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
|
|
.topbar {
|
|
padding: 40px;
|
|
height: 100px;
|
|
|
|
.btn {
|
|
width: 140px;
|
|
}
|
|
|
|
.btn-dropdown {
|
|
width: auto;
|
|
}
|
|
}
|