-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathangular-mood.css
More file actions
51 lines (41 loc) · 789 Bytes
/
angular-mood.css
File metadata and controls
51 lines (41 loc) · 789 Bytes
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
mood-canvas .svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
mood-canvas svg {
display: inline-block;
position: absolute;
top: 0px;
left: 0;
}
mood-canvas .axii {
border: 1px solid red;
}
mood-canvas .axii text {
fill: black ;
}
mood-canvas .prompt circle {
fill: black;
fill-opacity: 0.4;
}
mood-canvas .prompt text {
fill:white;
}
moods-nearby .svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
moods-nearby svg {
display: inline-block;
position: absolute;
top: 0px;
left: 0;
}