[Library | Trunk]: Some changes on sliders
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58949 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b4e5d797a5
commit
0c60a35955
|
@ -68,8 +68,8 @@ section {
|
|||
.menu nav > ul > li > a {
|
||||
display: block;
|
||||
border-radius: 100%;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-color: rgba(233, 84, 32, 0.4);
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import {transition, trigger} from "@angular/animations";
|
|||
template: `
|
||||
<div @blockInitialRenderAnimation>
|
||||
<div [@state]="{value: state, params: {y: y}}"
|
||||
style="position: absolute;top: 40%;left: 50%;width: 100%;min-height: 50vh">
|
||||
style="position: absolute;top: 50%;left: 50%;width: 100%;min-height: 50vh">
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue