minor styling
This commit is contained in:
parent
03954a498f
commit
7a94a42eb8
4 changed files with 255 additions and 244 deletions
|
|
@ -35,9 +35,10 @@ body, button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
margin: 0 auto 10px auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 800px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#hue-controls {
|
#hue-controls {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
position: relative;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
md-progress-circular {
|
md-progress-circular {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -39,8 +38,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
|
max-width: 800px;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-item {
|
.navigation-item {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
.light-group {
|
.light-group {
|
||||||
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.tooltip.top {
|
.tooltip.top {
|
||||||
|
|
|
||||||
492
web/yarn.lock
492
web/yarn.lock
File diff suppressed because it is too large
Load diff
Reference in a new issue