edit softkeys in production

This commit is contained in:
Alessandro Francia
2018-07-16 12:25:38 +02:00
parent 4ef02c3e89
commit 4fe83d80ff
5 changed files with 38 additions and 1 deletions
@@ -328,6 +328,9 @@
color: #fff;
border: none;
flex-grow: 1;
.fa-star{
text-shadow: 1px 1px 1px #272634;
}
i {
font-size: 24px;
}
@@ -170,10 +170,17 @@
margin-bottom: 8px;
.box-softkeys-prefered-header-label{
height: 100%;
width: 1000%;
display: flex;
align-items: center;
margin-left: 15px;
}
.box-softkeys-prefered-header-button{
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
}
.box-softkeys-prefered-body{
width: 98%;
+10
View File
@@ -2592,6 +2592,9 @@ footer .container button.big:before {
border: none;
flex-grow: 1;
}
.soft-key button.star .fa-star {
text-shadow: 1px 1px 1px #272634;
}
.soft-key button.star i {
font-size: 24px;
}
@@ -10496,10 +10499,17 @@ footer .container button.big:before {
}
.production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-header .box-softkeys-prefered-header-label {
height: 100%;
width: 1000%;
display: flex;
align-items: center;
margin-left: 15px;
}
.production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-header .box-softkeys-prefered-header-button {
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
.production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-body {
width: 98%;
height: calc(100% - 62px);