-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcover.sass
More file actions
86 lines (86 loc) · 2.27 KB
/
Copy pathcover.sass
File metadata and controls
86 lines (86 loc) · 2.27 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.cover
align-items: space-between
background-size: cover
background-repeat: no-repeat
background-color: $dark
color: #fff
display: flex
height: auto
flex-wrap: wrap
padding: 8em 0 0 0
justify-content: center
width: 100%
@media only screen and (max-width: 1112px)
height: auto
text-align: center
.logo
min-height: 500px
max-width: 500px
width: 60%
img
display: none
@media only screen and (max-width: 1112px)
width: 90%
img
height: auto
width: 100%
@media only screen and (max-width: 634px)
min-height: 320px
img
display: block
.col-right
align-items: flex-start
display: flex
flex-flow: column
justify-content: flex-start
max-width: 782px
padding: 3em 0 0 3em
@media only screen and (max-width: 634px)
padding: 2em 2em 0 2em
.date
color: $highlight-color
font-size: 1.8em
font-weight: 300
letter-spacing: .1em
margin: 0 0 1.5em 0
text-align: left
p
color: #fff
font-size: 1.2em
font-weight: 300
line-height: 1.5em
margin: 0 0 1.5em 0
text-align: left
.open
font-size: 1.8em
font-style: italic
font-weight: 400
letter-spacing: .1em
hr
display: block
border: 1em solid #ee5a30
margin-top: 2em
margin-bottom: 2em
margin-left: auto
margin-right: auto
border-style: inset
border-width: 1px
width: 2em
.btn-arrow
border: solid .09em #ee5a30
border-radius: 60%
font-size: 1.6em
padding: .8em
.cover-bottom
align-items: center
background: #040f0c
background: -webkit-gradient(linear,left top,left bottom,from(rgba(4,15,12,0)),to(#040f0c))
background: linear-gradient(180deg,rgba(4,15,12,0),#040f0c)
display: flex
justify-content: center
height: 200px
padding: 3em
width: 100%
.call-for-talks
line-height: 36px
text-align: center