-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
99 lines (93 loc) · 1.51 KB
/
app.css
File metadata and controls
99 lines (93 loc) · 1.51 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
91
92
93
94
95
96
97
98
99
a.list-group-item {
border: 0px;
background-color: #fff;
font-size: 14px;
font-weight: 100;
color: #606060;
cursor: default;
}
input.search.form-control{
font-weight: 100;
font-size: 14px
}
.fa-files-o {
cursor: pointer;
}
h5.mb-1 {
font-size: 16px;
font-weight:100;
}
p.mb-1 {
font-style: 14px !important;
color: #1dae7d;
font-weight: 400;
}
.list {
font-family:sans-serif;
}
td {
padding:10px;
/*border:solid 1px #eee;*/
}
td.name, .form-control{
color: #606060;
}
.table td{
border-top: 0px;
}
input {
border:solid 1px #ccc;
border-radius: 5px;
padding:7px 14px;
margin-bottom:10px
}
input:focus {
outline:none;
border-color:#aaa;
box-shadow:none;
}
.title-block{
padding: 3rem 1.5rem;
text-align: center;
color: #606060;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: Monaco,Consolas,"Lucida Console",monospace;
margin: 0 0;
}
.h1, h1 {
font-size: 1.5rem;
}
.input-group .form-control {
border: none;
padding: 0 0;
font-family: Monaco,Consolas,"Lucida Console",monospace;
font-size: 0.8rem;
}
h6 {
color: #57bd57;
font-size: 0.8rem;
}
.input-group-btn>.btn {
font-size: 0.8rem;
}
.input-group .form-control:focus {
outline: none;
box-shadow:none;
}
.footer-lnx{
font-family: Monaco,Consolas,"Lucida Console",monospace;
width: 100%;
text-align: center;
font-weight: 100;
color: #606060;
font-size: 13px;
margin-top: 45px;
}
.sub-heading-lnx{
margin-top: 20px;
font-weight: 100;
}
.navbar-brand{
color: #000;
}