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

39 lines
849 B
Plaintext
Raw Normal View History

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;
2022-01-26 15:00:09 +00:00
.font-weight-bold();
2021-10-29 01:15:38 +00:00
}
2022-01-13 11:31:49 +00:00
.grouped-data .group-items-container {
2021-12-06 21:46:00 +00:00
float: left;
position: relative;
.item {
box-shadow: none;
2022-01-13 11:31:49 +00:00
margin: @scaled-two-px-value;
2021-12-06 21:46:00 +00:00
&:last-child {
margin-bottom: @scaled-two-px-value;
}
2022-01-13 11:31:49 +00:00
&:hover {
.box-shadow(0 0 0 2px @border-preview-hover-ie);
.box-shadow(0 0 0 @scaled-two-px-value @border-preview-hover);
}
&.selected {
.box-shadow(0 0 0 2px @border-preview-select-ie);
.box-shadow(0 0 0 @scaled-two-px-value @border-preview-select);
}
2021-12-06 21:46:00 +00:00
}
2021-12-02 21:41:39 +00:00
}
2021-10-29 01:15:38 +00:00
}