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/hue-controls.scss
2017-05-14 00:39:18 -07:00

116 lines
1.7 KiB
SCSS

#lights-tab {
padding: 0;
.paper-icon {
line-height: 0.8 !important;
}
}
.promo-img {
display: block;
margin: auto;
height: 50vh;
min-height: 250px;
}
.promo-title {
font-size: 18px;
}
.lights-control-tooltip + .tooltip {
left: 0 !important;
}
#color-row {
cursor: pointer;
.md-list-item-inner {
padding-right: 0;
}
}
#hue-controls {
max-width: 1200px;
height: 90vh;
md-progress-circular {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
#navigation {
padding: 15px 0 0;
text-align: center;
margin: auto;
position: relative;
.ember-basic-dropdown-trigger {
z-index: 3;
text-align: right;
position: absolute;
top: -10px;
right: -10px;
transform: scale(1.1);
}
}
.navigation-item {
font-size: 20px;
padding: 0 10px 0 10px;
&.active {
font-weight: bold;
cursor: default;
text-decoration: none !important;
}
&:hover {
text-decoration: underline;
}
}
.color {
border: 1px solid rgba(0, 0, 0, 0.5);
}
#color-picker {
padding: 5px;
background: rgba(0, 0, 0, 0.7);
box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.3);
color: #FFFFFF;
position: absolute;
width: 266px;
height: 266px;
right: 6px;
top: -9px;
z-index: 3;
}
.color-content {
box-shadow: none !important;
md-menu-content, md-menu-item {
background-color: transparent !important;
}
}
#picker {
cursor: crosshair;
}
#loop-addition {
position: absolute;
left: 33px;
top: 15px;
font-size: 16px !important;
}
#huegasm-content {
height: 80%;
max-height: 500px;
}
@media(min-width:767px) {
#lights-tab {
font-size: 20px;
.paper-icon {
font-size: 24px;
}
}
}