Guest User

Untitled

a guest
Nov 15th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @Tag("simple-dropdown")
  2. @HtmlImport("bower_components/simple-dropdown/simple-dropdown.html")
  3. public class DropdownMenu extends Component implements HasComponents, HasSize, HasStyle {
  4. ...
  5. }
  6.  
  7. simple-dropdown {
  8. --simple-dropdown-toggle: {
  9. justify-content: right;
  10. }
  11. }
Add Comment
Please, Sign In to add comment