2018-03-18 18:09:58 +00:00
|
|
|
const frontpage-bg-color = rgb(32, 32, 32)
|
2017-10-06 05:28:21 +00:00
|
|
|
|
2017-06-25 14:56:42 +00:00
|
|
|
.frontpage
|
|
|
|
vertical
|
|
|
|
align-items center
|
2017-07-04 09:20:31 +00:00
|
|
|
position absolute
|
|
|
|
top 50%
|
|
|
|
left 50%
|
|
|
|
transform translateX(-50%) translateY(-50%)
|
2018-03-18 18:09:58 +00:00
|
|
|
|
2017-07-06 19:38:19 +00:00
|
|
|
a, h1, h2
|
2017-07-04 09:20:31 +00:00
|
|
|
color white !important
|
|
|
|
text-shadow 0px 0px 4px rgb(0, 0, 0, 0.75)
|
2017-06-15 21:03:55 +00:00
|
|
|
|
2017-07-06 19:38:19 +00:00
|
|
|
h1
|
2017-06-25 14:56:42 +00:00
|
|
|
font-size 2.5rem
|
|
|
|
font-weight normal
|
2017-07-04 09:20:31 +00:00
|
|
|
letter-spacing 5px
|
2017-06-25 14:56:42 +00:00
|
|
|
text-transform uppercase
|
2017-07-04 09:20:31 +00:00
|
|
|
line-height 1.2em
|
|
|
|
|
2017-07-06 19:38:19 +00:00
|
|
|
h2
|
2017-07-04 09:20:31 +00:00
|
|
|
font-size 2rem
|
2017-07-06 19:38:19 +00:00
|
|
|
font-weight normal
|
|
|
|
margin-top 0
|
2017-07-04 09:20:31 +00:00
|
|
|
margin-bottom 1em
|
|
|
|
line-height 1.2em
|
|
|
|
text-align center
|
2018-03-18 18:09:58 +00:00
|
|
|
|
2017-06-25 14:56:42 +00:00
|
|
|
.footer
|
|
|
|
margin-top content-padding
|
2017-06-15 21:03:55 +00:00
|
|
|
|
2018-10-31 02:06:27 +00:00
|
|
|
.bg-video-container
|
|
|
|
position absolute
|
|
|
|
left 0
|
|
|
|
top 0
|
|
|
|
width 100%
|
|
|
|
height 100%
|
|
|
|
z-index -100
|
|
|
|
background frontpage-bg-color
|
|
|
|
overflow hidden
|
|
|
|
|
2017-07-04 08:26:18 +00:00
|
|
|
.bg-video
|
2017-10-06 05:28:21 +00:00
|
|
|
display none
|
2017-07-04 08:26:18 +00:00
|
|
|
position absolute
|
|
|
|
top 50%
|
|
|
|
left 50%
|
|
|
|
transform translateX(-50%) translateY(-50%)
|
|
|
|
min-width 100%
|
|
|
|
min-height 100%
|
|
|
|
width auto
|
|
|
|
height auto
|
2017-10-06 05:28:21 +00:00
|
|
|
|
2019-08-30 04:46:46 +00:00
|
|
|
> 600px
|
2017-10-06 05:28:21 +00:00
|
|
|
.bg-video
|
|
|
|
display block
|
2017-07-13 18:45:16 +00:00
|
|
|
|
|
|
|
.login-button
|
|
|
|
horizontal
|
|
|
|
align-items center
|
2018-03-27 19:08:26 +00:00
|
|
|
border-radius ui-element-border-radius
|
2017-07-13 18:45:16 +00:00
|
|
|
padding 0.75rem 1.25rem
|
|
|
|
margin 0.5rem
|
|
|
|
font-size 1.2rem
|
|
|
|
text-shadow none !important
|
|
|
|
box-shadow shadow-medium
|
|
|
|
default-transition
|
|
|
|
|
|
|
|
.login-button-google
|
|
|
|
background hsl(8, 75%, 43%)
|
|
|
|
|
|
|
|
:hover
|
|
|
|
background hsl(8, 75%, 48%)
|
|
|
|
|
|
|
|
.login-button-facebook
|
|
|
|
background hsl(222, 67%, 42%)
|
|
|
|
|
|
|
|
:hover
|
2019-02-08 20:31:59 +00:00
|
|
|
background hsl(222, 67%, 47%)
|
|
|
|
|
|
|
|
.login-button-twitter
|
|
|
|
background hsl(203, 89%, 53%)
|
|
|
|
|
|
|
|
:hover
|
|
|
|
background hsl(203, 89%, 58%)
|