Fix css
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -194,6 +194,5 @@ fabric.properties
|
||||
*.css.map
|
||||
*.sass.map
|
||||
*.scss.map
|
||||
*.css
|
||||
|
||||
|
||||
|
||||
7
static/bootstrap.min.css
vendored
Normal file
7
static/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
29
static/bootstrap/bootstrap-grid.scss
vendored
29
static/bootstrap/bootstrap-grid.scss
vendored
@@ -1,29 +0,0 @@
|
||||
/*!
|
||||
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
-ms-overflow-style: scrollbar;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@import "functions";
|
||||
@import "variables";
|
||||
|
||||
@import "mixins/breakpoints";
|
||||
@import "mixins/grid-framework";
|
||||
@import "mixins/grid";
|
||||
|
||||
@import "grid";
|
||||
@import "utilities/display";
|
||||
@import "utilities/flex";
|
||||
@import "utilities/spacing";
|
||||
12
static/bootstrap/bootstrap-reboot.scss
vendored
12
static/bootstrap/bootstrap-reboot.scss
vendored
@@ -1,12 +0,0 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/
|
||||
|
||||
@import "functions";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "reboot";
|
||||
7594
static/bootstrap/bootstrap.css
vendored
Normal file
7594
static/bootstrap/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
27
static/style.css
Normal file
27
static/style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Start of Custom CSS
|
||||
*/
|
||||
.card-img-overlay {
|
||||
opacity: 0; }
|
||||
|
||||
.card:hover .card-img-overlay {
|
||||
opacity: 1; }
|
||||
|
||||
.card {
|
||||
margin: 10px; }
|
||||
.card .card-img-overlay {
|
||||
padding: 0; }
|
||||
.card .card-img-overlay .card-title-bg {
|
||||
height: 25%;
|
||||
opacity: 0.8; }
|
||||
.card .card-img-overlay .card-title-bg .card-text {
|
||||
opacity: 1; }
|
||||
|
||||
body {
|
||||
padding-top: 4.5rem; }
|
||||
|
||||
footer {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
Reference in New Issue
Block a user