16 lines
293 B
CSS
16 lines
293 B
CSS
|
.image-view .image-view-header {
|
||
|
padding: 10px;
|
||
|
background: #e8f1f6;
|
||
|
margin: -10px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.image-view .image-view-header .section-icon {
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.image-view .image-view-header .section {
|
||
|
padding: 4px;
|
||
|
display: inline-block;
|
||
|
margin-right: 20px;
|
||
|
}
|