// Mission Editor Styles
@import "avl2_theme/colors.less";
@import "avl2_theme/typography.less";
.mission-editor-page-counter {
width: 485px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 35px;
margin-bottom: 35px;
height: 75px;
.line {
height: 10px;
width: 100%;
background-color: @blue;
margin-bottom: -32px;
}
.steps {
margin: 0px;
.step {
list-style-type: none;
float: left;
width: 115px;
.circle {
width: 48px;
height: 48px;
background: @white;
border: 2px solid @green;
border-radius: 500px;
font-family: Avenir-Black;
font-size: 36px;
color: @black;
line-height: 49px;
margin-right: 15px;
margin-right: auto;
margin-left: auto;
}
.circle.current {
background: #92BC64;
color: @white;
}
.description {
.small-text
}
}
}
}
.mission-editor-page-counter a:hover {
text-decoration: none;
.circle { border: 2px solid @black; }
.description { text-decoration: underline;}
}
.form-submit-center {
margin-top: 75px;
margin-bottom: 60px;
text-align: center;
p { margin-bottom: 20px; }
}
.form-submit-center-compact {
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
p { margin-bottom: 20px; }
}
// Hacks
.cover-fileupload-preview {
width: 99.5%;
margin-bottom: 2px;
min-height: 300px;
}
.fileupload .thumbnail.cover-fileupload-preview { margin-bottom: 8px;}
span.btn-file label.control-label {
font-size: 14px;
margin-bottom: 0px;
}
span.btn-file .form-group {
margin-top: 0px;
margin-bottom: 0px;
}
.sidebar:before
{
display: block;
content: "";
border-color: transparent #AFB4BF transparent transparent;
border-style: solid;
border-width: 14px;
height: 0;
width: 0;
position: relative;
bottom: -66px;
left: -28px;
}
.sidebar-carret:before
{
display: block;
content: "";
border-color: transparent #ffffff transparent transparent;
border-style: solid;
border-width: 13px;
height: 0;
width: 0;
position: relative;
bottom: -22px;
left: -26px;
}
.sidebar { margin-top: -28px; }
.sidebar .panel-content { margin-top: 2px;}
.sidebar .panel-body { margin-top: -28px; }
.mission-editor-reward-list {
margin-left: 0px;
list-style: none;
.editor-reward {
height: 280px;
border: @theme-border;
border-radius: @theme-border-radius;
background-color: @white;
.theme-box-padding
}
.editor-reward-new {
height: 296px;
border: 2px dashed #AFB4BF;
border-radius: 10px;
text-align: center;
i { font-size: 220px; color: #AFB4BF; }
}
.editor-reward-empty {
height: 296px;
border: none;
text-align: center;
font-style: oblique;
i { font-size: 220px; color: #AFB4BF; }
}
.centered-editor-new {
width: 350px;
margin-left: auto;
margin-right: auto;
p { margin-top: -15px;}
i { font-size: 210px;}
}
}
.mission-editor-agents-list {
margin-left: 0px;
list-style: none;
li.agent-box {
background-color: @white;
margin-bottom: 35px;
.thumbnail {
height: 315px;
.thumbnail-agent-description {
height: 125px;
}
.thumbnail-banner {
text-align: center;
background-color: @green;
height: 50px;
padding-top: 25px;
p { .banner-text }
}
}
}
.editor-reward {
height: 315px;
border: @theme-border;
border-radius: @theme-border-radius;
background-color: @white;
.theme-box-padding
}
.editor-reward-new {
height: 315px;
border: 2px dashed #AFB4BF;
border-radius: 10px;
text-align: center;
i { font-size: 220px; color: #AFB4BF; }
}
.centered-editor-new {
width: 350px;
margin-left: auto;
margin-right: auto;
p { margin-top: -15px;}
i { font-size: 210px;}
}
}
.steps-validation {
height: 48px;
}
.steps-validation-title {
padding-top: 5px;
}
.text-validation-form {
.form-group {
margin-top: 0px;
margin-bottom: 0px;
.control-label {
margin: 0px;
height: 0px;
}
}
.text-validation-input {
margin-top: -4px;
font-size: 18px;
margin-left: 14px;
width: 85%;
height: 20px;
}
.remove_nested_fields {
margin-top: -38px;
margin-left: 10px;
padding-right: 0px;
}
}
.note-toolbar.btn-toolbar .btn {
border: 1px solid @medium-gray;
}
|