Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating buttons classes #12

Merged
merged 9 commits into from Dec 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2,686 changes: 2,682 additions & 4 deletions dist/css/ionic-flat.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ionic-flat.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sass/_bars.scss
Expand Up @@ -729,8 +729,8 @@
}
}

&.bar-picton-two-blue {
@include bar-style($pictonBlue, $curiousBlue, $white);
&.bar-picton-blue-two {
@include bar-style($pictonBlueTwo, $curiousBlue, $white);

.bar-footer {
background-image: linear-gradient(180deg, $curiousBlue, $curiousBlue 50%, transparent 50%);
Expand Down