Removed box-shadow on btn-link in default theme
This commit is contained in:
@ -32,6 +32,10 @@
|
|||||||
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
|
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-link {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user