-
Notifications
You must be signed in to change notification settings - Fork 265
/
Copy pathnavbar.css
83 lines (67 loc) · 1.56 KB
/
navbar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* ==========================================================================
Navbar
========================================================================== */
.navbar-version {
font-size: 10px;
color: #ccc
}
.jh-navbar {
background-color: #353d47;
padding: .2em 1em;
}
.jh-navbar .profile-image {
margin: -10px 0px;
height: 40px;
width: 40px;
border-radius: 50%;
}
.jh-navbar .dropdown-item.active, .jh-navbar .dropdown-item.active:focus, .jh-navbar .dropdown-item.active:hover {
background-color: #353d47;
}
.jh-navbar .dropdown-toggle::after {
margin-left: 0.15em;
}
.jh-navbar ul.navbar-nav {
padding: 0.5em;
}
.jh-navbar .navbar-nav .nav-item {
margin-left: 1.5rem;
}
.jh-navbar a.nav-link {
font-weight: 400;
}
.jh-navbar .jh-navbar-toggler {
color: #ccc;
font-size: 1.5em;
padding: 10px;
}
.jh-navbar .jh-navbar-toggler:hover {
color: #fff;
}
@media screen and (max-width: 992px) {
.jh-logo-container {
width: 100%;
}
}
.navbar-title {
display: inline-block;
vertical-align: middle;
}
/* ==========================================================================
Logo styles
========================================================================== */
.navbar-brand.logo {
padding: 5px 15px;
}
.logo .logo-img {
height: 45px;
display: inline-block;
vertical-align: middle;
width: 70px;
}
.logo-img {
height: 100%;
background: url("../../../content/images/logo-jhipster.png") no-repeat center center;
background-size: contain;
width: 100%;
}