-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
92 lines (74 loc) · 1.28 KB
/
style.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
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');
/*
$green: #7FC6B0;
$light-grey: #E8EAEF;
$dark-grey: #898989;
*/
/*navbar settings*/
.bg-light{
background:#E8EAEF !important;
}
.navbar-nav{
font-family: "Poppins", sans-serif;
font-weight:700;
}
.navbar{
-webkit-box-shadow: inset 0 20px 20px -20px #898989;
-moz-box-shadow: inset 0 20px 20px -20px #898989;
box-shadow: inset 0 20px 20px -20px #898989;
}
nav {
position: absolute;
left: 0px;
height: 50px;
width: 100%;
}
.my-header {
font-family: 'Poppins', sans-serif;
font-size: 20pt !important;
font-weight: 700;
margin: 0;
position: absolute;
top: 50%;
transform: translate(0, -50%)
}
.header {
padding: 1%;
}
.my-container{
padding: 40px;
}
.responsive{
width: 100%;
height: auto;
}
h6 {
font-family: 'Poppins', sans-serif;
font-weight: 400;
margin: 0;
position: absolute;
top: 50%;
transform: translate(0, -50%)
}
.table{
font-family: 'Poppins', sans-serif;
font-size: 14px;
/* box-shadow: 10px 10px 15px 1px rgb(175, 175, 177);*/
}
.col1 {
font-weight:200;
}
tbody{
display:block;
overflow-y:auto;
height:285px;
width:auto;
}
thead tr{
display:block;
}
/*.my-table{
height: 500px !important;
overflow: scroll;
}
*/