edit softkeys in production
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user