43 lines
698 B
SCSS
43 lines
698 B
SCSS
.generate-image-view {
|
|
margin-right: 12px;
|
|
padding: 20px 22px 18px 22px;
|
|
margin-top: 81px;
|
|
margin-left: 12px;
|
|
background-color: #e7edf3c2;
|
|
backdrop-filter: blur(8px);
|
|
}
|
|
|
|
.image-container{
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
.image-container .image-toolbar
|
|
{
|
|
background-color: rgba(153,153,153,0);
|
|
|
|
color: white;
|
|
position: absolute;
|
|
left : 50%;
|
|
top: 5%;
|
|
transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
padding: 0px 2px;
|
|
border: none;
|
|
border-radius: 5px;
|
|
}
|
|
.image-container .menu-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.image-container .image-file-name {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.mat-mdc-mini-fab{
|
|
margin: 5px;
|
|
}
|
|
.example-full-width {
|
|
width: 100%;
|
|
}
|