mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* remove useless mixin * fix scss paths * style fixes * fix styles * style fixes * style fixes * style fixes * style fixes * insights fixes * css and template path fixes * bug fixes
30 lines
441 B
SCSS
30 lines
441 B
SCSS
.adf-buttons-menu {
|
|
margin-right: 10px;
|
|
|
|
& div {
|
|
display: flex;
|
|
}
|
|
|
|
&-mobile {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&-desktop {
|
|
display: flex;
|
|
|
|
button {
|
|
color: black;
|
|
padding: 0;
|
|
}
|
|
|
|
button > span {
|
|
display: none;
|
|
}
|
|
|
|
button > mat-icon.mat-icon.material-icons {
|
|
color: black;
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
}
|