fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
typo in translation
[edumed.git]
/
curriculum
/
static
/
curriculum
/
curriculum.scss
1
$px: 0.0625em;
2
$oranji: #ed7831;
3
$ciemny: #363a3e;
4
$zielony: #16a487;
5
6
.curriculum-form {
7
border: 1px solid #ddd;
8
padding: 1em;
9
border-radius: 11*$px;
10
background: #ADAEAF;
11
color: white;
12
13
a {
14
cursor: pointer;
15
}
16
a:hover {
17
text-decoration: underline;
18
}
19
20
.error {
21
padding-left: 1em;
22
border-radius: .5em;
23
background: $oranji;
24
color: white;
25
font-weight: bold;
26
27
}
28
29
h2 {
30
margin: 0;
31
a {
32
display: block;
33
color: white;
34
span {display: none;}
35
}
36
}
37
38
strong {
39
display: inline-block;
40
vertical-align: top;
41
width: 12em;
42
}
43
44
.curriculum-levels {
45
display: inline-block;
46
list-style: none;
47
padding: 0;
48
margin: 0;
49
width: 40em;
50
vertical-align: top;
51
52
li {
53
display: inline-block;
54
width: 13em;
55
}
56
}
57
58
.curriculum-section-toggler {
59
display: none;
60
color: white;
61
}
62
63
.categories {
64
65
}
66
67
}