2018-10-19 15:17:02 +00:00
|
|
|
%app-view h2,
|
|
|
|
%app-view header > div:last-of-type {
|
|
|
|
border-bottom: $decor-border-100;
|
|
|
|
}
|
|
|
|
%app-view header > div:last-of-type,
|
|
|
|
%app-view h2 {
|
|
|
|
border-color: $keyline-light;
|
|
|
|
}
|
|
|
|
%app-content div > dl > dd {
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-400;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
[role='tabpanel'] > p:only-child,
|
2018-11-09 15:28:26 +00:00
|
|
|
.template-error > div,
|
2018-10-19 15:17:02 +00:00
|
|
|
%app-content > p:only-child,
|
|
|
|
%app-view > div.disabled > div {
|
2018-11-09 15:28:26 +00:00
|
|
|
@extend %frame-gray-500;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|