2019-06-18 02:57:04 +01:00
|
|
|
/*Copyright (C) 2019 Storj Labs, Inc.*/
|
|
|
|
/*See LICENSE for copying information.*/
|
|
|
|
|
2019-06-11 16:00:59 +01:00
|
|
|
html{
|
|
|
|
height:100vh;
|
|
|
|
width:100vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2019-06-18 02:57:04 +01:00
|
|
|
background-color:#E5E5E5;
|
2019-06-11 16:00:59 +01:00
|
|
|
}
|
|
|
|
|
2019-06-18 02:57:04 +01:00
|
|
|
.home-link:hover,
|
|
|
|
.home-link p:hover{
|
2019-06-11 16:00:59 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-06-18 02:57:04 +01:00
|
|
|
.btn{
|
|
|
|
height:48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr{
|
|
|
|
margin-top:-5px;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
width: 1102px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offers-table{
|
2019-07-12 14:52:00 +01:00
|
|
|
width : 1106px;
|
2019-06-18 02:57:04 +01:00
|
|
|
margin-left: -15px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 1.5px solid #DFDFDF;
|
|
|
|
border-radius: 6px;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offer-heading{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 49px;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
margin-top:-5px;
|
2019-07-12 14:52:00 +01:00
|
|
|
width: 120%;
|
2019-06-18 02:57:04 +01:00
|
|
|
color: #656565;
|
|
|
|
background: #F2F3F5;
|
|
|
|
border: 1px solid #DADDE5;
|
|
|
|
height:42px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offer-heading p{
|
|
|
|
margin-top:-5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offer-heading,
|
|
|
|
.data-row,
|
|
|
|
.col-heading {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
2019-06-28 15:34:10 +01:00
|
|
|
white-space: nowrap;
|
2019-06-18 02:57:04 +01:00
|
|
|
}
|
|
|
|
|
2019-06-28 15:34:10 +01:00
|
|
|
.data-row,
|
|
|
|
.data-row .col a{
|
2019-06-18 02:57:04 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 49px;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
color: #656565;
|
|
|
|
}
|
|
|
|
|
|
|
|
.data-row:hover{
|
|
|
|
background-color: #F9FAFB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-heading{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 49px;
|
|
|
|
align-items: center;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
color: #96989E;
|
|
|
|
}
|
|
|
|
|
|
|
|
.referral-admin,h3{
|
|
|
|
font-family: 'Poppins';
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.referral-admin{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #96989E;
|
|
|
|
margin-top:30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3{
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 49px;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
color: #494949;
|
|
|
|
}
|
|
|
|
|
2019-06-11 16:00:59 +01:00
|
|
|
.banner{
|
|
|
|
height: 80px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2019-06-18 02:57:04 +01:00
|
|
|
.banner-txt,
|
|
|
|
.offer-label{
|
2019-06-11 16:00:59 +01:00
|
|
|
font-family: 'Inter';
|
2019-06-18 02:57:04 +01:00
|
|
|
}
|
|
|
|
.banner-txt{
|
2019-06-11 16:00:59 +01:00
|
|
|
font-size: 18px;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offer-label{
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 49px;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
color: #656565;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggler{
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggler:hover{
|
|
|
|
cursor:pointer;
|
2019-06-18 02:57:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#free-offers-modal-lbl,
|
|
|
|
#ref-offers-modal-lbl{
|
|
|
|
font-family: 'Poppins';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 49px;
|
|
|
|
letter-spacing: -0.100741px;
|
|
|
|
color: #494949;
|
|
|
|
}
|
|
|
|
|
|
|
|
label,
|
|
|
|
input{
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
label{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #848484;
|
|
|
|
}
|
|
|
|
|
|
|
|
input{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 131.56%;
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
text-indent: 15px;
|
|
|
|
color: #D0D0D0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offer-type{
|
|
|
|
margin-left:35px;
|
2019-06-28 15:34:10 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
white-space: nowrap;
|
2019-06-18 02:57:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-offer{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-offer:hover{
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #656565;
|
2019-07-10 18:12:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.stop-offer{
|
|
|
|
cursor:pointer;
|
2019-07-12 14:52:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-btn{
|
|
|
|
margin-right:-30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-row .col-heading{
|
|
|
|
margin-left:-110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-wrapper,
|
|
|
|
.partners-table{
|
|
|
|
margin-left:-10px;
|
|
|
|
margin-right:0px;
|
|
|
|
padding-right:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partners-table{
|
|
|
|
width:1800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-wrapper{
|
|
|
|
padding-left:0px;
|
|
|
|
overflow-x: auto;
|
|
|
|
max-width: 1150px;
|
2019-06-11 16:00:59 +01:00
|
|
|
}
|