mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
14 lines
340 B
SCSS
14 lines
340 B
SCSS
/*!
|
|
* copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
.ibo-activity-new-entry-form{
|
|
width: 100%;
|
|
background-color: $ibo-color-grey-200;
|
|
padding: 32px 14px 14px 32px;
|
|
}
|
|
.ibo-activity-new-entry-form--actions{
|
|
margin-top: 5px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
} |