forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_base.scss
More file actions
44 lines (34 loc) · 710 Bytes
/
Copy path_base.scss
File metadata and controls
44 lines (34 loc) · 710 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
&, div {
font-family: 'Open Sans', verdana, arial, sans-serif;
margin: 0;
padding: 0;
}
input, button {
font-family: 'Open Sans', verdana, arial, sans-serif;
&:focus {
outline: none;
}
}
a {
text-decoration: none;
&:hover {
text-decoration: none;
}
}
.crisp { shape-rendering: crispEdges; }
.user-select-none {
@include vendor('user-select', none);
}
//Required for IE11. Other browsers set this by default.
svg { overflow: hidden; }
svg a { fill: $color-brand-primary; }
svg a:hover { fill: #3c6dc5; }
.main-svg {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
.draglayer {
pointer-events: all;
}
}