-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserLogout.css
123 lines (102 loc) · 1.92 KB
/
userLogout.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav-item h5 {
font-size: 22px;
font-weight: 400;
padding-right: 2rem;
}
.nav-item h5:hover, .nav-item a:hover {
color: grey !important;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
height: 100%;
}
.bottom-margin {
margin-bottom: -0.5rem !important;
}d
/* Set gray background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #f1f1f1;
height: 100%;
}
.sidenav a {
font-size: 20px !important;
color: white !important;
}
.sidenav h5 {
font-size: 18px !important;
color: white !important;
}
.sidenav p {
font-size: 14px !important;
color: lightgrey !important;
}
.nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.avatarMargin {
margin-left: 2.2rem;
}
/* Set black background color, white text and some padding */
footer {
background-color: #555;
color: white;
padding: 15px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {
height: auto;
}
}
h3 {
font-family: Nunito !important;
font-weight: bold !important;
text-align: left;
color: #3F3D56 !important;
margin-bottom: 0;
}
h5 {
font-family: Nunito;
text-align: center;
color: #3F3D56 !important;
margin-bottom: 0;
font-weight: bold;
}
strong {
font-family: Nunito !important;
font-weight: bold !important;
color: #3F3D56 !important;
}
p.sidebar {
text-align: center;
color: #ffffff;
}
a.navbar-brand {
font-family: Girassol;
}
a.nav-item {
font-family: Nunito;
}
.row-bottom-margin {
margin-bottom: -10px;
}
.navbar .navbar-nav {
float: none;
vertical-align: middle;
}
.navbar .navbar-collapse {
text-align: center;
}