Socialify

Folder ..

Viewing base.sass
21 lines (18 loc) • 322.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
html, body
  padding: 0
  margin: 0
  height: 100%

body
  font-family: -apple-system, "Helvetica Neue", Helvetica, sans-serif
  font-weight: 300
  font-size: 14px

#root
  height: 100%

.draggable
  position: absolute
  top: 0
  left: 0
  height: 32px
  width: 100%
  -webkit-user-select: none
  -webkit-app-region: drag