-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyles.css
More file actions
90 lines (82 loc) · 1.58 KB
/
styles.css
File metadata and controls
90 lines (82 loc) · 1.58 KB
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
.table td th {
vertical-align: middle;
}
.root {
background-color: lightgray;
}
.main-div{
padding: 50px;
border-top: 1px dotted #343A40;
}
.download-btn{
margin-top: 8vh;
margin-bottom: 8vh;
padding: 5vh;
width: 90%;
}
@media (min-width:995px) {
body {
padding-top: 0
}
}
@media (min-width:995px) {
body {
margin-left: 260px
}
}
.contact-icons a {
display: inline-block;
height: 3.5rem;
width: 3.5rem;
background-color: #343A40;
color: #fff !important;
border-radius: 100%;
text-align: center;
font-size: 1.5rem;
line-height: 3.5rem;
margin-right: 1rem;
}
@media (min-width: 995px) {
.navbar {
text-align: center;
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: column;
width: 14rem;
height: 100vh;
}
.navbar-nav{
font-weight: 800;
letter-spacing: 0.05rem;
text-transform: uppercase;
}
.navbar-brand {
display: flex;
margin: auto auto 0;
padding: 0.5rem;
}
.navbar-brand .img-profile {
max-width: 10rem;
max-height: 10rem;
border: 0.5rem solid rgba(255, 255, 255, 0.2);
}
.navbar-collapse {
display: flex;
align-items: flex-start;
flex-grow: 0;
width: 100%;
margin-bottom: auto;
}
.navbar-collapse .navbar-nav {
flex-direction: column;
width: 100%;
}
.navbar-collapse .navbar-nav .nav-item {
display: block;
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
display: block;
}
}