wip bulb list
This commit is contained in:
@ -102,6 +102,32 @@ body {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
/* lol i'm so funny */
|
||||
.selector_selector {
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
border: solid 0.1rem wheat;
|
||||
justify-content: center;
|
||||
background: #534f44;
|
||||
}
|
||||
.selector_selector > button {
|
||||
width: 10rem;
|
||||
border: unset;
|
||||
background: unset;
|
||||
color: white;
|
||||
font-size: 1.5rem;
|
||||
border-left: solid white 0.1rem;
|
||||
border-right: solid white 0.1rem;
|
||||
}
|
||||
.selector_selector_highlight {
|
||||
position: absolute;
|
||||
width: 10rem;
|
||||
height: 2rem;
|
||||
background: #ffd70069;
|
||||
margin-left: -10rem;
|
||||
transition: margin-left 0.3s ease-out;
|
||||
}
|
||||
|
||||
.bulb_controls {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -150,6 +176,17 @@ body {
|
||||
}
|
||||
@keyframes to_width_90 { to { width: 90%; } }
|
||||
|
||||
.bulb_list {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.bulb_list_checked {
|
||||
color: green;
|
||||
}
|
||||
.bulb_list_unchecked {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.bulb_map {
|
||||
background: url(images/blueprint_bg.png);
|
||||
background-size: auto;
|
||||
|
||||
Reference in New Issue
Block a user