|
|
|
|
|
|
|
// Fonts
|
|
|
|
//@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
|
|
|
|
|
// Variables
|
|
|
|
@import "bst-base";
|
|
|
|
@import "variables";
|
|
|
|
@import "bst-modules";
|
|
|
|
|
|
|
|
// generic hiding class
|
|
|
|
.hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// padding right for icons (must not use space next to it!)
|
|
|
|
.fa-pr::before {
|
|
|
|
margin-right: ($spacer*.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
// button in card header, adjusting margins to not stretch the header
|
|
|
|
.card-header .btn {
|
|
|
|
margin-top: -3px;
|
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
// help bubble icon
|
|
|
|
.form-help {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: $form-text-margin-top;
|
|
|
|
}
|
|
|
|
|
|
|
|
// tooltip tweaking
|
|
|
|
.tooltip-inner {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
box-shadow: 0 2px 5px rgba(black, .3);
|
|
|
|
}
|
|
|
|
|
|
|
|
// layout tweaks
|
|
|
|
.page-navbar {
|
|
|
|
background: white;
|
|
|
|
border-bottom: 1px solid $primary;
|
|
|
|
|
|
|
|
box-shadow: 0 -3px 8px rgba(black, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-footer {
|
|
|
|
font-size: 95%;
|
|
|
|
background: $body-bg;
|
|
|
|
border-top: 2px dotted $gray-200;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-header {
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
box-shadow: 0 2px 3px rgba(black, .3);
|
|
|
|
}
|