logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
+2
-2
@@ -10,12 +10,12 @@
|
||||
@import "~bootstrap/scss/transitions";
|
||||
@import "~bootstrap/scss/dropdown";
|
||||
@import "~bootstrap/scss/button-group";
|
||||
//@import "~bootstrap/scss/input-group";
|
||||
@import "~bootstrap/scss/input-group";
|
||||
@import "~bootstrap/scss/custom-forms";
|
||||
//@import "~bootstrap/scss/nav";
|
||||
@import "~bootstrap/scss/navbar";
|
||||
@import "~bootstrap/scss/card";
|
||||
//@import "~bootstrap/scss/breadcrumb";
|
||||
@import "~bootstrap/scss/breadcrumb";
|
||||
@import "~bootstrap/scss/pagination";
|
||||
@import "~bootstrap/scss/badge";
|
||||
//@import "~bootstrap/scss/jumbotron";
|
||||
|
||||
Vendored
+19
@@ -7,15 +7,33 @@
|
||||
@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;
|
||||
}
|
||||
@@ -24,6 +42,7 @@ html {
|
||||
box-shadow: 0 2px 5px rgba(black, .3);
|
||||
}
|
||||
|
||||
// layout tweaks
|
||||
.page-navbar {
|
||||
background: white;
|
||||
border-bottom: 1px solid $primary;
|
||||
|
||||
Reference in New Issue
Block a user