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-29 10:29:12 +01:00
|
|
|
cursor: pointer;
|
2017-11-15 17:35:32 +01:00
|
|
|
> div:first-child {
|
2017-11-23 16:27:41 +01:00
|
|
|
display: flex;
|
|
|
|
line-height: 5.3rem;
|
2017-11-15 17:35:32 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chevronDown {
|
2017-11-29 10:29:12 +01:00
|
|
|
margin: auto;
|
|
|
|
margin-right: 0;
|
2017-11-15 17:35:32 +01:00
|
|
|
&:before {
|
|
|
|
content: '\F078';
|
|
|
|
display: block;
|
|
|
|
color: #787E8F;
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chevronUp {
|
2017-11-29 10:29:12 +01:00
|
|
|
margin: auto;
|
|
|
|
margin-right: 0;
|
2017-11-15 17:35:32 +01:00
|
|
|
&: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;
|
|
|
|
}
|
|
|
|
}
|
2017-11-23 16:27:41 +01:00
|
|
|
|
|
|
|
.description {
|
|
|
|
color: #8B91A0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconContainer {
|
|
|
|
height: 36px;
|
|
|
|
width: 70px;
|
|
|
|
margin: auto;
|
|
|
|
margin-right: 14px;
|
2017-11-28 16:40:55 +01:00
|
|
|
color: #333740;
|
2017-11-23 16:27:41 +01:00
|
|
|
border: 1px solid rgba(28,93,231,0.1);
|
|
|
|
border-radius: 3px;
|
|
|
|
line-height: 36px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
2017-11-28 16:40:55 +01:00
|
|
|
font-size: 12px;
|
2017-11-23 16:27:41 +01:00
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|