You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- ---
-
- $font-family-sans-serif: monospace;
- $font-family-serif: monospace;
- $font-family-monospace: monospace;
- $font-family-base: monospace;
-
- $brand-primary: #541C41;
- $brand-success: #66CB62;
- $brand-info: #339992;
- $brand-warning: #BED47D;
- $brand-danger: #B4763C;
-
- @import 'bootstrap/scss/bootstrap';
-
- .cryptohagen-navbar {
- background-color: $brand-primary;
- color: #fff;
- .nav-link {
- color: #fff;
- }
- .navbar-brand {
- color: lighten($brand-primary, 40%);
- }
- }
-
- body {
- padding-top: 50px; /* Because of static topbar */
- }
-
- section {
- padding-top: 50px;
- }
-
- .card-deck
- {
- .card {
- max-width: 33%;
- }
- }
-
- .card-columns
- {
- -webkit-column-count: 3;
- -moz-column-count: 3;
- column-count: 3;
- }
-
- footer
- {
- background: $brand-info;
- margin-top: 50px;
- padding: 20px;
- a {
- color: #FFF;
- }
- }
|