53 lines
No EOL
798 B
SCSS
53 lines
No EOL
798 B
SCSS
#intro {
|
|
font-size: 18px;
|
|
}
|
|
|
|
#introParagraph {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.bridgeFinder, .readyBlock {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
// preloading image
|
|
.readyBlock:after {
|
|
display: none;
|
|
content: url(images/pressButtonBridge.png);
|
|
}
|
|
|
|
.embedContainer {
|
|
position:relative;
|
|
padding-bottom:56.25%;
|
|
padding-top:30px;
|
|
height:0;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.embedContainerWrapper {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
}
|
|
|
|
.embedContainer iframe, .embedContainer object, .embedContainer embed {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.goButton {
|
|
margin-top: 20px;
|
|
border-radius: 100% !important;
|
|
width: 100px;
|
|
height: 100px;
|
|
span {
|
|
font-size: 28px;
|
|
width: 100%;
|
|
}
|
|
&:hover {
|
|
background: darken(#3f51b5, 10%) !important;
|
|
}
|
|
} |