mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-534] Core - add search cloud component (#5193)
* [AAE-534] - add search cloud component * change doc file * more changes on doc file * remove empty scss file * add animation and more customizations * add preselect value property * fix unit tests
This commit is contained in:
33
lib/core/search-cloud/search-cloud.component.scss
Normal file
33
lib/core/search-cloud/search-cloud.component.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.adf-search-cloud {
|
||||
|
||||
&-wrapper {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
width: 260px;
|
||||
|
||||
&.app-field-expanded {
|
||||
mat-form-field {
|
||||
display: block;
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-icon {
|
||||
fill: currentColor;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
line-height: 65px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
mat-form-field {
|
||||
float: right;
|
||||
width:0;
|
||||
margin-left: 10px;
|
||||
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-moz-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user