few styling for buttons
This commit is contained in:
parent
fb617c61b9
commit
7ba4f2dcfa
4 changed files with 12 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
.input
|
||||
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
|
||||
|
||||
= f.submit 'Create group', class: "btn btn-primary"
|
||||
= f.submit 'Create group', class: "btn btn-create"
|
||||
%hr
|
||||
.padded
|
||||
%ul
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
.input
|
||||
= f.text_field :name, placeholder: "Ex. Ruby Developers", class: "xxlarge left"
|
||||
|
||||
= f.submit 'Create team', class: "btn btn-primary"
|
||||
= f.submit 'Create team', class: "btn btn-create"
|
||||
%hr
|
||||
.padded
|
||||
%ul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue