github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui/styles/_nav.scss (about) 1 2 .top-brand { 3 margin-top: 20px; 4 background: transparent url('consul-logo.png') 0 no-repeat; 5 background-size: 30px 30px; 6 width: 30px; 7 height: 30px; 8 } 9 10 11 .topbar { 12 padding: 30px; 13 padding-top: 10px; 14 padding-bottom: 10px; 15 margin-bottom: 20px; 16 min-height: 95px; 17 border-bottom: 1px #eee solid; 18 19 .btn { 20 margin-top: 20px; 21 min-width: 100px; 22 } 23 24 .btn-dropdown { 25 width: auto; 26 } 27 28 ul.dropdown-menu { 29 li { 30 31 a { 32 text-transform: uppercase; 33 font-weight: 600; 34 font-size: 12px; 35 color: $gray; 36 @include transition(background-color .1s ease-in-out); 37 38 &:hover { 39 color: darken($gray, 10%); 40 background-color: lighten($gray-background, 5%); 41 } 42 43 } 44 } 45 } 46 47 }