web-apps/apps/presentationeditor/main/resources/less/animation.less

52 lines
819 B
Plaintext
Raw Normal View History

2021-10-29 01:15:38 +00:00
#animation-panel {
label {
margin-right: 10px;
}
}
2021-11-01 01:39:41 +00:00
.a-table{
display: table;
width: 100%;
}
.a-tr{
display: table-row;
height: 20px;
border-top: 2px solid transparent;
&.bottom {
border-top: 4px solid transparent;
}
.a-td
{
display: table-cell;
}
}
2021-12-06 21:46:00 +00:00
.combo-animation {
.menu-picker-container .dataview {
padding: 10px 0 0 2px;
}
2021-12-06 22:13:24 +00:00
.dropdown-menu {
padding-bottom: 5px;
}
2021-12-06 21:46:00 +00:00
}
.menu-animation .dataview {
padding: 0 0 0 2px;
2021-10-29 01:15:38 +00:00
2021-12-06 21:46:00 +00:00
.group-description {
padding: 3px 0 3px 10px;
font-weight: bold;
2021-10-29 01:15:38 +00:00
}
2021-12-06 21:46:00 +00:00
.group-items-container {
float: left;
position: relative;
.item {
box-shadow: none;
margin: @scaled-two-px-value 0 0 @scaled-two-px-value;
&:last-child {
margin-bottom: @scaled-two-px-value;
}
}
2021-12-02 21:41:39 +00:00
}
2021-10-29 01:15:38 +00:00
}