fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b78f7920d9b4a6f243179338e547b35c99ff8e1f
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
edumed
/
edumed.less
1
@import 'order/order.less';
2
@import 'gaps/gaps.less';
3
@import 'replace/replace.less';
4
@import 'choice/choice.less';
5
6
.edumed-exercise {
7
8
border: 1px lighten(#000, 35%) dashed;
9
margin: 15px 0;
10
padding: 10px;
11
12
.header {
13
font-weight: bold;
14
font-variant: small-caps;
15
margin-bottom: 10px;
16
}
17
18
.btn {
19
line-height: 12px;
20
}
21
}
22
23
.edumed-exercise-remove {
24
position: absolute;
25
top: 20px;
26
right: 5px;
27
padding: 0 3px;
28
line-height: 15px;
29
}