22 lines
428 B
SCSS
22 lines
428 B
SCSS
.right-box-asset-meta{
|
|
.datetime-header{
|
|
display: inline-block;
|
|
width: 80px;
|
|
margin-right: 10px;
|
|
text-align: right;
|
|
color: $--color-text-regular;
|
|
}
|
|
.nz-meta-group-box{
|
|
min-width: 220px !important;
|
|
}
|
|
.asset-meta-param-row{
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.asset-meta-param-row:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|