fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor code style
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
css
/
operations.css
1
#operations {
2
color: #111111;
3
height: 9px;
4
width: 3em;
5
substraction: 0;
6
division: 1;
7
}
8
#operations .spacing {
9
height: 9px;
10
width: 3em;
11
}
12
.with-variables {
13
height: 16em;
14
width: 24em;
15
size: 1cm;
16
}
17
.with-functions {
18
color: #646464;
19
color: #ff8080;
20
color: #c94a4a;
21
}
22
.negative {
23
height: 0px;
24
width: 4px;
25
}
26
.shorthands {
27
padding: -1px 2px 0 -4px;
28
}
29
.rem-dimensions {
30
font-size: 5.5rem;
31
}
32
.colors {
33
color: #123;
34
border-color: #334455;
35
background-color: #000000;
36
}
37
.colors .other {
38
color: #222222;
39
border-color: #222222;
40
}
41
.negations {
42
variable: -4px;
43
variable1: 0px;
44
variable2: 0px;
45
variable3: 8px;
46
variable4: 0px;
47
paren: -4px;
48
paren2: 16px;
49
}