Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -264,18 +264,25 @@ ul.menu {
border: 1px solid #d22d23 !important;
box-shadow: none;
}
.btn-default {
font-family: "Montserrat", sans-serif;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #085871 !important;
border: 1px solid #085871 !important;
}
.actions .btn-default {
padding: 15px 20px;
}
.btn-group > .btn, .form-horizontal > .btn, .btn-sm {
.btn-group > .btn,
.form-horizontal > .btn,
.btn-sm {
padding: 15px 20px;
}
.dropdown.btn-group > .btn {
padding: 5px 10px;
.dropdown.btn-group > .btn,
.dt-buttons > .btn-group > .btn,
.dt-buttons > .btn {
padding: 6px 12px;
}
.btn-primary, .btn-success, .btn-success:hover, .btn-success:active {
background-color: #0075d1 !important;
Expand Down Expand Up @@ -1599,12 +1606,6 @@ label.nav-trigger:after {
border-radius: 100%;
display: none;
}
.table-bordered {
border-top: 1px solid rgb(88,88,91);
border-right: 1px solid rgb(88,88,91);
border-bottom: 1px solid rgb(88,88,91);
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid rgb(88,88,91)
Expand Down Expand Up @@ -1656,6 +1657,13 @@ article.module .module-content .table-striped tbody tr:nth-child(even) td {
table tr:not(:last-child) th {
border-bottom: 1px solid #fff;
}
.dataTables_scrollBody {
font-family: "Montserrat", sans-serif;
}
.dataTables_scrollBody .table-striped tbody tr td,
.dataTables_scrollBody .table-striped tbody tr th {
padding: 5px;
}
footer {
background: url(/img/b-logo-light.svg) no-repeat 1.75em center;
padding: 1.75em 0 1.75em 4em;
Expand Down Expand Up @@ -1744,10 +1752,6 @@ input, textarea, select {
.page-header .content_action {
margin-right: 5px;
}
.btn-group>.btn:first-child:hover {
border: 1px solid #d22d23;
background-color: #ffffff;
}
.resource-item:hover {
background-color: #ffffff;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ button.slick-arrow:focus,
padding: 5px;
}
.slick-showcase .media-image {
max-height: 160px;
height: 160px;
width: 100%;
object-fit: cover;
object-position: 50% 0;
}
.media-grid {
background: #ffffff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ a.browse-group {
padding: 5px;
}
a.browse-group img {
max-height: 175px;
max-width: 100%;
height: 175px;
width: 100%;
object-fit: cover;
object-position: 0 0;
}
.browse-group-title {
text-transform: none;
Expand Down