/*! * Copyright (c) 2015 - 2019 Molkobain. * * This file is part of licensed extension. * * Use of this extension is bound by the license you purchased. A license grants you a non-exclusive and non-transferable right to use and incorporate the item in your personal or commercial projects. There are several licenses available (see https://www.molkobain.com/usage-licenses/ for more informations) */ @import '../datamodels/2.x/itop-portal-base/portal/web/css/variables.scss'; .molkobain-caselogs-toggler{ /* Reset for admin console mostly */ box-sizing: border-box; *{ box-sizing: border-box; &:before, &:after{ box-sizing: border-box; } } //margin-left: 15px; //margin-right: 5px; padding: 4px 5px; //vertical-align: text-top; //font-size: 0.9em; text-align: left; color: #777; background-color: #F2F2F2; .mct-togglers{ > span{ &.mct-button{ cursor: pointer; } &.mct-separator{ margin: 0 0.7em; font-size: 0.8em; } } } .mct-messages-count{ > span{ margin-left: 0.5em; } } } /* Portal tuning*/ .form-group{ .molkobain-caselogs-toggler{ margin-left: 10px; display: inline-block; background-color: transparent; .mct-togglers{ > span{ &.mct-button{ vertical-align: middle; } } } } }