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