// 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 } } } } .form-submit-center { margin-top: 75px; margin-bottom: 60px; 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: 230px; color: #AFB4BF; } } .centered-editor-new { width: 350px; margin-left: auto; margin-right: auto; } }