more minor styling

This commit is contained in:
Egor 2017-02-20 22:26:00 -08:00
parent 891fdb9dc1
commit 84d3238062
4 changed files with 9 additions and 10 deletions

View file

@ -28,10 +28,6 @@ body, button {
font-family: 'Raleway', sans-serif;
}
#huegasm {
flex: 1;
}
.ember-app {
padding-bottom: 50px;
}

View file

@ -12,6 +12,7 @@ export default Component.extend({
trial: false,
ready: false,
elementId: 'huegasm',
classNameBindings: ['bridgeUsername::display-flex'],
init() {
this._super(...arguments);

View file

@ -28,6 +28,8 @@ body, button {
#huegasm {
flex: 1;
justify-content: center;
align-items: center;
}
.ember-app {
@ -91,7 +93,7 @@ div.ember-modal-dialog {
min-height: 50vh;
min-height: 200px;
display: flex;
margin-bottom: 20px;
margin-bottom: 15px;
padding: 10px 0;
#intro-wrapper {
width: 80%;
@ -121,11 +123,7 @@ div.ember-modal-dialog {
// fancy webkit scrollbars
@media(min-width:767px) {
#intro {
padding: 3vh 0;
}
#intro-paragraph {
padding-bottom: 2vh;
padding: 1vh 0 3vh;
}
::-webkit-scrollbar {

View file

@ -67,4 +67,8 @@
width: 100px;
height: 100px;
font-size: 28px;
transition: all .1s linear;
&:hover {
background-color: darken(#f44336, 7%) !important;
}
}