2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

clean up btn selectors a bit

This commit is contained in:
Jacob Thornton
2011-08-25 13:52:04 -07:00
parent 0e9d7c1c4d
commit 04b8e667d0
4 changed files with 32 additions and 48 deletions
+6 -8
View File
@@ -315,6 +315,12 @@ footer {
text-decoration: none;
}
// Primary Button Type
&.primary {
color:#fff;
.gradientBar(@blue, @blueDark)
}
// Transitions
.transition(.1s linear all);
@@ -338,14 +344,6 @@ footer {
.box-shadow(@shadow);
}
// Primary Button Type
&.primary,
&.primary:hover {
color:#fff;
.gradientBar(@blue, @blueDark)
}
// Button Sizes
&.large {
font-size: 16px;