mirror of
https://github.com/sartography/spiffworkflow_website.git
synced 2025-02-23 04:48:15 +00:00
Fix css issue with new science lit refs.
This commit is contained in:
parent
08dedd6978
commit
01a31d67e6
@ -6965,7 +6965,7 @@ Testimonials Styles
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
padding: 30px 50px 65px 50px;
|
||||
font-size: 1.8rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
margin: 0 0 -40px;
|
||||
line-height: 1.6em; }
|
||||
@ -6993,12 +6993,10 @@ Testimonials Styles
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
padding: 0 0px;
|
||||
position: relative;
|
||||
z-index: 0; }
|
||||
.reference .citation h5, .reference .citation span {
|
||||
left: 50px;
|
||||
right: 50px;
|
||||
position: absolute;
|
||||
opacity: 1;
|
||||
padding: 3px 5px; }
|
||||
.reference .citation h5 {
|
||||
|
@ -22,7 +22,7 @@ $(document).ready(function(){
|
||||
loop:true,
|
||||
margin:10,
|
||||
autoplay:true,
|
||||
autoplayTimeout:4000,
|
||||
autoplayTimeout:6000,
|
||||
autoplayHoverPause:true
|
||||
});
|
||||
});
|
||||
|
@ -22,7 +22,7 @@ Testimonials Styles
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
padding: 30px 50px 65px 50px;
|
||||
font-size: 1.8rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
margin: 0 0 -40px;
|
||||
line-height: 1.6em;
|
||||
@ -31,8 +31,8 @@ Testimonials Styles
|
||||
font-weight: 700;
|
||||
color: $blue-grey;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after {
|
||||
font-family: 'FontAwesome';
|
||||
content: "\f10d";
|
||||
@ -57,12 +57,10 @@ Testimonials Styles
|
||||
text-align: left;
|
||||
color: $white;
|
||||
padding: 0 0px;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
h5, span {
|
||||
left: 50px;
|
||||
right: 50px;
|
||||
position: absolute;
|
||||
opacity: 1;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
@ -106,4 +104,6 @@ Testimonials Styles
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user