@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,700"); /* line 7, ../sass/editor.scss */ body { font-family: "Roboto",sans-serif; font-size: 18px; color: #545454; padding: 0; margin: 0; } /* line 14, ../sass/editor.scss */ a { text-decoration: none; color: inherit; } /* line 18, ../sass/editor.scss */ * { transition-duration: 0.3s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 22, ../sass/editor.scss */ .header { padding: 20px 60px; background: #0385F4; } /* line 25, ../sass/editor.scss */ .header .header-title { font-size: 50px; font-weight: 100; color: #fff; opacity: 0.5; } /* line 31, ../sass/editor.scss */ .header .header-content { font-weight: 100; color: #fff; text-align: right; font-size: 14px; opacity: 0.7; } /* line 37, ../sass/editor.scss */ .header .header-content:hover { opacity: 0.9; } /* line 42, ../sass/editor.scss */ .editor_form { padding: 20px 40px; overflow: hidden; width: 100%; } /* line 46, ../sass/editor.scss */ .editor_form .editor_field { background: #f5f5f5; padding: 15px; } /* line 50, ../sass/editor.scss */ .editor_form .submit_fields { padding: 0 20px; } /* line 55, ../sass/editor.scss */ label { display: block; margin: 30px 0 10px; } /* line 59, ../sass/editor.scss */ .text_field, .area_field { height: 40px; line-height: 40px; border: none; border-bottom: 1px solid #DFDFDF; width: 100%; font-size: 18px; } /* line 66, ../sass/editor.scss */ .text_field:focus, .area_field:focus { outline: none; border-bottom-width: 2px; border-color: rgba(3, 133, 244, 0.7); } /* line 72, ../sass/editor.scss */ .area_field { font-family: "Roboto",sans-serif; max-height: 100px; min-height: 100px; max-width: 100%; min-width: 100%; line-height: normal; } /* line 80, ../sass/editor.scss */ .submit_fields_error { line-height: 20px; font-style: italic; font-size: 12px; opacity: 0.8; color: #e74c3c; } /* line 87, ../sass/editor.scss */ .btn { height: 40px; color: #fff; line-height: 40px; padding: 0 20px; text-transform: uppercase; background: #0385F4; border: 1px solid #0385F4; cursor: pointer; margin: 20px 0; } /* line 97, ../sass/editor.scss */ .btn:hover { color: #0385F4; background: #fff; } /* line 102, ../sass/editor.scss */ .cb { clear: both; } /* line 105, ../sass/editor.scss */ .grey { background: #f5f5f5; } /* line 108, ../sass/editor.scss */ .submit_success { margin-top: 200px; background: #0385F4; padding: 30px; color: #fff; } /* line 113, ../sass/editor.scss */ .submit_success .alert_title { font-size: 40px; opacity: 0.4; } /* line 117, ../sass/editor.scss */ .submit_success .alert_content { font-weight: 100; } /* line 120, ../sass/editor.scss */ .submit_success .alert_footer { opacity: 0.7; font-size: 12px; font-style: italic; }