forked from lovre/stroboskop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstili.css
56 lines (49 loc) · 801 Bytes
/
stili.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
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
glava {
margin: 20px;
}
telo {
flex: auto;
margin: 10px;
width: calc(100% - 50px);
overflow: auto;
padding: 10px;
}
.stroboskop {
margin: 0px;
margin-bottom: 5px;
position: relative;
height: 20px;
width: calc(100% - 20px);
float: left;
padding: 10px;
}
#barve > button {
border: 0px;
margin: 5px;
}
#start {
float: right;
width: 200px;
background: white;
height: 50px;
font-size: 18px;
}
#novaBarva, #odstraniBarve {
background: white;
}
.rob {
border: 1px solid transparent;
border-color: #C30C21;
border-radius: 4px;
}
.senca {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}