74 lines
1.1 KiB
SCSS
Raw Normal View History

.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;
> div:first-child {
2017-11-23 16:27:41 +01:00
display: flex;
line-height: 5.3rem;
}
}
.chevronDown {
2017-11-29 10:29:12 +01:00
margin: auto;
margin-right: 0;
&: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;
&:before {
content: '\F077';
display: block;
color: #787E8F;
font-family: 'FontAwesome';
font-size: 10px;
}
}
.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;
}