This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/web/app/styles/index.scss

53 lines
No EOL
808 B
SCSS

#intro {
font-size: 18px;
}
#intro-paragraph {
margin-bottom: 50px;
}
.bridgeFinder, .ready-block {
text-align: center;
padding-top: 10px;
}
// preloading image
.ready-block:after {
display: none;
content: url(images/pressButtonBridge.png);
}
.embed-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.embed-container-wrapper {
max-width: 600px;
margin: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.go-button {
margin-top: 20px;
border-radius: 100% !important;
width: 100px;
height: 100px;
span {
font-size: 28px;
width: 100%;
}
&:hover {
background: darken(#3f51b5, 10%) !important;
}
}