2019-01-26 20:37:49 +01:00
|
|
|
#slide {
|
2019-02-14 12:29:02 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
&.content {
|
|
|
|
width: calc(100% - 100px);
|
2019-02-14 16:02:18 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 50px;
|
|
|
|
top: 0;
|
2019-02-14 12:29:02 +01:00
|
|
|
}
|
2019-01-26 20:37:49 +01:00
|
|
|
}
|
2019-02-14 12:29:02 +01:00
|
|
|
|
2019-01-10 15:06:10 +01:00
|
|
|
::ng-deep #slide {
|
|
|
|
z-index: 5;
|
2019-01-24 16:25:50 +01:00
|
|
|
height: 100%;
|
2019-01-10 15:06:10 +01:00
|
|
|
}
|