2017-11-15 17:35:32 +01:00
|
|
|
.plugin {
|
|
|
|
min-height: 5.4rem;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
padding: 0 28px;
|
|
|
|
color: #787E8F;
|
|
|
|
|
2017-11-17 12:14:12 +01:00
|
|
|
line-height: 5.3rem;
|
2017-11-15 17:35:32 +01:00
|
|
|
|
|
|
|
> div:first-child {
|
|
|
|
> span:first-child {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span:last-child {
|
|
|
|
color: #8B91A0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chevronDown {
|
|
|
|
&:before {
|
|
|
|
content: '\F078';
|
|
|
|
display: block;
|
|
|
|
color: #787E8F;
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chevronUp {
|
|
|
|
&:before {
|
|
|
|
content: '\F077';
|
|
|
|
display: block;
|
|
|
|
color: #787E8F;
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
2017-11-17 12:14:12 +01:00
|
|
|
|
|
|
|
|
|
|
|
.controllerContainer {
|
|
|
|
> div:not(:first-child) {
|
|
|
|
padding-top: 2.3rem;
|
|
|
|
}
|
|
|
|
}
|