20 lines
343 B
SCSS
20 lines
343 B
SCSS
/*
|
|
| =========================================================
|
|
| Custom styles
|
|
| =========================================================
|
|
*/
|
|
|
|
a:hover, a:active, a:focus {
|
|
outline: 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body *:focus {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.form-control, .panel {
|
|
box-shadow: none;
|
|
}
|