Fix pos and sizing of decoration show box
parent
0600c2ecc6
commit
ba987e1b67
|
@ -26,10 +26,6 @@ h1 {
|
|||
background-color: #222222;
|
||||
}
|
||||
|
||||
:host /deep/ .mat-tab-list {
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
:host /deep/ .mat-tab-label {
|
||||
font-size: 16px;
|
||||
color: #dadada;
|
||||
|
@ -43,6 +39,10 @@ h1 {
|
|||
background-color: #222222;
|
||||
}
|
||||
|
||||
:host /deep/ div.mat-tab-body-wrapper {
|
||||
box-shadow: #666666 2px 2px 8px;
|
||||
}
|
||||
|
||||
:host /deep/ .mat-tab-body-content {
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
height: calc(100vh - 241px);
|
||||
|
@ -54,8 +54,9 @@ h1 {
|
|||
float: left;
|
||||
width: 10%;
|
||||
min-width: 100px;
|
||||
height: calc(100vh - 188px);
|
||||
height: calc(100vh - 192px);
|
||||
background: #222222;;
|
||||
box-shadow: #666666 2px 2px 8px;
|
||||
}
|
||||
|
||||
.fraction-side-bar > div {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.decoration-card {
|
||||
background: rgba(255, 255, 255, 0.87);
|
||||
width: 229px;
|
||||
width: 213px;
|
||||
height: 258px;
|
||||
margin: 7px 12px;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue