mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°2847 Add new entry form for activity panel (static atm)
This commit is contained in:
@@ -211,4 +211,26 @@ $ibo-activity-entry--sub-information--text-color: $ibo-color-grey-700 !default;
|
||||
color: $ibo-activity-entry--sub-information--text-color;
|
||||
|
||||
@extend %ibo-font-ral-nor-50;
|
||||
}
|
||||
|
||||
.ibo-activity-panel--body--add-caselog-entry--toggler{
|
||||
@extend %ibo-baseline-centered-content;
|
||||
border-radius: $ibo-border-radius-full;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-color: $ibo-color-primary-600;
|
||||
color: $ibo-color-white-100;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
box-shadow: $ibo-elevation-100;
|
||||
> i{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 33px;
|
||||
}
|
||||
&:hover {
|
||||
color: $ibo-color-white-100;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user