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/app/styles/app.scss

96 lines
1.6 KiB
SCSS

@import 'ember-paper';
@import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
@import 'ember-modal-dialog/ember-modal-structure';
@import 'ember-modal-dialog/ember-modal-appearance';
body, html {
height: 100%;
}
#pressButtonBridgeImg {
width: 200px;
margin: 0 auto 0 auto;
display: inherit;
}
.noTextDecoration {
text-decoration: none;
}
md-list {
max-width: 800px;
}
.hueLight {
margin-right: 10px;
border-radius: 20px;
}
.hueLight.inactive {
cursor: pointer;
background-color: rgba(192, 192, 192, 0.7);
}
.hueLight.unreachable {
background-color: rgba(255, 0, 0, 0.7);
}
.hueLight.active:hover {
cursor: pointer;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.ember-modal-overlay.translucent {
background-color: #000000;
}
md-icon {
color: rgba(0, 0, 0, 0.54) !important;
}
md-icon.menu {
margin: 10px 16px 0 0;
}
.addButton {
cursor: pointer;
float: right;
margin-right: 16px;
}
.removeButton {
cursor: pointer;
margin: 10px 0 10px auto;
}
.sideNavTitle {
margin-left: 16px;
}
md-toolbar {
background-color: inherit !important;
}
.innerControlFrame {
background-color: mintcream;
height: 100vh;
}
.groupRow.selectedRow{
background-color: lightgrey !important;
}
.groupRow:hover {
background-color: #E6E6E6;
}
.groupSelect {
padding: 10px 0 10px 0;
cursor: pointer;
width: 70%;
}