Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main-blue.scss « sass « assets - github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b330b2d8d975a03575767470843991a157ece4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// *-blue.css
$primary:#337ab7;
$secondary:#6c757d;
$success:#28a745;
$danger:#dc3545;
$info:#17a2b8;
$warning:#ffc107;
$light:#f8f9fa;
$dark:#6c757d;

// Shared styles
@import "main.scss";

// Bootstrap
@import "./bootstrap/bootstrap";

// Shared styles overrides
@import "main2.scss";

.navbar-light { background-color: rgba(0,0,0,.03)!important; }
a.badge:hover { color: $body-bg; }