-
Notifications
You must be signed in to change notification settings - Fork 1
/
stylesheet.css
62 lines (51 loc) · 927 Bytes
/
stylesheet.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
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 23-nov-2017, 11:30:36
Author : Jelmer
*/
.tekstkleur {
color: black;
}
html, body {
max-height: 100%;
overflow: hidden;
}
.achtergrond {
background-color: white !important;
}
.sidebar {
background-color: grey;
height: 100%;
}
h2 {
text-align: center;
}
h4 {
text-align: center;
}
.collection-item {
background-color: grey !important;
border-bottom: hidden !important;
display: flex;
justify-content: center;
}
.btn.modal-trigger {
padding: 0;
/*width: 200px !important;*/
}
label {
font-size: 120% !important;
}
.login {
text-align: center; margin-top: 100px;
}
.boordeling {
height: 100vh;
}
.sel {
background-color: #0f9d58 !important;
}