sync-css
This commit is contained in:
@@ -469,4 +469,30 @@ input{
|
|||||||
.ui-dialog-content{
|
.ui-dialog-content{
|
||||||
padding:0 !important;
|
padding:0 !important;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pixel{
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
margin:1px;
|
||||||
|
background-color:#eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pixelrow{
|
||||||
|
display:flex;
|
||||||
|
flex-direction:row;
|
||||||
|
width: 100%;
|
||||||
|
align-items: start;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pixelDiv{
|
||||||
|
display:flex;
|
||||||
|
flex-direction:column;
|
||||||
|
align-items: stretch;
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 100%;
|
||||||
|
padding:10px;
|
||||||
|
padding-top:0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user