14 lines
229 B
SCSS
14 lines
229 B
SCSS
.publish-details-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.publish-details-label {
|
|
width: 30%;
|
|
}
|
|
.publish-details-content {
|
|
width: 70%;
|
|
}
|