Initial Bootstrap 3 migration

This commit is contained in:
Taloth Saldono
2014-04-01 22:10:36 +02:00
committed by Mark McDowall
parent ad0e372c35
commit 28fa264c69
151 changed files with 9617 additions and 6299 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
}
.btn {
.buttonBackground(@btnBackground, @btnBackgroundHighlight);
.button-variant(@btn-default-color, @btn-default-bg, @btn-default-border);
color: #333333;
}
@@ -27,7 +27,7 @@
}
input:first-of-type:checked ~ .btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
.button-variant(@btn-primary-color, @btn-primary-bg, @btn-primary-border);
}
}
}