mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
31 lines
956 B
SCSS
31 lines
956 B
SCSS
/*!
|
|
* copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-caselog-entry-form--width: 100% !default;
|
|
$ibo-caselog-entry-form--padding-bottom: 12px default;
|
|
$ibo-caselog-entry-form--background-color: $ibo-activity-panel--tab-toolbar--background-color !default;
|
|
|
|
$ibo-caselog-entry-form--actions--margin-top: 8px !default;
|
|
$ibo-caselog-entry-form--actions--margin-bottom: $ibo-caselog-entry-form--actions--margin-top !default;
|
|
|
|
.ibo-caselog-entry-form {
|
|
display: block;
|
|
width: 100%;
|
|
background-color: $ibo-caselog-entry-form--background-color;
|
|
|
|
&.ibo-is-closed {
|
|
display: none;
|
|
}
|
|
}
|
|
.ibo-caselog-entry-form--actions{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: $ibo-caselog-entry-form--actions--margin-top;
|
|
margin-bottom: $ibo-caselog-entry-form--actions--margin-bottom;
|
|
}
|
|
|
|
.ibo-caselog-entry-form--action-buttons--main-actions > .ibo-popover-menu{
|
|
z-index: 1;
|
|
} |