Default theme: removed unused styles and comments
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700,800);
|
|
||||||
|
|
||||||
// Brand Colors
|
// Brand Colors
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
@@ -9,9 +7,6 @@
|
|||||||
@brand-danger: #de4b33;
|
@brand-danger: #de4b33;
|
||||||
@brand-info: #5bc0dd;
|
@brand-info: #5bc0dd;
|
||||||
|
|
||||||
// Typography
|
|
||||||
// -------------------------
|
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
@@ -30,14 +25,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default, .btn-default:focus {
|
|
||||||
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-link {
|
.btn-link {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-default, .btn-default:focus {
|
||||||
|
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
|
||||||
|
}
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user