Skip to content

Commit

Permalink
Removing Bower in favor of npm, recompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Sep 13, 2016
1 parent d8c4117 commit 44b6fc9
Show file tree
Hide file tree
Showing 68 changed files with 217 additions and 4,766 deletions.
39 changes: 0 additions & 39 deletions bower.json

This file was deleted.

182 changes: 25 additions & 157 deletions css/child-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1554,14 +1554,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c; }

Expand All @@ -1581,14 +1575,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e; }

Expand All @@ -1608,14 +1596,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f; }

Expand Down Expand Up @@ -3145,7 +3127,6 @@ input[type="button"].btn-block {
column-count: 3;
column-gap: 1.25rem; }
.card-columns .card {
display: inline-block;
width: 100%; } }

.breadcrumb {
Expand Down Expand Up @@ -3317,7 +3298,7 @@ a.tag:focus, a.tag:hover {
border-radius: 0; }

.alert {
padding: 15px;
padding: 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem; }
Expand All @@ -3329,11 +3310,11 @@ a.tag:focus, a.tag:hover {
font-weight: bold; }

.alert-dismissible {
padding-right: 35px; }
padding-right: 2rem; }
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
top: -.125rem;
right: -1rem;
color: inherit; }

.alert-success {
Expand Down Expand Up @@ -3515,11 +3496,6 @@ base::-moz-progress-bar,
.progress-danger .progress-bar {
background-color: #d9534f; } }

.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }

.media,
.media-body {
overflow: hidden; }
Expand Down Expand Up @@ -4208,9 +4184,6 @@ button.close {
.carousel-indicators {
bottom: 20px; } }

.bg-inverse {
background-color: #373a3c; }

.bg-faded {
background-color: #f7f7f9; }

Expand Down Expand Up @@ -4249,6 +4222,13 @@ a.bg-warning:focus, a.bg-warning:hover {
a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important; }

.bg-inverse {
color: #fff !important;
background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #1f2021 !important; }

.clearfix::after {
content: "";
display: table;
Expand Down Expand Up @@ -4594,37 +4574,37 @@ a.bg-danger:focus, a.bg-danger:hover {
color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
color: #687077; }
color: #687077 !important; }

.text-primary {
color: #fece00 !important; }

a.text-primary:focus, a.text-primary:hover {
color: #cba500; }
color: #cba500 !important; }

.text-success {
color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
color: #449d44; }
color: #449d44 !important; }

.text-info {
color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
color: #31b0d5; }
color: #31b0d5 !important; }

.text-warning {
color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
color: #ec971f; }
color: #ec971f !important; }

.text-danger {
color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
color: #c9302c; }
color: #c9302c !important; }

.text-hide {
font: 0/0 a;
Expand Down Expand Up @@ -4771,7 +4751,8 @@ a.skip-link {
margin-top: 4px; }

.navbar .collapsing, .navbar .collapse.in {
width: 100%; }
width: 100%;
float: left; }

.navbar-dark .navbar-toggle {
border: 1px solid #fff; }
Expand Down Expand Up @@ -7147,119 +7128,6 @@ a.skip-link {
height: 100%;
width: 100%; }

/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
z-index: 0; }

.owl-carousel .owl-animated-out {
z-index: 1; }

.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }

@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }

/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out; }

/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
transform-style: preserve-3d; }

/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }

.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }

.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

/*
* Default theme - Owl Carousel CSS File
*/
Expand Down
Loading

0 comments on commit 44b6fc9

Please sign in to comment.