File: /home/imensosw/www/mpl.imenso.co/public/css/ar-campaigns.scss
.ar-campaigns {
.main-panel {
padding-bottom: 0;
}
.table-primary {
width: 100%;
@media screen and (max-width: 480px) {
font-size: 0.8em;
}
&__table-head {
> div {
width: calc(33.3333% - 49px);
&:last-child {
width: 135px;
}
@media screen and (max-width: 480px) {
width: calc(33.3333% - 37px);
}
}
}
&__table-row {
> div {
width: calc(33.3333% - 49px);
display: inline-block;
vertical-align: middle;
@media screen and (max-width: 480px) {
width: calc(33.3333% - 37px);
}
}
.buttons {
width: 135px;
text-align: right;
@media screen and (max-width: 480px) {
width: 103px;
}
}
}
+ .pagination-container {
margin-bottom: 300px;
}
}
h1, h2, h3 {
text-transform: uppercase;
font-family: brandon-grotesque, sans-serif;
}
.typeahead {
.selected {
padding-top: 5px;
}
}
.create-markers {
.col > div {
padding: 30px;
h3 {
text-align: center;
}
}
}
.marker-preview-container {
position: relative;
padding: 30px;
margin: 15px 0;
min-height: 300px;
background-color: #ffffff;
border: 1px solid #CCC;
border-radius: 3px;
.uploaded-marker-preview {
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
}
.universal-marker-preview {
margin: 15px auto;
padding: 15px;
border: 1px solid #CCC;
border-radius: 3px;
width: auto;
max-width: 250px;
}
.marker-wrapper {
padding: 15px;
img {
width: 100%;
height: auto;
}
}
&__video-wrapper {
padding: 5px;
border-radius: 3px;
background-color: #DDD;
min-height: 330px;
position: relative;
}
.input-append {
line-height: 3.3;
vertical-align: middle;
float: right;
font-weight: bold;
}
label.btn input {
visibility: hidden;
}
.video-title {
margin-right: 15px;
}
.title-block {
.title-block__right {
&-title {
float: left;
}
.info-bubble {
float: right;
max-width: 45px;
margin-left: 15px;
margin-top: 7px;
}
}
}
.marker-rating {
text-align: center;
margin-top: 30px;
> div {
clear: both;
display: inline-block;
text-align: left;
&:after {
content: "";
display: table;
clear: both;
}
}
h4, p {
margin: 0;
}
.icon {
border-radius: 50%;
float: left;
width: 50px;
height: 50px;
margin-right: 15px;
font-size: 1.8em;
text-align: center;
i {
color: #FFFFFF;
line-height: 50px;
vertical-align: middle;
}
}
.text {
float: right;
}
&__accepted {
display: none;
&.icon {
background-color: #89F9D9;
}
}
&__rejected {
display: none;
&.icon {
background-color: #EF5050;
}
}
&__pending {
display: none;
&.icon {
color: #000;
background-color: #AAAAAA;
}
}
}
.choose-video-button {
&.disabled {
background-color: #CCCCCC;
cursor: not-allowed;
&:hover {
color: #000 !important;
}
}
}
.edit-video-btns {
a, label {
color: #000;
cursor: pointer;
font-weight: bold;
text-decoration: none;
&:hover {
color: #87F9D9;
text-decoration: underline;
}
}
}
.upload-video {
text-align: center;
top: 40%;
position: absolute;
left: 0;
right: 0;
font-weight: bold;
margin: auto;
display: none;
}
.create-arcampaign-submit-button:disabled {
background-color: #AAAAAA;
border-color: #888888;
}
.bottom-hero {
background-color: #89F9D9;
padding: 30px 100px;
margin: 30px 0 0;
h2 {
font-weight: 900;
font-family: brandon-grotesque, sans-serif;
}
a {
color: #000000;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
@media all and (max-width: 640px) {
padding: 15px 30px;
font-size: 0.8em;
}
}
input:disabled {
background-color: #CCCCCC;
}
.ar-merch-bottom-banner {
background-image: url('../images/merch/merch-bottom-banner-bg.png');
padding: 30px 0;
color: #FFF;
background-size: cover;
background-position: right;
margin-top: 60px;
@media all and (max-width: 640px) {
text-align: center;
}
h3 {
color: #87F9D9;
font-family: brandon-grotesque, sans-serif;
}
.btn {
color: #87F9D9;
border: 3px solid #87f9d9;
&:hover {
color: #000000;
background-color: #87f9d9;
}
}
}
}
.dialog.ar-campaigns.need-help {
text-align: left;
}
.sign-up-guide {
.video-wrap {
position: relative;
cursor: pointer;
margin: 0 auto 32px;
max-width:900px;
padding: 0 16px;
.video-thumb {
display:block;
}
.fa {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
font-size:100px;
color:#fff;
}
}
}