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

Remove .pretty-button styling #73

Open
andolf opened this issue Dec 12, 2017 · 0 comments
Open

Remove .pretty-button styling #73

andolf opened this issue Dec 12, 2017 · 0 comments

Comments

@andolf
Copy link
Owner

andolf commented Dec 12, 2017

r-duelyst/src/base.less

Lines 120 to 150 in 0186f4a

.pretty-button {
background: none;
font-weight: bold;
padding: 1px 5px;
border-radius: 20px;
border: none;
text-transform: uppercase;
&.negative {
color: #d10023;
}
&.neutral {
color: #444;
}
&.positive {
color: #2b8b27;
}
&.pressed {
font-size: 0;
&:after {
text-transform: uppercase;
font-size: 10px;
content: "Action Done";
font-weight: bold;
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant