Skip to content

Commit c902fe1

Browse files
committed
Fix keep file names
1 parent 6ed5c08 commit c902fe1

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

angular-lib/src/angular/ui/styles/cloudapp.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body[class*=cloudapp-theme]
4444
background-color: #d5d5d5;
4545
}
4646
.mat-checkbox {
47-
margin: 3px 0 12px;
47+
margin-top: 3px;
4848
}
4949
.mat-card-header-text {
5050
margin-left: 0;
@@ -108,7 +108,7 @@ body[class*=cloudapp-theme]
108108
height: 100%;
109109
width: 100%;
110110
background: rgba(0, 0, 0, 0.15);
111-
z-index: 1;
111+
z-index: 99;
112112
display: flex;
113113
align-items: center;
114114
justify-content: center;

0 commit comments

Comments
 (0)