-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy path_base.scss
More file actions
43 lines (34 loc) · 661 Bytes
/
_base.scss
File metadata and controls
43 lines (34 loc) · 661 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
&, div {
direction: ltr;
font-family: 'Open Sans', verdana, arial, sans-serif;
margin: 0;
padding: 0;
border: 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);
}
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;
}
}