forked from google/blockly-samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathturtle.css
48 lines (40 loc) · 740 Bytes
/
turtle.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
/**
* @license
* Copyright 2019 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
.customFieldsTurtleWidget {
width: 150px;
}
.customFieldsTurtleWidget button {
border-radius: 4px;
border: none;
background-color: #fff;
opacity: .6;
color: #000;
}
.customFieldsTurtleWidget .table {
width: 100%;
}
.customFieldsTurtleWidget .row {
width: 100%;
display: flex;
}
.customFieldsTurtleWidget .arrow {
text-align: center;
padding: 0;
flex-grow: 0;
}
.customFieldsTurtleWidget .text {
height: 20px;
color: #fff;
flex-grow: 1;
text-align: center;
}
.customFieldsTurtleWidget .randomize {
width: 100%;
}
.blocklySvg .blocklyNonEditableText text,
.blocklySvg .blocklyEditableText text {
fill: #000;
}