|
@@ -367,17 +367,18 @@
|
|
// display: -webkit-box;
|
|
// display: -webkit-box;
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
- justify-content: space-between;
|
|
|
|
}
|
|
}
|
|
.screen-entry{
|
|
.screen-entry{
|
|
width: 29%;
|
|
width: 29%;
|
|
-
|
|
|
|
padding:6px 0;
|
|
padding:6px 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
background-color: #F2F5FA ;
|
|
background-color: #F2F5FA ;
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- margin-right: 6px;
|
|
|
|
|
|
+ margin-right: 12px;
|
|
}
|
|
}
|
|
.screen-entry.active{
|
|
.screen-entry.active{
|
|
background-color: #185AC6;
|
|
background-color: #185AC6;
|