2016-06-07 01:42:26 -04:00
|
|
|
.alphaPicker {
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alphaPickerRow {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
.alphaPicker-vertical .alphaPickerRow {
|
2016-06-07 01:42:26 -04:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
.alphaPickerButton {
|
2016-06-07 01:42:26 -04:00
|
|
|
min-width: initial;
|
|
|
|
margin: 0;
|
|
|
|
padding: .1em .4em !important;
|
|
|
|
width: auto;
|
|
|
|
border-radius: .1em;
|
|
|
|
font-weight: normal;
|
2016-08-03 00:30:22 -04:00
|
|
|
opacity: .7;
|
2016-06-07 01:42:26 -04:00
|
|
|
}
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
.alphaPicker-vertical .alphaPickerButton {
|
|
|
|
padding: .2em .4em !important;
|
2016-06-07 01:42:26 -04:00
|
|
|
}
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
.alphaPickerButtonIcon {
|
2016-06-10 02:54:03 -04:00
|
|
|
width: 3.3vh;
|
|
|
|
height: 3.3vh;
|
|
|
|
font-size: 3.3vh;
|
2016-06-07 01:42:26 -04:00
|
|
|
}
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
.alphaPickerButton-selected {
|
2016-06-07 01:42:26 -04:00
|
|
|
color: #000;
|
|
|
|
background-color: #bbb;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2016-06-08 01:24:25 -04:00
|
|
|
.layout-tv .alphaPickerButton:focus {
|
2016-06-07 01:42:26 -04:00
|
|
|
background-color: #52B54B;
|
|
|
|
opacity: 1;
|
|
|
|
color: #fff;
|
|
|
|
}
|