f8da092f3d
This is an intermir commit to share what is going on with the development of the new /delta version.
20 lines
279 B
SCSS
20 lines
279 B
SCSS
#extraFeaturesPanel {
|
|
background-color: $main-alternate-color;
|
|
color: $main-alternate-text-color;
|
|
|
|
header {
|
|
text-align: right;
|
|
height: 48px;
|
|
font-size: 24pt;
|
|
|
|
.button {
|
|
@include icon-font();
|
|
|
|
.label {
|
|
padding-top: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|