-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobals.css
36 lines (32 loc) · 869 Bytes
/
globals.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
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400|Roboto:400|Quicksand:400,700,500|Montserrat:400,700,600");
@font-face {
font-family: "HelveticaNeue-Regular";
font-style: normal;
font-weight: 400;
src: url("https://fonts.animaapp.com/HelveticaNeue-Regular") format("truetype");
}
@font-face {
font-family: "Arial-Regular";
font-style: normal;
font-weight: 400;
src: url("https://fonts.animaapp.com/Arial-Regular") format("truetype");
}
.screen a {
display: contents;
text-decoration: none;
}
.container-center-horizontal {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
width: 100%;
}
.container-center-horizontal > * {
flex-shrink: 0;
pointer-events: auto;
}
* {
box-sizing: border-box;
}