-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (78 loc) · 1.3 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
body {
font-family: "Helvetica-Neue", Ultra;
font-size: 16px;
background: linear-gradient(to left, #00d2ff, #3a7bd5);
width: 80%;
margin-left: 1rem;
}
.form-control {
margin-bottom: 1rem;
}
#wrapper {
background: white;
border-radius: 5px;
width: 25rem;
padding: 1.2rem;
position: relative;
}
.otstup {
margin-bottom: 20px;
}
.box {
background-color: rgb(211, 211, 211);
color: rgb(31, 34, 26);
border-radius: 5px;
padding: 20px;
font-size: 150%;
text-align: center;
vertical-align: middle;
}
.wrapper {
width: 50px;
display: grid;
grid-gap: 5px;
}
h1 {
font-size: 30px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 15px;
}
table {
width: 100%;
table-layout: fixed;
}
.tbl-header {
background-color: rgba(255, 255, 255, 0.3);
}
.tbl-content {
height: 300px;
overflow-x: auto;
margin-top: 0px;
border: 1px solid rgba(255, 255, 255, 0.3);
}
th {
padding: 20px 15px;
text-align: left;
font-weight: 500;
font-size: 12px;
color: black;
text-transform: uppercase;
}
td {
padding: 15px;
text-align: left;
vertical-align: middle;
font-weight: 300;
font-size: 12px;
color: black;
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.close {
display: none;
}
.open {
display: block;
}