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/mobile/app/styles/bridge-finder.scss
2017-02-20 00:07:50 -08:00

36 lines
593 B
SCSS

#press-bridge-button-img {
width: 200px;
margin: 0 auto 30px auto;
display: inherit;
}
#bridge-button-group {
width: 150px;
margin: 30px auto;
text-align: left;
}
#bridge-input md-input-container{
max-width: 200px;
margin: 30px auto 20px;
}
#bridge-finder {
text-align: center;
padding: 20px 15px 0;
font-size: 16px;
flex-direction: column;
display: flex;
justify-content: center;
height: 100vh;
}
#bridge-finder .md-bar {
background-color: $secondaryThemeColor !important;
}
.bridge-finder-bottom {
margin-top: 30px;
width: 100%;
font-size: 18px;
}