mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* intergrate prettier * update settings * integrate with travis * unified formatting across all files
20 lines
336 B
SCSS
20 lines
336 B
SCSS
.aca-context-menu {
|
|
&__more-actions::after {
|
|
margin-left: 34px;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 5px 0 5px 5px;
|
|
content: '';
|
|
display: inline-block;
|
|
}
|
|
|
|
&__separator {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-top-width: 1px;
|
|
border-top-style: solid;
|
|
}
|
|
}
|