@charset "utf-8"; @import url(http://fonts.googleapis.com/css?family=Maven+Pro); @import url(http://fonts.googleapis.com/css?family=Roboto); // Font stacks $main-font: "Maven Pro", "微軟正黑體" sans-serif; $paragraph-font: "Roboto", "微軟正黑體", sans-serif; $gray: #f3f3f3; $dark-gray: #aaaaaa; $light-gray: #cdcdcd; $white: white; $light-black: #353535; $black: black; $green: #4ad976; $blue: #4171d5; $red: #c71932; $blue-green: #00acee; $group-page-bar-color: #171717; // Transition units $fast: 0.3s; $normal: 0.6s; $slow: 1s; // Border radius units $general: 0.25rem; // General style body { background: $gray; font-family: $main-font; } // Override and resolve the conflict with main-form.css for that I need RWD support for this page .main-forms fieldset .input-area .controls textarea { max-width: none; } // Override select2 styles, I need this evil power #main-wrap { .select2-container-multi { margin-right: 0.9375rem; min-width: 200px; .select2-choices { padding: 8px 0.5rem 6px; border-radius: $general; } .select2-search-choice { padding: 10px 1.75rem 10px 0.7rem; border-color: lighten($light-gray, 5%); background: $white; > div { &:before { content: "\F007"; font-family: FontAwesome; display: inline-block; font-size: 0.9375rem; color: $blue; margin: 0 0.5rem 0 0; } } } .select2-search-choice-close { right: 15px; left: auto; &:before { content: "\f057"; font-family: FontAwesome; position: absolute; cursor: pointer; left: 6px; top: 6px; font-size: 0.9375rem; color: $dark-gray; } &:hover { &:before { color: $red; } } } } } .wrap-inner { .upload-status-notice { position: fixed; right: 1rem; top: 4rem; color: $white; padding: 16px 1.375rem; background-color: $blue; border-radius: $general; font-size: 0.8125rem; box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2); -webkit-animation-duration: .3s; animation-duration: .3s; z-index: 3000; } } .img-avatar { width: 50px; height: 50px; }