body { font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.45; font-weight: normal; background: hsl(210,17%,98%); } /* TODO: @mrflix, do we need this at this level? p, ol, ul { color: #bcbcbb; } */ p { margin: 14px 0; } .u-highlight { color: #0F94D6; } a { outline: none !important; @extend .u-highlight; } a.create { color: hsl(145,51%,45%); text-decoration: underline; } small { color: #c6c6c5; font-size: 12px; } blockquote { font-size: inherit; } .u-unclickable { pointer-events: none; } .u-clickable { pointer-events: auto; cursor: pointer; -webkit-user-select: none; user-select: none; } .u-textTruncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .u-positionOrigin { position: relative; } .zIndex-1, .zIndex-2, .zIndex-3, .zIndex-4, .zIndex-5, .zIndex-6, .zIndex-7, .zIndex-8, .zIndex-9, .zIndex-10 { position: relative; } .zIndex-1 { z-index: 100; } .zIndex-2 { z-index: 200; } .zIndex-3 { z-index: 300; } .zIndex-4 { z-index: 400; } .zIndex-5 { z-index: 500; } .zIndex-6 { z-index: 600; } .zIndex-7 { z-index: 700; } .zIndex-8 { z-index: 800; } .zIndex-9 { z-index: 900; } .zIndex-10 { z-index: 1000; } .clickCatcher { top: 0; left: 0; width: 100%; height: 100%; position: absolute; cursor: default; } .debug .clickCatcher { background: hsla(0,100%,50%,.13); } .debug .clickCatcher + .clickCatcher { background: hsla(50,100%,50%,.13); } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ [contenteditable] { display: block; outline-style: none; border-radius: 3px; } [contenteditable]:hover, [contenteditable]:focus { background: #f8f9fa; } [contenteditable]:focus { text-overflow: clip !important; } [contenteditable].invalid { background: #F92; } [contenteditable] > .placeholder { color: #999; } [contenteditable] p { margin: 0; } /* fix for placeholder */ .Medium-placeholder { position: relative; } .close, .close:hover { float: none; opacity: 1; } #app > nav { position: relative; z-index: 1; } /* tooltip */ a[data-tooltip], time[data-tooltip], span[data-tooltip] { position: relative; } a[data-tooltip]:before, time[data-tooltip]:before, span[data-tooltip]:before, a[data-tooltip]:after, time[data-tooltip]:after, span[data-tooltip]:after { content: ""; position: absolute; -webkit-transform: scale(0); transform: scale(0); opacity: 0; -webkit-transition: -webkit-transform 300ms cubic-bezier(0.34,1.6,0.71,1), opacity 300ms; transition: transform 300ms cubic-bezier(0.34,1.6,0.71,1), opacity 300ms; } a[data-tooltip]:before, time[data-tooltip]:before, span[data-tooltip]:before { left: 0; top: -34px; background-color: #c6c6c5; color: #ffffff; height: 26px; line-height: 27px; border-radius: 5px; padding: 0 13px; content: attr(data-tooltip); white-space: nowrap; -webkit-transform-origin: 17px 26px; transform-origin: 17px 26px; } a[data-tooltip]:after, time[data-tooltip]:after, span[data-tooltip]:after { left: 13px; top: -8px; border-top: 7px solid #c6c6c5; border-left: 7px solid transparent; border-right: 7px solid transparent; -webkit-transform-origin: 4px 0; transform-origin: 4px 0; } a[data-tooltip]:hover:after, a[data-tooltip]:hover:before, time[data-tooltip]:hover:after, time[data-tooltip]:hover:before, span[data-tooltip]:hover:after, span[data-tooltip]:hover:before { transform: scale(1); opacity: 1; -webkit-transition: -webkit-transform 300ms 1.5s cubic-bezier(0.34,1.6,0.71,1), opacity 300ms 1.5s; transition: transform 300ms 1.5s cubic-bezier(0.34,1.6,0.71,1), opacity 300ms 1.5s; } .textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .token-input::-webkit-input-placeholder { color: hsl(0,0%,80%); } .textarea::-moz-placeholder, .form-control::-moz-placeholder, .token-input::-moz-placeholder { opacity: 1; color: hsl(0,0%,80%); } .textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .token-input:-ms-input-placeholder { color: hsl(0,0%,80%); } .glyphicon { font-size: 13px; } .spinner { float: left; background: url("/assets/images/spinner.gif") no-repeat; background-position: center center; padding: 44px 10px 0 10px; width: 10px; height: 14px; display: none; } .btn, .btn:hover, .btn:focus { font-size: 14px; padding: 10px 24px 9px; color: hsl(202,68%,54%); background: white; border-color: rgba(0,0,0,.1); outline: none !important; &.is-disabled { pointer-events: none; cursor: not-allowed; opacity: .33; } &:active { box-shadow: none; background: hsl(0,0%,98%); } &.btn--action { padding: 7px 11px 5px; @extend label; } &.btn--primary { color: white; background: hsl(203,65%,55%); &:active { background: hsl(203,65%,45%); } } &.btn--success { color: white; background: hsl(145,51%,45%); &:active { background: hsl(145,51%,35%); } } &.btn--danger { color: white; background: hsl(0,65%,55%); &:active { background: hsl(0,65%,45%); } } &.btn--text { padding-left: 0; padding-right: 0; color: hsl(203,65%,55%); border: none; background: none; &:active { color: hsl(203,65%,45%); } } &.btn--subtle { padding-left: 0; padding-right: 0; border: none; color: rgba(0,0,0,.32); text-decoration: underline; background: none; @extend .u-clickable; &:active { color: rgba(0,0,0,.42); } &:hover { color: rgba(0,0,0,.5); } + .btn:not(.align-right) { margin-left: 20px; } } } .btn + .btn { margin-left: 10px; } .btn + .btn.align-right { margin-left: auto; } .subtle-link.align-right ~ .btn, .btn.align-right ~ .btn { margin-left: 15px; } .vertical > .btn + .btn { margin-left: 0; margin-top: 10px; } .btn--download .download.icon { margin-right: 6px; margin-top: 3px; margin-left: -10px; vertical-align: top; } table { table-layout: fixed; } .table { display: table; color: hsl(198,19%,72%); } .table .table-row { display: table-row; } .table th:not(.noTruncate), .table td:not(.noTruncate) { @extend .u-textTruncate; } .table > thead:first-child > tr:first-child > th, .table > thead > tr > th { padding: 12px 9px 10px; border-bottom: none; border-top: 1px solid #ececec; background: #f0f1f2; color: #444a4f; font-weight: normal; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; } .table > tbody > tr > td { padding: 10px 9px 9px; border: none; box-shadow: 0 1px rgba(0,0,0,.02) inset; } .table > tbody > tr:first-child > td { box-shadow: none; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background: rgba(0,8,14,.015); } .table > thead:first-child > tr:first-child > th.no-padding, .table > thead > tr > th.no-padding, .table > tbody > tr > td.no-padding { padding: 0; } .checkbox-replacement { padding: 0; margin: 0; height: 38px; @extend .u-clickable; } .checkbox-replacement input[type=checkbox] { display: none; } .table .priority.icon:after { background: #f8f9fa; } .table .table-cell { vertical-align: top; display: table-cell; border-bottom: 1px solid #eeeeee; } .hero-two { width: 100%; } .hero-two .hero-left { width: 50%; float: left; } .hero-two .hero-right { width: 50%; float: right; } .panel-title { font-size: 14px; } #task { position: fixed; display: table; width: 100%; min-width: 1000px; top: 46px; display: none; } #task > .taskbar { display: table-row; z-index: 1040; } #task > .taskbar > div { padding: 0 4px 4px 4px; display: table-cell; } #task .task { @extend .u-textTruncate; max-width: 120px; display: inline-block; } #task .task > a, #task .task > a:hover { color: #ffffff; text-decoration: none; } #task .btn-default .task > a, #task .btn-default .task > a:hover { color: #333333; } #task .taskbar .btn-small { padding: 3px 8px 4px; margin-top: 2px; font-size: 11px; font-weight: 300; } #task .taskbar .btn-default { background-color: #c3c3c3; border-color: #c3c3c3; } #task [data-type="close"] { margin-left: 5px; font-size: 13px; top: 1px; } #task .taskbar-items { } #task .taskbar-new { text-align: right; padding-right: 12px; } .max-size-scroll { max-height: 240px; overflow-y: scroll; } .inactive { color: #ddd !important; } /* #content > *:not(.active) { display: none !important; } */ h1, h2, h3, h4, h5, h6 { font-weight: normal; } h1 { font-size: 23px; line-height: 29px; color: rgba(0,8,14,.73); } h2, h2.popover-title { font-size: 19px; line-height: 25px; color: rgba(0,8,14,.73); } h3 { font-size: 13px; margin: 14px 0 6px; color: #a9bcc4; font-weight: 200; text-transform: uppercase; letter-spacing: 0.07em; } h4 { font-size: 20px; } h5 { font-size: 16px; } label, .checkbox.form-group label { text-transform: uppercase; color: hsl(0,0%,60%); display: block; font-size: 12px; font-weight: normal; letter-spacing: 0.1em; margin-bottom: 4px; } fieldset { margin: 0 -4px; @extend .clearfix; } fieldset .form-group { padding: 0 4px; &:last-child { margin-bottom: 0; } } fieldset > *:not(.form-group) .form-control { margin-left: 4px; margin-right: 4px; } .form-group { margin-bottom: 16px; } .form-group + .form-group { margin-top: 0; } .formGroup-label { padding: 0 2px; margin-bottom: 3px; position: relative; @extend .horizontal; @extend .center; label { margin: 0; } .bookmark.icon { margin-bottom: -1px; } } .formGroup-bookmark { @extend .u-clickable; @extend .horizontal; @extend .center; @extend .reverse; width: 30px; height: 30px; position: absolute; right: 0; top: -10px; } .form-group .controls .richtext { position: relative; height: auto; } .form-group .help-message { cursor: help; opacity: 0.2; top: -2px; position: relative; .icon { display: block; } } .form-group:not(.formGroup--halfSize) { clear: left; } .form-group.formGroup--halfSize { width: 50%; float: left; } .fromGroup--standalone .form-control { margin-bottom: 0; } input[type="radio"], input[type="checkbox"] { margin: 0; } input[type=text], input[type=password], input[type=email], textarea, .form-control, .checkbox.form-group .checkbox { display: block; padding: 6px 12px; width: 100%; height: 41px; font-size: 14px; font-weight: normal; line-height: 22px; color: #555; background: white; border: 1px solid hsl(0, 0%, 90%); border-radius: 3px; transition: none; box-shadow: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-control:focus, .form-control.focus, .tokenfield.focus { border-color: hsl(200,71%,59%); box-shadow: 0 0 0 3px hsl(201,62%,90%); } .richtext.form-control { padding-bottom: 28px; } .richtext.form-control [contenteditable] { height: auto; min-height: 82px; background: none; } select.form-control { padding-left: 10px; padding-right: 34px; } .form-control + .select-arrow { position: absolute; right: 12px; top: 50%; margin-top: -3px; @extend .u-unclickable; } /* Firefox only hack ----------------- Firefox doesn't allow us to hide the dropdown arrow but we want to replace it with our own icon. So we have to hide our own icon in Firefox. */ @-moz-document url-prefix() { .form-control + .select-arrow { display: none; } } select::-ms-expand { display: none; } .has-error .form-control, .has-error .form-control:focus, .has-error .form-control.focus { box-shadow: none; border-color: red !important; } .help-inline:not(:empty) { color: red; padding: 2px; font-size: 13px; } .content { overflow: auto; position: relative; background-color: #f8f9fa; } .content.fit { padding: 10px; background: #2c2d36; z-index: 1; } .fullscreenMessage { padding: 22px; @extend .centered; .icon { margin: -5px 14px 0 0; } h2 { margin: 0; } } .form-stacked .checkbox label { color: inherit; font-size: 13px; text-transform: inherit; vertical-align: baseline; letter-spacing: inherit; } .pagination { margin: 0; } .pagination > li > a, .pagination > li > span { padding: 0; width: 31px; height: 28px; border-color: #ececec; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #0F94D6; border-color: #0F94D6; } .pagination-counter { margin-right: 19px; line-height: 28px; color: #9c9c9b; } .pagination-items-range { color: #706f6f; } .page-header { border: none; } .page-header-title { margin-bottom: 15px; } .page-header-title h1 { margin-top: 9px; } .page-header-meta { margin-top: 5px; margin-left: auto; } .page-header-meta.horizontal .pagination { margin-left: auto; } .dropdown-menu .count { padding-top: 1px; margin-left: 10px; } .help-block { margin: 0; color: #bcbcbc; &.help-block--center { text-align: center; } } .help-block:not(:empty) { margin: 8px 2px 10px; } /* replace music icon with attachment */ .icon-attachment { background-position: -24px 0; } /* * hero-unit (used on getstarted, login, signup) */ .hero-unit { width: 500px; margin: 10px 0; padding: 23px 25px; border: 1px solid #e5f0f5; color: inherit; background-color: white; border-radius: 6px; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .hero-unit h1, .hero-unit h2 { margin-top: 0; } .zammad.full.logo { height: 50px; margin-left: -25px; margin-bottom: 5px; } .getstarted, .reset_password, .signup, .darkBackground, .login { padding: 10px; background: hsl(234,10%,19%); } .content.getstarted { padding: 0; .main { padding: 20px 10px; } } .login { padding: 24px 24px 97px; color: hsl(212,8%,40%); a { color: hsl(229,2%,51%); } &.login--fancy { color: hsla(0,0%,100%,.7); background: radial-gradient(circle at 49.06% 50.5%, #a36f71, transparent 74%), radial-gradient(circle at 6.95% 9.56%, #745479, transparent 100%), radial-gradient(circle at 2.58% 98.57%, #392e3e, transparent 51%), radial-gradient(circle at 82.11% 97.15%, #5c404e, transparent 100%), radial-gradient(circle at 50% 50%, #8b6b76, #8b6b76 100%); a { color: white; } .hero-unit { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09); } } } .login .hero-unit { width: 430px; margin: 0 0 28px; } .login .company-logo { max-height: 100px; max-width: 200px; margin: 20px auto 42px; display: block; } .login p { margin: 0 auto 22px; max-width: 400px; text-align: center; } .login hr { margin: 0 auto 22px; border-top-color: rgba(255,255,255,.15); width: 100%; max-width: 400px; } .login p a { text-decoration: underline; } .poweredBy { @extend .centered; color: hsl(233,7%,26%); margin: auto 0 34px -16px; cursor: default; position: absolute; bottom: 0; left: 0; right: 0; .logo { height: 40px; margin-right: 8px; margin-top: -11px; } .logotype { margin-left: 8px; margin-top: -5px; } } .fullscreen { @extend .fit; display: table; width: 100%; min-height: 100vh; } .fullscreen-center { display: table-cell; vertical-align: middle; text-align: center; } .fullscreen-body { text-align: left; display: inline-block; } .subtle-link { color: rgba(0,0,0,.32); text-decoration: underline; @extend .u-clickable; } .subtle-link:hover { color: rgba(0,0,0,.5); } ol.tabs { list-style: decimal inside; } ol.tabs li { display: list-item; } .tabs { padding: 0; margin-bottom: 20px; color: #b8b8b8; border: 1px solid rgba(0,8,14,.08); border-radius: 3px; } .tabs-condensed .tab { padding-left: 5px; padding-right: 5px; } .progress-tabs .tab { cursor: default; } .tab { height: 40px; padding: 10px 20px; text-align: center; border-right: 1px solid rgba(0,8,14,.08); @extend .flex-auto; @extend .u-clickable; } .tab.active { color: white; background: #444a4f; box-shadow: none; } .tab:first-child { border-radius: 3px 0 0 3px; } .tab:last-child { border-radius: 0 3px 3px 0; border-right: none; } .wide-tabs { margin: 25px auto 20px; font-size: 15px; font-weight: 300; background: white; border-radius: 8px; } .dashboard .wide-tabs { width: 60%; } .wide-tabs .tab:first-child { border-radius: 8px 0 0 8px; } .wide-tabs .tab:last-child { border-radius: 0 8px 8px 0; } .separator { margin: 20px 0; position: relative; text-align: center; } .separator:before { content: ""; position: absolute; width: 100%; height: 1px; top: 50%; left: 0; margin-top: -1px; background: #e6e6e6; } .separator-text { padding: 0 10px; color: #999; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; background: white; display: inline-block; position: relative; } .auth_provider, .auth_provider:hover { padding: 9px 10px 9px 7px; color: white; line-height: 22px; text-align: center; border-radius: 4px; @extend .horizontal; &.auth_provider--wide { padding-right: 25px; } } .auth_providers .auth_provider:not(:last-child) { margin-right: 8px; } .auth_provider:hover { color: white; text-decoration: none; @extend .u-clickable; } .auth_provider.facebook, .btn.facebook:hover { background: #4f699c; } .auth_provider.google, .btn.google:hover { background: #d8543c; } .auth_provider.twitter, .btn.twitter:hover { background: hsl(197, 75%, 53%); } .auth_provider.email, .btn.email:hover { background: hsl(47, 100%, 59%); } .provider_name { @extend .flex; } .provider_icon { width: 29px; height: 22px; background: image_url("/assets/images/provider.svg") no-repeat; } .facebook.provider_icon { background-position: 0 0; } .google.provider_icon { background-position: -30px 0; } .twitter.provider_icon { background-position: -60px 0; } .email.provider_icon { background-position: -90px 0; } .icon { display: inline-block; width: 20px; height: 20px; background-image: image_url("/assets/images/sprite.svg"); background-repeat: no-repeat; background-position: 20px 20px; /* make icon empty */ } .add.icon, .remove.icon { width: 21px; height: 21px; line-height: 20px; vertical-align: bottom; } .add.icon:after, .remove.icon:after { display: block; margin-top: 3px; } .add.icon:after { content: "+"; font-size: 34px; margin-left: 2px; } .remove.icon:after { content: "-"; font-size: 36px; margin-left: 3px; } .status.icon { width: 10px; height: 10px; border-radius: 100%; border: 1px solid; } .active.status.icon { background: hsl(145,51%,45%); border-color: hsl(145,51%,39%); } .inactive.status.icon { background: hsl(4,82%,44%); border-color: hsl(4,82%,38%); } .dashboard.icon, .overviews.icon, .customers.icon, .group.icon, .message.icon, .tools.icon, .person.icon { width: 24px; height: 25px; } .dashboard.icon { background-position: 0 0; } .overviews.icon { background-position: -24px 0; } .group.icon, .customers.icon { background-position: -48px 0; } .message.icon { background-position: -72px 0; } .tools.icon { background-position: -96px 0; } .person.icon { background-position: -120px 0; } .light.cog.icon { background-position: 0 -56px; } .dark.cog.icon { background-position: 0 -77px; } .green.plus.icon { background-position: -20px -56px; } .white.plus.icon { background-position: -20px -77px; } .signout.icon { width: 15px; height: 19px; background-position: 0 -98px; } .switchView.icon { width: 19px; height: 18px; background-position: -15px -98px; } .priority.icon { background: none; border-radius: 100%; width: 10px; height: 10px; position: relative; } .modified.priority.icon { width: 12px; height: 12px; background: none !important; border: 1px solid; } .priority.icon:after { content: ""; position: absolute; left: 50%; top: 50%; margin: -3px 0 0 -3px; width: 6px; height: 6px; border-radius: 100%; background: #2c2d36; } .modified.priority.icon:after { -webkit-animation: fade 1s ease 2s infinite alternate; -moz-animation: fade 1s ease 2s infinite alternate; animation: fade 1s ease 2s infinite alternate; } @-webkit-keyframes fade { from { opacity: 0 } to { opacity: 1 } } @-moz-keyframes fade { from { opacity: 0 } to { opacity: 1 } } @keyframes fade { from { opacity: 0 } to { opacity: 1 } } .organization.icon { height: 13px; width: 14px; background-position: 0 -118px; } .icon-switch:hover .organization.icon, .task.active .organization.icon, .white.organization.icon { background-position: 0 -132px; } .user.icon { height: 13px; width: 14px; background-position: -15px -118px; } .icon-switch:hover .user.icon, .task.active .user.icon, .white.user.icon { background-position: -15px -132px; } .note.icon { height: 13px; width: 14px; background-position: -30px -118px; } .icon-switch:hover .note.icon, .task.active .note.icon, .white.note.icon { background-position: -30px -132px; } .pen.icon { height: 13px; width: 14px; background-position: -45px -118px; } .icon-switch:hover .pen.icon, .task.active .pen.icon, .white.pen.icon { background-position: -45px -132px; } .important.icon { height: 13px; width: 14px; background-position: -60px -118px; } .icon-switch:hover .important.icon, .task.active .important.icon, .white.important.icon { background-position: -60px -132px; } .tools.icon { height: 13px; width: 14px; background-position: -75px -118px; } .icon-switch:hover .tools.icon, .task.active .tools.icon, .white.tools.icon { background-position: -75px -132px; } .clock.icon { height: 13px; width: 14px; background-position: -90px -118px; } .icon-switch:hover .clock.icon, .task.active .clock.icon, .white.clock.icon { background-position: -90px -132px; } .team.icon { height: 13px; width: 20px; background-position: -105px -118px; } .white.team.icon { background-position: -105px -132px; } .channel.icon { width: 17px; height: 16px; } .email.channel.icon { background-position: 0 -146px; } .received-calls.channel.icon { background-position: -18px -146px; } .outbound-calls.channel.icon { background-position: -36px -146px; } .facebook.channel.icon { background-position: -54px -146px; } .twitter.channel.icon { background-position: -72px -146px; } .gray.email.channel.icon { background-position: -90px -146px; } .gray.received-calls.channel.icon { background-position: -108px -146px; } .gray.outbound-calls.channel.icon { background-position: -126px -146px; } .gray.facebook.channel.icon { background-position: -144px -146px; } .gray.twitter.channel.icon { background-position: -162px -146px; } .gray.note.channel.icon { background-position: -180px -146px; } .gray.phone.channel.icon { background-position: -198px -146px; } .white.email.channel.icon { background-position: -216px -146px; } .white.received-calls.channel.icon { background-position: -234px -146px; } .white.outbound-calls.channel.icon { background-position: -252px -146px; } .white.facebook.channel.icon { background-position: -270px -146px; } .white.twitter.channel.icon { background-position: -288px -146px; } .white.note.channel.icon { background-position: -306px -146px; } .white.phone.channel.icon { background-position: -324px -146px; } .mood.icon { width: 60px; height: 59px; } .mood.icon.superbad-state { background-position: 0 -163px; } .mood.icon.bad-state { background-position: -61px -163px; } .mood.icon.ok-state { background-position: -122px -163px; } .mood.icon.good-state { background-position: -183px -163px; } .mood.icon.supergood-state { background-position: -244px -163px; } .stopwatch.icon { width: 77px; height: 83px; background-position: 0 -223px; } .in-process.icon { width: 64px; height: 64px; background-position: -79px -225px; } .in-process.superbad-state, .reopening.superbad-state { background-color: #f35910; } .in-process.bad-state, .reopening.bad-state { background-color: #f6820b; } .in-process.ok-state, .reopening.ok-state { background-color: #faab00; } .in-process.good-state, .reopening.good-state { background-color: #a9ac41; } .in-process.supergood-state, .reopening.supergood-state { background-color: #38ae6a; } .reopening.icon { width: 68px; height: 47px; background-position: -146px -225px; } .paperclip.icon { width: 31px; height: 29px; background-position: -145px -274px; } .stat-all-tickets.icon { width: 48px; height: 83px; background-position: -216px -224px; } .stat-tickets { height: 83px; margin-right: 4px; margin-bottom: -9px; } .stat-ticket.icon { width: 48px; height: 10px; margin-top: -7px; margin-bottom: 2px; } .stat-ticket.supergood-state { background-position: -265px -223px; } .stat-ticket.good-state { background-position: -265px -235px; } .stat-ticket.ok-state { background-position: -265px -246px; } .stat-ticket.bad-state { background-position: -265px -257px; } .stat-ticket.superbad-state { background-position: -265px -268px; } .left.arrow.icon, .right.arrow.icon { width: 8px; height: 12px; opacity: .39; } .disabled.left.arrow.icon, .disabled.right.arrow.icon { opacity: .23; } .left.arrow.icon { background-position: 0 -307px; } .right.arrow.icon { background-position: -9px -307px; } .white.left.arrow.icon { background-position: -18px -307px; } .white.right.arrow.icon { background-position: -27px -307px; } .checkbox.icon { min-height: 0; /* overwriting bootstrap */ margin: 0; /* overwriting bootstrap */ width: 10px; height: 10px; background-position: -36px -307px; } .white.checkbox.icon { background-color: white; } :checked + .checkbox.icon { background-position: -47px -307px; } .arrow-right.icon { width: 12px; height: 11px; background-position: -58px -307px; } .delete.icon { width: 9px; height: 9px; background-position: -71px -308px; } .select-arrow.icon { width: 12px; height: 7px; background-position: -81px -308px; margin-top: -2px; } .bookmark.icon { width: 12px; height: 12px; background-position: -94px -307px; } .filled.bookmark.icon { background-position: -107px -307px; } .dark.group.icon { width: 23px; height: 24px; background-position: 0 -320px; } .dark.message.icon { width: 19px; height: 19px; background-position: -24px -320px; } .dark.person.icon { width: 11px; height: 24px; background-position: -44px -320px; } .dark.templates.icon { width: 19px; height: 22px; background-position: -56px -320px; } .split.action.icon { width: 18px; height: 15px; background-position: 0 -346px; } .reply.action.icon { width: 14px; height: 15px; background-position: -19px -346px; } .internal.action.icon, .public.visibility.icon { width: 11px; height: 15px; background-position: -34px -346px; } .public.action.icon, .internal.visibility.icon { width: 11px; height: 15px; background-position: -46px -346px; } .recipients.icon { width: 16px; height: 12px; background-position: -58px -349px; } .white.close.icon { width: 13px; height: 13px; background-position: -75px -348px; } .close.icon { width: 13px; height: 13px; background-position: -89px -348px; } .help.icon { width: 16px; height: 16px; background-position: -103px -345px; } .download.icon { width: 14px; height: 13px; background-position: -120px -349px; } .checkmark.icon { width: 16px; height: 15px; background-position: -135px -347px; } .error.icon { width: 13px; height: 13px; background-position: -153px -349px; } .loading.icon { width: 30px; height: 30px; background: hsl(339,80%,62%); -webkit-animation: rotateplane 1.2s infinite ease-in-out; animation: rotateplane 1.2s infinite ease-in-out; } .small.loading.icon { width: 20px; height: 20px; } @-webkit-keyframes rotateplane { 0% { -webkit-transform: perspective(120px); background: hsl(202,68%,54%); } 50% { -webkit-transform: perspective(120px) rotateY(180deg); background: hsl(145,51%,45%); } 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); background: hsl(202,68%,54%); } } @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); background: hsl(202,68%,54%); } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); background: hsl(145,51%,45%); } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); background: hsl(202,68%,54%); } } /* * removed margin of forms to not break the layout with submit buttons within
area e. g. for modal dialogs */ form { margin: 0; } .form-controls { @extend .clearfix; margin-top: 10px; } form a.standalone { line-height: 40px; margin: 0 5px; } form a.standalone.align-right { margin-left: auto; } footer { clear: both; padding-top: 10px; padding-left: 10px; padding-right: 22px; } .can-move { cursor: move; } .can-move-placeholder { border: 1px dashed #DDD; background: #EEE; margin-top: 5px; margin-bottom: 5px; } .customer_info { } .customer_info ul.nav > li { width: 50%; } .customer_info ul.nav > li > a { @extend .u-textTruncate; } .customer_info .thumbnail { position: absolute; right: 20px; } .customer_info textarea { padding-left: 10px; width: 100%; border-color: #eee; } .tableOverview { padding: 10px 20px; } .tableOverview-edit { @extend .u-clickable; @extend .u-highlight; } .bulkAction { background: white; z-index: 1; box-shadow: 0 -1px rgba(0,0,0,.05), 0 -2px rgba(0,0,0,.03), 0 -3px rgba(0,0,0,.01); } .bulkAction .btn { margin: 0 10px; } .bulkAction-controls { margin-top: 10px; } .show_toogle { font-size: 10px; line-height: 12px; color: #999999; } .well-muted { background-color: whiteSmoke; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .merged, .merge:hover { text-decoration: line-through; } .not-active { text-decoration: line-through; } .not-active a { color: #bbb; } .translation { border: 1px dotted #F92; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .translation:hover { } .translation .icon-edit { display: none; } .translation:hover .icon-edit { display: inline-block; } .sub_attribute .control-label { width: 60px; } .sub_attribute .controls { margin-left: 80px; } #splash { background-color: #eee; position: absolute; width: 100%; top: 0; height: 100%; } #splash .logo { margin-left: auto; margin-right: auto; margin-top: 200px; width: 100px; } .navigation { width: 260px; background: #26272e; position: relative; } .navigation:empty { display: none !important; } .main-navigation { padding: 0; margin: 0; list-style: none; } .main-navigation a { padding: 0 15px; height: 48px; color: rgba(240, 250, 255, .25); border-bottom: 1px solid rgba(240, 250, 255, .05); text-decoration: none; } .main-navigation > li.active > a, .main-navigation > li > a:hover, .main-navigation > li > a:focus { background: none; color: #F0FAFF; } .main-navigation > li.active > a .icon, .main-navigation > li > a:hover .icon, .main-navigation > li > a:focus .icon { opacity: 1; } .main-navigation li.active > a { background: #389ed9; } .navigation .nav-item-icon .icon { margin-right: 15px; opacity: 0.25; vertical-align: bottom; } .tasks { background: #2c2d36; overflow: auto; } .tasks.tasks--standalone { background: none; margin-top: 8px; } .tasks--standalone .task { padding: 0; margin-bottom: 9px; @extend .horizontal; } .tasks-standalone .name { @extend .u-highlight; @extend .u-textTruncate; } .tasks--standalone .icon-holder { width: 20px; } .tasks--standalone .icon-holder .icon { margin-top: 4px; } .tasks--standalone .time { color: hsl(198,19%,72%); } .tasks--standalone .task .priority.icon:after { background: white; } .task { padding: 10px 15px 7px 0; position: relative; @extend .u-clickable; } .tasks-navigation .task { height: 38px; border-bottom: 1px solid #33363e; } .tasks-navigation .task:not(.active):hover { background: #26272e; } .tasks-navigation .name { color: #808080; } .tasks-navigation .icon-holder { width: 30px; } .tasks-navigation .icon-holder .icon { margin-right: 3px; margin-top: -3px; &.loading { width: 14px; height: 14px; } &.error { transform: scale(0.85); } } .task:hover { text-decoration: none; } .task.active { background: #389ed9; } .task.active .name { color: white; } .task.active .priority.icon, .task.active .modified.priority.icon, .task.active .modified.priority.icon:after { background-color: white; border-color: white; } .task.active .priority.icon:after { background-color: #389ed9; } .level-1 { color: #38ae6a; } .level-1.priority.icon, .level-1 .priority.icon, .level-1.active, .level-1.active .priority.icon:after, .level-1 .modified.priority.icon, .level-1 .modified.priority.icon:after { background-color: #38ae6a; border-color: #38ae6a; color: #38ae6a; } .level-2 { color: #f35910; } .level-2.priority.icon, .level-2 .priority.icon, .level-2.active, .level-2.active .priority.icon:after, .level-2 .modified.priority.icon, .level-2 .modified.priority.icon:after { background-color: #f35910; border-color: #f35910; color: #f35910; } .level-3 { color: #faab00; } .level-3.priority.icon, .level-3 .priority.icon, .level-3.active, .level-3.active .priority.icon:after, .level-3 .modified.priority.icon, .level-3 .modified.priority.icon:after { background-color: #faab00; border-color: #faab00; } .task .closeTask { position: absolute; right: 0; top: 0; width: 50px; height: 100%; visibility: hidden; } .task:hover .closeTask { visibility: visible; } .closeTask-inner { width: 21px; height: 21px; background-color: #2c2d36; border-radius: 100%; } .closeTask:hover .closeTask-inner { background-color: #972e29; } .closeTask .icon { opacity: 0.3; -webkit-transform: scale(0.7); transform: scale(0.7); } .closeTask:hover .icon { opacity: 1; } .search { padding: 14px 15px 10px 10px; border-bottom: 1px solid rgba(240, 250, 255, .05); } .search-holder { margin-right: 15px; position: relative; transition: 240ms; } .empty-search { position: absolute; right: 0; top: 0; height: 30px; width: 40px; z-index: 1; visibility: hidden; } .filled.search .empty-search { visibility: visible; } .search input { width: 100%; padding: 5px 10px 5px 33px; height: 30px; color: #ECECEC; line-height: 20px; background: #31373b image-url("/assets/images/sprite.svg") no-repeat 10px -26px; outline: none; border: none; border-radius: 15px; position: relative; z-index: 1; } .search.focused .search-holder { margin-right: -46px; } .search.focused .logo { opacity: 0; } .search .logo { width: 41px; height: 36px; background: image_url("/assets/images/logo.svg"); transition: 240ms; position: relative; @extend .u-clickable; } .logo .activity-counter { height: 19px; min-width: 19px; position: absolute; right: 0; bottom: 0; padding: 0 3px; font-size: 11px; line-height: 17px; text-align: center; color: white; text-shadow: 0 1px 1px rgba(0,0,0,.21); background: hsl(360,71%,60%); border-radius: 10px; border: 2px solid hsl(232,10%,16%); } .search .custom-dropdown-menu { margin: 0; padding: 0; list-style: none; background: #26272e; position: absolute; left: 0; right: 0; bottom: 0; top: 56px; z-index: 1002; display: none; overflow: scroll; } .search.open .custom-dropdown-menu { display: block; } .search .custom-dropdown-menu .divider { height: 1px; background: #2f3238; margin: 14px 0 17px; } .search .custom-dropdown-menu > li > a { height: 30px; padding: 0 15px 0 10px; color: #808080; border: none; } .search .custom-dropdown-menu > li > a .icon { margin-right: 13px; } .search .custom-dropdown-menu > li:hover > a, .search .custom-dropdown-menu > li.active > a { background: #3fa9f5; color: white; text-decoration: none; } .search .custom-dropdown-menu > li:hover > a .priority.icon, .search .custom-dropdown-menu > li.active > a .priority.icon { background: white; } .search .custom-dropdown-menu > li:hover > a .priority.icon:after, .search .custom-dropdown-menu > li.active > a .priority.icon:after { background: #3fa9f5; } .user-menu { padding: 0; margin: 0; list-style: none; position: relative; } .user-menu > li { background: #26272e; } .user-menu .list-button { height: 60px; position: relative; text-decoration: none; @extend .u-clickable; } .user-menu .list-button *:not(.dropdown-nose) { position: relative; } .user-menu > li:hover .list-button:before { content: ''; position: absolute; top: 4px; right: 4px; bottom: 4px; left: 4px; background: white; } .user-menu li.add:hover .list-button:before { background: #38ae6a; } .user-menu .dark.cog, .user-menu > li:hover .light.cog, .user-menu > li.active .light.cog, .user-menu .white.plus, .user-menu > li:hover .green.plus, .user-menu > li.active .green.plus { display: none; } .user-menu > li.settings:hover .dark.cog, .user-menu > li.settings.active .dark.cog, .user-menu > li.add:hover .white.plus, .user-menu > li.add.active .white.plus { display: block; } .user-menu > li:not(:last-child) { border-right: 1px solid #2c2d36; } .dropdown-nose { position: absolute; border: 7px solid transparent; border-bottom: none; border-top: 7px solid white; left: 50%; margin-left: -7px; top: -6px; display: none; } li.add .dropdown-nose { border-top-color: #38af6e; } .open.dropdown .dropdown-nose, .open.dropup .dropdown-nose { display: block; } .user-menu .dropdown-menu { padding: 0; border-radius: 0; margin-bottom: 5px; min-width: 0; left: 10px; right: 15px; width: auto; background: white; } .user-menu li.add .dropdown-menu { background-color: #38af6e; } .user-menu li.add .dropdown-menu > li > a { color: white; } .user-menu li.add .dropdown-menu .divider { background: #4cb77c; } .user-menu .dropdown-menu .divider { margin: 0; } .user-menu .dropdown-menu > li > a { height: 40px; padding: 0 15px; color: #2594d4; @extend %displayflex; } .user-menu .dropdown-menu > li > a:hover { color: #2594d4; background: rgba(0,0,0,.05); } .avatar { width: 40px; height: 40px; background-size: cover; background-position: center; background-color: rgba(0,0,0,.05); border-radius: 100%; display: inline-block; vertical-align: bottom; } .avatar.size-50 { width: 50px; height: 50px; } .avatar.size-80 { width: 82px; height: 82px; } .unique.avatar { background-image: image_url("/assets/images/avatar-bg.png"); background-size: auto; color: white; line-height: 42px; text-align: center; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-shadow: 0 1px rgba(0,0,0,.2); cursor: default; } .unique.avatar.size-50 { font-size: 16px; line-height: 52px; } .unique.avatar.size-80 { font-size: 20px; line-height: 84px; } .sidebar { width: 32%; max-width: 300px; padding: 20px; background: white; border-right: 1px solid #e6e6e6; overflow: auto; } .sidebar h2 { margin-top: 5px; } .sidebar h3 { margin: 0; color: rgba(0,8,14,.73); font-weight: normal; font-size: 16px; text-transform: initial; letter-spacing: 0; } .sidebar-block { margin: 20px 0; &:first-child { margin-top: 0; } } .main + .sidebar { border-right: none; border-left: 1px solid #e6e6e6; } .NavBarAdmin.sidebar { padding-top: 1px; width: 280px; } .NavBarAdmin h2 { margin: 21px 0 12px; } .NavBarAdmin + .main p { color: hsl(198,19%,72%); } .nav-stacked > li + li { margin-top: 0; } .nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:active { padding: 0; height: 40px; color: #0f94d6; line-height: 39px; border-radius: 0; border-top: 1px solid #f2f2f3; background: transparent; /* a:focus, a:active with bg: transparent fixes gray focus bg in IE 10 */ @extend .u-textTruncate; @extend %displayflex; } .nav-pills > li:hover > a { background: #f2f2f3; } .nav-pills > li:hover > a, .nav-pills > li:hover + li:not(.active) > a { border-color: transparent; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: white; background: #2c2d36; border-color: initial; } .nav-pills > li:hover > a, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px; } .sidebar:not(.NavBarAdmin) .nav-pills > li:first-child > a { border-top: none; } .badge { min-width: 0; padding: 0; margin-right: 5px; font-size: inherit; font-weight: normal; text-align: left; color: #d0d2d3; background: none; border-radius: 0; } .nav-pills > li > a > .badge { margin-left: auto; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #96969b; background: none; } .main { padding: 10px 20px; overflow: auto; position: relative; } .main.no-padding { padding: 0; } .tooltip { font-family: inherit; } .popover { font-family: inherit; width: 372px; max-width: 9999px; border-radius: 0; border: none; z-index: 1110; box-shadow: 0 1px 14px rgba(0,8,14,.25); } .popover-title { border: none; background: none; padding: 20px 17px 4px; } .popover-content { padding: 0 17px 10px; max-height: 600px; overflow-y: scroll; } .popover.right { margin-left: 4px; } .popover.right > .arrow { border-right: none; left: -9px; } .popover.top { margin-bottom: 9px; } .popover.top > .arrow { border-top: none; bottom: -9px; } .popover.left { margin-right: 9px; } .popover.left > .arrow { border-left: none; right: -9px; } .popover.bottom { margin-top: 9px; } .popover.bottom > .arrow { border-bottom: none; top: -9px; } .popover > .arrow:after { border-width: 8px; } .popover .priority.icon:after { background: white; } .popover .person .organization { color: #a1a4a7; } .popover .user-organization { margin-bottom: 8px; margin-top: -4px; } .popover hr { margin: 8px 0; } .popover .person .organization:before { content: '('; } .popover .person .organization:after { content: ')'; } .popover .column h3 { margin: 8px 0 1px; } .popover .column { margin-bottom: 8px; } .stat-widgets { margin: 0 -7px 20px; } .stat-widget { height: 200px; padding: 13px; text-align: center; line-height: 20px; } .dashboard .stat-widget { margin: 7px; background: white; border: 1px solid #e5f0f5; border-radius: 1px; box-shadow: 0 1px rgba(0,8,14,.02); } .stat-widget h3 { margin: 2px 0 8px; color: #444a4f; letter-spacing: 0; font-weight: normal; } .stat-widget .stat-label { color: #444a4f; @extend .u-textTruncate; } .stat-widget .stat-detail { color: #b4b7b9; @extend .u-textTruncate; } .channel-distribution.stat-widget { color: #a1a4a7; } .stat-graphic { @extend .flex, .horizontal, .centered; } .time.stat-widget .stat-graphic .icon { position: relative; } .time.stat-widget .stat-amount { margin-top: 16px; text-align: center; font-size: 30px; color: white; text-shadow: 0 2px rgba(0,8,14,.2); position: relative; } .time.stat-widget .stat-dial { position: absolute; top: 21px; left: 14px; } .stats-row { padding: 8px 0 7px; margin-bottom: -7px; border-radius: 3px; @extend .vertical, .center; } .stats-row:hover { background: rgba(0,8,14,.03); } .stats-row .stat-bars { height: 73px; margin: 16px 0 15px; padding: 2px 12px; width: 100%; background: linear-gradient(to top, #f2f2f3, #f2f2f3 1px, transparent 1px); background-position: center bottom; background-size: 100% 12px; @extend .horizontal, .end; } .stat-bars .stat-bar { border-radius: 5px; width: 10px; color: #a9bcc4; background: #a9bcc4; } .stat-widget .secondary { opacity: .38; color: #a9bcc4; background: #a9bcc4; } .stat-legend { margin-top: 30px; @extend .align-right, .horizontal; } .stat-legendEntry { font-size: 11px; line-height: 1; margin-left: 20px; background: none !important; } .stat-circle { margin-bottom: -1px; margin-right: 7px; width: 10px; height: 10px; border-radius: 100%; display: inline-block; } .frequency.stat-widget { .stat-bars { margin-top: 0; } .stats-row { margin-bottom: 0; } .stat-label { color: #a1a4a7; } .primary { color: hsl(145,51%,45%); background: hsl(145,51%,45%); } } .activity.sidebar { width: 370px; padding: 0; border-left: 1px solid #e8e8e8; } .activity h2 { margin-left: 19px; margin-bottom: 15px; margin-right: 26px; } .activity-entry.state--read { opacity: 0.5; } .activity-avatar { padding-top: 16px; padding-left: 2px; padding-right: 2px; margin-right: 10px; } .activity-avatar:hover .avatar { } .activity-body { color: #444a4f; padding: 16px 0 16px 2px; position: relative; } .activity-body:after { content: ""; position: absolute; bottom: 0; right: 30px; left: 8px; border-bottom: 1px solid #f2f2f3; } .activity-body:hover { color: #444a4f; text-decoration: none; } .activity-body:hover .activity-text { text-decoration: underline; } .activity-message { padding-right: 0; } .activity-time { margin-top: 2px; color: #a1a4a7; display: block; } .activity .priority.icon:after { background: white; } .form-inline { @extend .horizontal; } .form-inline .input-group-addon, .form-inline .form-control:not(textarea) { background: white; border: none; line-height: 1; } .form-inline .form-group { overflow: hidden; position: relative; height: 60px; @extend .flex-auto; } .attributeBar.form-inline .form-group:last-child { @extend .flex-shrink; } .form-group.is-changed { position: relative; } .form-group.is-changed:before { content: ""; position: absolute; top: 23px; left: -16px; bottom: 0; width: 3px; background: repeating-linear-gradient(45deg, hsl(193,18%,90%), hsl(193,18%,90%) 5px, transparent 5px, transparent 9px) repeat center; background-size: 11px 11px; } .form-inline .form-group.is-changed:before { width: 100%; height: 3px; top: 0; left: 0; bottom: auto; } .form-group.is-changed label { color: hsl(198,19%,72%); position: relative; } .form-group.is-changed label:before { position: absolute; content: ''; left: -10px; width: 5px; height: 5px; top: 50%; margin-top: -3px; border-radius: 100%; background: hsl(198,19%,72%); } .form-inline .form-group .btn { margin: 10px; } .form-inline .form-group:not(:last-child), .form-inline.form-inline--enclosed .form-group { border-right: 1px solid #f0f0f0; } .form-inline .input-group-addon { width: auto; padding: 0; margin: 10px 18px 0; font-size: 13px; letter-spacing: 0.05em; color: #ccc; display: inline-block; position: relative; } .form-inline .form-control:not(textarea) { width: 100%; height: 100%; left: 0; top: 0; position: absolute; padding: 28px 18px 12px; float: none; display: block; border-radius: 0; background: none; } .bulkAction-secondStep .form-group { min-width: 140px; } .bulkAction-secondStep .form-inline .textarea.form-group { padding: 5px 10px; height: auto; } .bulkAction-secondStep .form-inline .textarea.form-group .input-group-addon { margin-left: 8px; margin-right: 8px; margin-bottom: 5px; } .bulkAction-secondStep .form-inline textarea.form-control { display: block; padding-left: 8px; padding-right: 8px; width: 100%; resize: vertical; } .bulkAction-secondStep .form-inline textarea.form-control:not(:focus) { border-color: #f0f0f0; } .ticketZoom { background: #f8f9fa; } .ticketZoom .page-header { margin-top: 62px; margin-bottom: 0; padding: 0; } .ticketZoom .ticket-article { margin-top: 55px; } .ticket-article, .ticket-edit { max-width: 800px; margin: 0 auto; padding: 0 21px; } .ticket-title { max-width: 800px; padding: 0 81px; } .ticket-title h1 { margin-top: 15px; margin-bottom: 8px; text-align: center; } .ticket-title-update { white-space: normal; } .task-subline { text-align: center; display: block; } .ticket-article-item { padding-bottom: 33px; position: relative; .avatar { position: absolute; right: 0; top: 5px; } &.agent .avatar { right: auto; left: 0; } } /* clip the article-meta to not stand out on the other side of the textBubble if the text bubble is small */ .article-meta-clip { overflow: hidden; position: relative; height: 100%; margin: 0 55px; } .article-content { position: relative; padding: 0 55px; } .article-content-meta { position: absolute; width: 100%; } .article-meta { background: #2c2d36; color: white; padding: 21px 25px 11px; margin: 0 12px; } .article-meta.bottom { padding-top: 17px; padding-bottom: 8px; } .article-meta-row { margin-bottom: 5px; } .article-meta-key { width: 20%; text-transform: uppercase; } .article-meta-value { margin-left: 8px; } .article-meta .icon { vertical-align: top; margin: 1px 3px 0 0; } .article-meta .text-muted { color: #96969b; } .internal-border { padding: 5px; border-radius: 8px; margin: -5px; } .is-internal .internal-border { background: repeating-linear-gradient(45deg, hsl(18,79%,89%), hsl(18,79%,89%) 5px, hsl(210,17%,98%) 5px, hsl(210,17%,98%) 6px); background-size: 8px 8px; } .is-internal .bubble-arrow { display: none; } .textBubble { padding: 10px 20px; background: white; border-radius: 2px; border: 1px solid hsl(240,4%,95%); box-shadow: 0 0 1px rgba(0,0,0,.06) inset; position: relative; overflow-wrap: break-word; word-wrap: break-word; /* email css reset */ p { margin: 0; } blockquote, pre { margin: 0px; padding: 8px 12px 8px 12px; } } .ticket-article-item.state--folde-out .textBubble { border-color: hsl(0,0%,90%); } .textBubble-content { overflow: hidden; position: relative; } .textBubble-overflowContainer { position: absolute; bottom: 0; left: 0; right: 0; background: white; .btn { padding: 7px 0; } &:before { content: ""; position: absolute; left: 0; right: 0; top: -30px; height: 30px; background: linear-gradient(transparent, white); } } .customer .textBubble-overflowContainer { background: #e5f0f5; &:before { background: linear-gradient(transparent, #e5f0f5); } } .customer.ticket-article-item .textBubble { background: #e5f0f5; border-color: hsl(199,38%,92%); box-shadow: none; } .customer.ticket-article-item.state--folde-out .textBubble { border-color: hsl(199,44%,85%); } .bubble-arrow { position: absolute; width: 7px; height: 9px; left: -6px; top: 15px; overflow: hidden; } .bubble-arrow:after { content: ""; position: absolute; top: -1px; left: 2px; width: 11px; height: 11px; background: white; border: 1px solid hsl(240,4%,95%); box-shadow: 0 0 1px rgba(0,0,0,.06) inset; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .article-add.is-internal .bubble-arrow:after { background: #f2def2; border: #eed3d7; } .customer.ticket-article-item .bubble-arrow { left: auto; right: -6px; } .customer.ticket-article-item .bubble-arrow:after { background: #e5f0f5; left: auto; right: 2px; border-color: hsl(199,38%,92%); box-shadow: none; } .ticket-article-item .attachments:not(:empty) { border-top: 1px solid rgba(0,0,0,.04); white-space: normal; margin: 0 -20px; padding: 26px 20px 7px 72px; position: relative; } .ticket-article-item .attachments h3 { color: hsl(60,1%,34%); letter-spacing: 0; font-weight: bold; padding: 0 7px; margin: 0 0 4px; } .attachments .paperclip { position: absolute; left: 33px; top: 27px; } .ticket-article-item .task-subline { margin-top: 12px; } .article-action { padding-top: 5px; margin-top: 5px; color: black; font-size: 12px; text-align: center; opacity: 0.5; @extend .u-clickable; } .article-action:hover { color: black; text-decoration: none; opacity: 1; } .article-action .icon { margin-right: 10px; vertical-align: top; } .article-add { position: relative; } .ticket-edit { margin-top: auto; margin-bottom: 36px; } .dropArea { background: white; border: 5px solid; color: hsl(202,66%,55%); font-size: 20px; margin: 5px; display: none; } .is-dropTarget .dropArea { display: block; } .editControls { position: absolute; left: 0; top: 5px; } .editControls-item { width: 38px; height: 36px; position: absolute; top: 38px; display: none; margin-left: 1px; } .editControls-item:nth-child(2) { margin-top: 5px; } .editControls-item:nth-child(3) { top: 79px; } .editControls-item:nth-child(4) { top: 115px; } .editControls-item:not(:last-child) { border-bottom: 1px solid #e6e6e6; } .pop-selectable .icon { opacity: 0.3; } .pop-selectable:hover .icon { opacity: 1; } .visibility-toggle > * { height: 36px; width: 38px; position: absolute; } .visibility-toggle .icon { display: block; } .visibility-toggle .icon, .recipient-picker { opacity: 0.2; } .article-add.is-public .internal-visibility { visibility: hidden; } .article-add.is-internal .visibility-toggle .icon { opacity: 1; } .article-add.is-internal .public-visibility { visibility: hidden; } .ticket-edit .recipient-picker { height: 36px; position: relative; transition: 300ms; } .ticket-edit .recipient-picker.is-open { opacity: 1; } .recipient-picker .icon { margin-top: -2px; } .recipient-count { margin-left: 3px; margin-top: 1px; line-height: 1; } .recipient-list { position: absolute; background: hsl(234,10%,19%); left: 48px; color: white; } .recipient-picker.is-open .recipient-list { display: block; } .list-arrow { position: absolute; top: 210px; left: -6px; margin-top: -6px; border-right: 6px solid #2c2d36; border-top: 6px solid transparent; border-bottom: 6px solid transparent; } .list-head { height: 38px; line-height: 38px; padding: 1px 19px 0; text-transform: uppercase; } .list-head div { position: relative; left: -20px; } .list-entry { width: 340px; height: 60px; padding: 0 16px; border-top: 1px solid hsl(240,6%,27%); } .list-entry-name { margin-left: 18px; } .list-entry-type { font-size: 12px; } .list-entry-type div { padding: 3px 7px; border: 1px solid hsl(234,10%,10%); color: hsl(0,0%,40%); background: hsl(234,10%,14%); } .list-entry-type .active { color: white; background: inherit; box-shadow: 0 1px rgba(255,255,255,.03) inset; } .list-entry-type div:not(:last-child) { border-right: none; } .list-entry-type div:first-child { border-radius: 3px 0 0 3px; } .list-entry-type div:last-child { border-left: none; border-radius: 0 3px 3px 0; } .recipient-list input { padding-top: 2px; background: hsl(232,10%,16%); color: white; border: none; outline: none; } .recipient-list input[type=submit] { height: 0; width: 0; padding: 0; position: absolute; visibility: hidden; } .recipient-list input::-webkit-input-placeholder { color: #666; } .recipient-list input::-moz-placeholder { opacity: 1; color: #666; } .recipient-list input:-ms-input-placeholder { color: #666; } .ticket-edit .textBubble { border-color: #b3b3b3; border-radius: 5px; padding-left: 12px; padding-right: 12px; } .ticket-edit .textBubble [contenteditable], .ticket-edit textarea, .ticketEdit-body { width: 100%; position: relative; min-height: 20px; vertical-align: bottom; border: none; background: none; outline: none; resize: none; } .ticketEdit-body { height: auto; min-height: 38px; } .ticket-edit .bubble-arrow:after { border-color: #b3b3b3; box-shadow: none; } .article-attachment { position: absolute; bottom: -4px; left: 10px; right: 10px; height: 42px; padding: 10px 0; color: #b3b3b3; overflow: hidden; } .attachments:not(:empty) { padding: 9px 5px; border-top: 1px solid hsl(0,0%,93%); margin: 6px -12px 30px; } .attachment { font-size: 13px; padding: 1px 10px 1px 7px; cursor: default; } .attachment:hover { background: hsl(200,20%,97%); } .attachment-name { margin-right: 5px; } .attachment-delete { color: hsl(198,19%,72%); text-decoration: underline; display: none; } .attachment:hover .attachment-delete { display: block; } .attachment-delete .icon { opacity: 0.2; margin-right: 5px; } .attachmentPlaceholder-inputHolder { position: relative; display: inline-block; overflow: hidden; vertical-align: bottom; } .attachmentUpload { color: hsl(198,19%,72%); } .attachmentUpload-cancel { text-decoration: underline; } .attachmentUpload .delete.icon { opacity: 0.33; margin-right: 5px; } .attachmentUpload-progressBar { position: absolute; height: 4px; background: hsl(202,66%,55%); left: 0; bottom: 0; } .pop-selector { position: absolute; top: 0; left: 0; } .pop-selected, .pop-selectable { width: 38px; height: 36px; } .pop-selectable { background: hsl(234,10%,19%); } .pop-selectable:hover { background: hsl(234,10%,29%); } .pop-selectable:first-child { border-radius: 4px 0 0 4px; } .pop-selectable:last-child { border-radius: 0 4px 4px 0; } .tabsSidebar-tabsSpacer { padding-right: 62px !important; } .tabsSidebar-sidebarSpacer { margin-right: 280px; transition: margin 500ms; } .tabsSidebar-sidebarSpacer.is-closed { margin-right: 0; } .tabsSidebar-holder { overflow: hidden; position: relative; @extend .flex; @extend .vertical; } .tabsSidebar .sidebar { width: 280px; border-left: 1px solid #e6e6e6; padding: 0; } .tabsSidebar .sidebar > hr { margin: 20px; } .tabsSidebar .sidebar-header { @extend .horizontal; @extend .center; margin: 20px 20px 0; padding: 0 0 5px; position: relative; h2 { margin: 0 0 -1px; line-height: 1; padding-right: 8px; @extend .u-clickable; } + hr { margin-top: 15px; } .dropdown { position: static; } } .tabsSidebar-close { padding: 20px; margin: -15px; } .tabsSidebar .sidebar-content { padding: 0 20px 20px; } .sidebar.bottom-form-shadow { box-shadow: 0 -1px rgba(0,0,0,.005) inset, 0 -2px rgba(0,0,0,.005) inset, 0 -3px rgba(0,0,0,.005) inset, 0 -4px rgba(0,0,0,.005) inset; } .tabsSidebar { position: absolute; right: 0; top: 0; bottom: 0; transition: 500ms; &.tabsSidebar--attributeBarSpacer { bottom: 60px; } } .tabsSidebar.is-closed { -webkit-transform: translateX(280px); transform: translateX(280px); } .tabsSidebar-tabs { position: absolute; left: -55px; top: 0; bottom: 0; pointer-events: none; } .test { position: absolute; width: 100%; } .tabsSidebar-tab { width: 56px; height: 60px; background: hsl(197,20%,93%); position: relative; border-top: 1px solid hsl(202,12%,87%); @extend .u-clickable; } .tabsSidebar-tab.is-changed:before { position: absolute; content: ''; left: -3px; width: 6px; height: 6px; top: 50%; margin-top: -3px; border-radius: 100%; background: hsl(198,19%,72%); box-shadow: 0 0 0 2px hsl(210,17%,98%); } .tabsSidebar-tab:first-child { border-top-left-radius: 8px; border-top: none; } .tabsSidebar-tab:last-child { border-bottom-left-radius: 8px; } .tabsSidebar-tab .icon { opacity: 0.3; } .tabsSidebar-tab.active .icon { opacity: 1; } .sidebar .text-muted { color: hsl(204,3%,72%); } .alert { padding: 10px 15px; border-radius: 3px; &.alert--info { border-color: hsl(188,50%,72%); background: hsl(191,53%,79%); } &.alert--success { border-color: hsl(145,51%,70%); background: hsl(145,51%,77%); } &.alert--warning { border-color: hsl(43,92%,71%); background: hsl(42,94%,80%); } &.alert--danger { border-color: hsl(9,72%,62%); background: hsl(12,73%,66%); } } .tags { margin: 15px 0 20px; } .tagList { padding: 0; margin-bottom: 5px; } .tagList li { border-bottom: 1px solid hsl(240,4%,95%); } .tagList .tag-delete { height: 29px; padding: 0 10px; margin-right: -4px; display: block; opacity: 0.2; } .tagList .tag-delete:hover { opacity: 0.5; } .attributeBar { height: 60px; background: white; transition: margin 250ms; &.is-closed { margin-bottom: -60px; } } .newTicket { padding: 34px; } .newTicket .sidebar { width: 290px; } .newTicket .form-control:not(:focus):not(.focus) { border-color: hsl(0,0%,90%); } .newTicket .subtle-link { color: hsl(0,0%,89%); } .newTicket .article-form-top { margin-top: 15px; } .box { background: white; margin: 0 auto; border: 1px solid #e6e6e6; padding: 12px 24px 20px; max-width: 658px; } .box .page-header { text-align: center; margin: 0; padding-bottom: 12px; } .box h1 { color: hsl(60,1%,34%); } .box .two-columns { margin-left: -4px; margin-right: -4px; } .box .two-columns .column { margin-left: 4px; margin-right: 4px; width: calc(50% - 8px); } .formset-inset { margin: 34px -24px 24px; padding: 19px 24px 24px; background: hsl(197,20%,93%); border-top: 1px solid hsl(0,0%,90%); border-bottom: 1px solid hsl(0,0%,90%); } .type-tabs .tab { line-height: 42px; padding: 0 12px 0 12px; list-style: none; } .type-tabs .icon { vertical-align: top; margin-right: 9px; margin-top: 11px; -webkit-transform: scale(1.2); transform: scale(1.2); } .tokenfield .token { padding: 0 0 0 10px; margin: -1px 5px 8px 0; height: 26px; line-height: 27px; color: white; background: hsl(198,19%,72%); border: none; float: none; } .tokenfield .token-input { vertical-align: top; margin: 2px 0 0 5px; height: 25px; } .tokenfield .token .token-label { padding: 0; } .tokenfield.form-control { padding-top: 8px; } .tokenfield .token .close { margin: 0; padding: 0 10px 0 5px; font-family: inherit; font-weight: 100; font-size: 30px; line-height: 1; color: white; text-shadow: none; opacity: .3; outline: none; } .tokenfield .token .close:hover { opacity: .5; } .drox { color: hsl(60,1%,74%); } .drox .drox-header { padding-bottom: 2px; margin-bottom: 16px; border-bottom: 1px solid hsl(240,4%,95%); } .drox a.create { margin-top: 2px; display: inline-block; } .drox .form-group { margin-bottom: 22px; } .drox .drox-body p:first-child { margin-top: 20px; } .newTicket .templates { border-bottom: 1px solid hsl(240,4%,95%); padding-bottom: 14px; } .template-attributes { margin: 17px 0 19px; } .template-attribute { height: 24px; line-height: 25px; padding-left: 10px; margin-bottom: 2px; font-size: 13px; color: hsl(198,11%,59%); background: hsl(197,20%,93%); border: 1px solid hsl(0,0%,90%); border-radius: 3px; } .template-attribute .key { text-transform: uppercase; margin-right: 3px; } .template-attribute .value { margin-left: 3px; } .template-attribute .delete { padding: 0 7px; margin-top: 4px; line-height: 19px; font-size: 28px; font-weight: lighter; opacity: .4; } .customer-name { color: hsl(60,1%,34%); } .customer-email { margin-top: 5px; margin-bottom: 20px; display: block; } .switchBackToUser.fit { background: hsl(200,87%,45%); color: #fff; height: 45px; padding: 0 17px; top: -45px; border-bottom: 5px solid hsl(205,90%,60%); } .switchBackToUser-text { margin-left: 10px; } .switchBackToUser-close { width: 40px; height: 40px; margin-right: -10px; } #app.switchBackToUserSpace { top: 45px; } .modal { position: fixed; } .modal-dialog { width: auto; max-width: 660px; margin-top: 35px; margin-bottom: 35px; } .modal-backdrop { position: fixed; } .modal-content { border-radius: 0; border: 1px solid hsl(0,0%,90%); box-shadow: none; } .modal-header { padding: 30px 23px 23px; border: none; } .modal-header h1 { text-align: center; } .modal-close { padding: 23px; position: absolute; right: 0; top: 0; @extend .u-clickable; } .modal-close .close.icon { opacity: 0.18; } .modal-body { padding: 0 23px; } .modal-footer { padding: 23px 23px 20px; border: none; } .modal.modal--local { display: block; padding-left: 40px; position: absolute; overflow: auto; background: hsla(210,17%,98%,.55); .modal-backdrop { display: none; } .modal-dialog { box-shadow: 0 0 40px hsla(210,17%,40%,.34); } } .caret { position: absolute; top: 50%; margin-top: -3px; right: 10px; } .dropdown-menu { margin: 0; padding: 0; min-width: 100%; color: white; background: hsl(234,10%,19%); border-radius: 0; border: none; box-shadow: none; overflow-x: hidden; } .dropdown-toggle { @extend .u-clickable; } .dropdown ul { margin: 0; } .dropdown li { height: 40px; padding: 0 15px; } .dropdown li:not(:first-child) { box-shadow: 0 1px rgba(255,255,255,.13) inset; } .dropdown li:hover, .dropdown li.is-active { background: hsl(205,90%,60%); } .dropdown li:not(.recipientList-controls):hover + li, .dropdown li.is-active + li { box-shadow: none; } .dropdown-menu > li > a { height: 40px; line-height: 39px; color: white; } .dropdown-menu > li > a:hover { color: white; background: hsl(205,90%,60%); } .dropdown-menu > li > a span { display: block; } .dropdown.dropdown--actions li { padding: 0; } .dropdown.dropdown--actions a { @extend .u-clickable; } .recipientList, .recipientList-organizationMembers { list-style: none; padding: 0; } .recipientList-entry .recipientList-iconSpacer { width: 20px; margin-left: -5px; } .recipientList-entry .icon:not(.plus) { opacity: 0.2; } .recipientList-entry:hover .icon { opacity: 1; } .recipientList-name { color: white; margin-left: 10px; margin-top: 2px; } .recipientList-detail { opacity: 0.5; } .recipientList-icon.plus { margin-left: 13px; } .recipientList-new { background: hsl(145,51%,45%); } .dropdown .recipientList-new:hover { background: hsl(147,52%,43%); } li.recipientList-controls, li.recipientList-controls:hover { padding: 0; background: hsl(206,7%,28%); } .recipientList-backClickArea { height: 100%; float: left; padding: 0 10px; } .recipientList-backButton { padding: 5px 10px; font-size: 12px; color: white; border-radius: 3px; border: 1px solid hsl(234,10%,10%); box-shadow: 0 1px rgba(255,255,255,.03) inset; } .recipientList-backClickArea:active .recipientList-backButton { background: hsl(206,7%,25%); box-shadow: 0 1px rgba(0,0,0,.1) inset; } .recipientList-backButton .icon { margin-bottom: -2px; } .recipientList-organizationMembers { position: absolute; top: 0; left: 0; right: 0; } .userInfo-avatar { float: right; position: relative; } .userInfo-avatar:after { content: ""; background: image_url("/assets/images/sprite.svg"); background-position: -236px 0; right: 0; top: 0; width: 97px; height: 96px; position: absolute; } .userList { list-style: none; padding: 0; li { @extend .horizontal; @extend .center; margin: 10px 0; } a { @extend .u-textTruncate; } .avatar { margin-right: 7px; } } .checkbox.form-group .checkbox { margin-top: 0; margin-bottom: 15px; height: auto; padding-bottom: 2px; background: hsl(210,17%,98%); } .checkbox.form-group label { padding: 0 2px; cursor: default; } .checkbox.form-group .controls label { padding: 3px 0 3px 20px; font: inherit; font-size: 13px; margin-bottom: 0; color: inherit; text-transform: inherit; letter-spacing: 0; @extend .u-clickable; } .checkbox.form-group input[type=checkbox] { margin-top: 3px; vertical-align: bottom; } .userSearch { margin-bottom: 20px; } .userSearch-label { margin: 10px 10px 0 0; } .userSearch .tab:not(.active) { background: white; } .userSearch .tabs { margin: 0; } .nav-tabs { border-bottom: none; } .nav-tabs li { margin: 0; } .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus { background: white; border-radius: 0; border: 1px solid hsl(0,0%,90%); color: hsl(0,0%,70%); height: 40px; margin: 0; } .nav-tabs > li:not(:last-child):not(:only-child) > a { border-right: none; } .nav-tabs > li:first-child > a { border-radius: 5px 0 0 5px; } .nav-tabs > li:last-child > a { border-radius: 0 5px 5px 0; } .nav-tabs > li:only-child > a { border-radius: 5px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: hsl(206,7%,28%); color: white; border-color: hsl(0,0%,90%); } .main .nav-tabs:first-child { margin: 28px 0 50px; } .settings-entry { margin-bottom: 42px; max-width: 700px; } .form-item .form-group { margin-bottom: 0; } .form-item .form-group + .form-group { margin-top: 15px; } .form-item + .btn { margin-left: 23px; } .scrollPageHeader { background: white; border-bottom: 1px solid hsl(0,0%,78%); height: 64px; left: 260px; padding: 0 22px; position: fixed; right: 0; top: 0; -webkit-transform: translateY(-64px); transform: translateY(-64px); } .scrollPageHeader small { color: hsl(198,19%,72%); } .scrollPageHeader .ticket-title { max-width: initial; padding: 0; } .scrollPageHeader h1 { font-size: 19px; margin: 0 15px; @extend .u-textTruncate; } .wizard-slide { @extend .vertical; @extend .hero-unit; width: 400px; padding-bottom: 18px; margin-bottom: 20px; } .wizard h2 { text-align: center; border-bottom: 1px solid rgba(0,0,0,.13); padding-bottom: 8px; margin-bottom: 16px; & + p { margin-top: 0; } } .wizard-body { @extend .flex; padding-bottom: 15px; } .wizard-controls { @extend .horizontal; margin-top: 15px; height: 39px; } .wizard-buttonList { margin-top: 15px; min-width: 200px; } p + .wizard-buttonList, label + .wizard-buttonList { margin-top: 5px; } .wizard-loadingText { text-align: center; margin: 0; } .wizard-loadingText .loading { vertical-align: middle; margin-right: 10px; } .wizard-aside { padding-top: 15px; text-align: center; border-top: 1px solid rgba(0,0,0,.13); } .setup.wizard .wizard-body { min-height: 140px; & > p:first-child { margin-top: 0; } } .setup.wizard .logo-preview { display: block; height: 0; max-width: 200px; max-height: 100px; + .logo-preview-placeholder { height: 100px; color: hsl(0,0%,60%); background: hsl(0,0%,95%); margin-bottom: 10px; @extend .centered; } } .setup.wizard .logo-preview:not([src=""]) { margin: 0 auto 15px; height: auto; + .logo-preview-placeholder { display: none; } } .setup.wizard .base-outbound-settings { margin-top: 15px; } .import.wizard .wizard-slide { height: 300px; } .import-source { border-radius: 5px; border: 1px solid rgba(0,0,0,.13); height: 50px; margin: 5px 0; @extend .u-clickable; } .input-feedback { position: absolute; padding-left: 10px; right: 1px; top: 1px; bottom: 1px; width: 52px; border-radius: 0 5px 5px 0; background: linear-gradient(to right, rgba(255,255,255,0), white 33%); } .input-feedback .icon { display: none; } .input-feedback[data-state=loading] .loading.icon, .input-feedback[data-state=error] .error.icon, .input-feedback[data-state=success] .checkmark.icon { display: block; } .progressTable { width: 100%; margin: 0 auto; } .progressTable td { padding: 8px; overflow: auto; width: 33%; } .progressTable tr:not(:last-child) { border-bottom: 1px solid #eee; } .progressTable td:first-child { text-align: right; } .progressTable progress { width: 100%; min-width: 60px; display: block; } .progressTable .checkmark { margin-left: 10px; opacity: 0; } .progressTable tr.is-done .checkmark { opacity: 1; } .channelList { @extend .flex; @extend .vertical; background: white; border-radius: 2px; margin: 5px 0 20px; } .channelList, .channelList-controls, .channelList-controlEntry { border: 1px solid hsl(251,6%,90%); } .channelList-entry { @extend .horizontal; cursor: default; padding: 5px 8px; &:not(:last-child) { border-bottom: 1px solid hsl(251,6%,90%); } } .channelList-label { margin: 0 10px; @extend .flex; & > * { @extend .u-textTruncate; } } .channelList-status { font-size: 12px; color: #999; } .channelList-placeholder { @extend .flex; @extend .centered; color: #999; } .channelList-controls { margin-top: auto; @extend .horizontal; background: hsl(251,6%,92%); border-left: none; border-right: none; border-bottom: none; } .channelList-controlEntry { @extend .horizontal; @extend .justified; width: 26px; height: 26px; border-left: none; border-top: none; border-bottom: none; position: relative; [data-toggle=dropdown] { position: relative; } .icon { opacity: 0.8; } } .avatar-holder { display: inline-block; position: relative; margin: 0 15px 15px 0; border-radius: 100%; .avatar { @extend .u-clickable; opacity: .33; &.is-active { opacity: 1; box-shadow: 0 0 0 3px hsl(200,71%,59%); } } } .avatar--new { background: hsl(145,51%,45%); @extend .u-clickable; } .avatar-holder .avatar-delete { position: absolute; right: -18px; top: -18px; width: 30px; height: 30px; pointer-events: none; visibility: hidden; opacity: 0.5; @extend .u-clickable; &:hover { opacity: 1; } .icon { position: absolute; left: 8px; bottom: 8px; } } .avatar-holder:hover .avatar-delete { visibility: visible; pointer-events: auto; } .camera video { position: absolute; visibility: hidden; pointer-events: none; } .camera-preview { display: block; margin: 0 auto; } .camera-flash { @extend .fit; background: white; opacity: 0; @extend .u-unclickable; } .camera-flash.is-active { -webkit-animation: flash 500ms ease; animation: flash 500ms ease; } @-webkit-keyframes flash { 0% { opacity: 0 } 50% { opacity: 1 } 100% { opacity: 0 } } @keyframes flash { 0% { opacity: 0 } 50% { opacity: 1 } 100% { opacity: 0 } } .fileUpload { position: relative; overflow: hidden; } .fileUpload input { position: absolute; right: 0; top: 0; font-size: 118px; margin: 0; padding: 0; cursor: pointer; opacity: 0; } .imageCropper p { margin: 0; } .imageCropper-holder { height: 340px; margin: 15px 0; } .imageCropper-image { max-width: 100%; max-height: 100%; opacity: 0; } .imageCropper-preview { width: 40px; height: 40px; border-radius: 100%; overflow: hidden; margin: 0 10px; background: hsl(210,17%,98%); } .cropper-container { /* prevent cropper.js's centering – we center via flex */ left: 0 !important; } .profile { padding: 60px; overflow: auto; h1 { margin: 18px 0 0; } .tabs { margin-top: 2px; margin-bottom: 25px; } } .profile-window { background: white; max-width: 660px; margin: 0 auto; border: 1px solid #e6e6e6; } .profile-section { padding: 20px 50px; &.profile-memberSection { margin-bottom: 10px; } } .profile-section:not(:last-child) { border-bottom: 1px solid #f2f2f2; } .profile-action { margin-right: -20px; .dropdown-toggle { margin-top: -20px; margin-right: -30px; margin-bottom: 8px; padding: 26px 40px 2px; } label { margin: 0 10px; padding: 0; opacity: 0.8; cursor: inherit; } .cog.icon { opacity: 0.55; } } .profile-subtitle { font-size: 16px; @extend .u-highlight; } .profile-details { margin-left: -50px; } .profile-ticketsPlaceholder { @extend .flex; margin: 8px 0 22px; color: hsl(209,28%,74%); .mood.icon { margin-bottom: 10px; } } .profile-detailsEntry { margin: 8px 0; padding-left: 50px; width: 50%; } .profile-detailsEntry label { padding: 0; margin-bottom: 2px; display: block; } .profile-organizationMember { @extend .profile-detailsEntry; @extend .horizontal; @extend .center; .avatar { margin-right: 10px; } } .profile-ticketList { @extend .flex; @extend .vertical; &:not(:last-child) { margin-right: 50px; } .tasks { @extend .flex; @extend .vertical; } } .profile-ticketList { ol { padding: 0; } .name { @extend .u-highlight; } } .profile .frequency.stat-widget { height: 230px; .stat-bars { height: 100px; } } .profile-organizationIcon { @extend .centered; width: 80px; height: 80px; background: hsl(0,0%,87%); border-radius: 100%; opacity: 0.4; .icon { -webkit-transform: scale(1.6); transform: scale(1.6); } } /* ---------------- normal screens ---------------- */ @media only screen and (max-width: 1280px) { .sidebar.optional { display: none; } } /* ---------------- layout classes ---------------- */ .horizontal, .vertical, .centered, %displayflex { display: -webkit-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; } .horizontal.hide, .vertical.hide, .centered.hide { display: none; } .horizontal { -webkit-box-orient: horizontal; -ms-flex-direction: row; -moz-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; } .horizontal.reverse { -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; } .vertical { -webkit-box-orient: vertical; -ms-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .vertical.reverse { -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; } .vertical.stretch > *, .horizontal.stretch > * { -webkit-box-flex: 1; -ms-flex: 1; -moz-flex: 1; -webkit-flex: 1; flex: 1; } .relative { position: relative; } .fit { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } body.fit { margin: 0; } .scrollable { overflow: auto; } .flex { -webkit-box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .flex-full { -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; -ms-flex: 1 1 100%; flex: 1 1 100%; } .flex-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } .flex-shrink { -webkit-box-flex: 1; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; } .flex-none { -webkit-box-flex: none; -webkit-flex: none; -moz-flex: none; -ms-flex: none; flex: none; } .flex-1 { -webkit-box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .flex-2 { -webkit-box-flex: 2; -webkit-flex: 2; -moz-flex: 2; -ms-flex: 2; flex: 2; } .flex-3 { -webkit-box-flex: 3; -webkit-flex: 3; -moz-flex: 3; -ms-flex: 3; flex: 3; } .justify-start { -webkit-box-pack: start; -ms-flex-pack: start; -moz-justify-content: flex-start; -webkit-justify-content: flex-start; justify-content: flex-start; } .justified { -webkit-box-pack: center; -ms-flex-pack: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; } .justify-end { -webkit-box-pack: end; -ms-flex-pack: end; -moz-justify-content: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end; } .justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; } .start { -webkit-box-align: start; -ms-flex-align: start; -moz-align-items: flex-start; -webkit-align-items: flex-start; align-items: flex-start; } .center { -webkit-box-align: center; -ms-flex-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center; } .centered { -webkit-box-align: center; -ms-flex-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; } .end { -webkit-box-align: end; -ms-flex-align: end; -moz-align-items: flex-end; -webkit-align-items: flex-end; align-items: flex-end; } .two-columns, .three-columns, .wrap { -ms-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .two-columns > .column { width: 50%; } .three-columns > .column { width: 33.33%; } .align-right { margin-left: auto; } .align-center { margin-left: auto; margin-right: auto; }