LedBars/RpiLedBars/web/index.css

30 lines
561 B
CSS
Raw Normal View History

2021-09-29 23:56:10 +02:00
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,600);
body {
background: #434d5a;
font-family: "Roboto";
}
h1 {
color: #7e8c9f;
padding: 0;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
text-align: center;
}
#picker {
display: flex;
justify-content: space-around;
}
.IroColorPicker {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
}