patron: add dropdown menus
This commit is contained in:
parent
69a6f1bd79
commit
3725a43f79
1 changed files with 23 additions and 0 deletions
|
@ -92,6 +92,29 @@
|
||||||
.patron-section
|
.patron-section
|
||||||
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
||||||
|
|
||||||
|
%h1 Dropdown
|
||||||
|
|
||||||
|
.dropdown
|
||||||
|
.button.primary.dropdown-button .button.primary.dropdown-button
|
||||||
|
.dropdown-content.fade-in-down
|
||||||
|
%ul.dropdown-items
|
||||||
|
%li .dropdown-content ul.dropdown-items li
|
||||||
|
%li .dropdown-content ul.dropdown-items li
|
||||||
|
|
||||||
|
.dropdown
|
||||||
|
.button.dropdown-button .button.dropdown-button
|
||||||
|
.dropdown-content.fade-in-down
|
||||||
|
%ul.dropdown-items
|
||||||
|
%li .dropdown-content ul.dropdown-items li
|
||||||
|
%li .dropdown-content ul.dropdown-items li
|
||||||
|
|
||||||
|
.dropdown
|
||||||
|
.button.dropdown-button .button.dropdown-button (left)
|
||||||
|
.dropdown-content.fade-in-down.left-aligned
|
||||||
|
%ul.dropdown-items
|
||||||
|
%li .dropdown-content.left-aligned ul.dropdown-items li
|
||||||
|
%li .dropdown-content.left-aligned ul.dropdown-items li
|
||||||
|
|
||||||
%h1 Labels
|
%h1 Labels
|
||||||
|
|
||||||
%span.label .label
|
%span.label .label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue