1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 20:14:15 +00:00
webvirtcloud/dev/scss/wvc-theme/journal/_bootswatch.scss

70 lines
998 B
SCSS
Raw Normal View History

// Journal 5.0.2
2020-05-19 16:53:54 +00:00
// Bootswatch
// Variables
2020-05-19 16:53:54 +00:00
$web-font-path: "https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap" !default;
@if $web-font-path {
@import url($web-font-path);
}
2020-05-19 16:53:54 +00:00
// Navbar
2020-05-19 16:53:54 +00:00
.bg-dark {
background-color: $black !important;
2020-05-19 16:53:54 +00:00
}
.bg-light {
background-color: $white !important;
color: $black;
border: 1px solid $gray-200;
&.navbar-fixed-top {
border-width: 0 0 1px;
2020-05-19 16:53:54 +00:00
}
&.navbar-fixed-bottom {
border-width: 1px 0 0;
2020-05-19 16:53:54 +00:00
}
}
.navbar {
font-size: 18px;
font-family: $headings-font-family;
font-weight: $headings-font-weight;
}
.navbar-brand {
padding-top: .5rem;
2020-05-19 16:53:54 +00:00
font-size: inherit;
font-weight: $headings-font-weight;
text-transform: uppercase;
}
// Buttons
2020-05-19 16:53:54 +00:00
.btn {
font-family: $headings-font-family;
font-weight: $headings-font-weight;
&-secondary,
&-warning {
color: $white;
}
}
.breadcrumb {
a {
text-decoration: none;
}
}
// Navs
2020-05-19 16:53:54 +00:00
.pagination {
a:hover {
text-decoration: none;
}
}