|
|
@ -60,7 +60,6 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
& > .header,
|
|
|
|
& > .header,
|
|
|
|
& > .footer {
|
|
|
|
& > .footer {
|
|
|
|
background-color: @color-layout-header-background;
|
|
|
|
|
|
|
|
font-size: @layout-header-font-size;
|
|
|
|
font-size: @layout-header-font-size;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: @layout-header-height;
|
|
|
|
line-height: @layout-header-height;
|
|
|
@ -78,6 +77,7 @@ body {
|
|
|
|
& > .header {
|
|
|
|
& > .header {
|
|
|
|
border-bottom: 1px solid @color-layout-border;
|
|
|
|
border-bottom: 1px solid @color-layout-border;
|
|
|
|
color: @color-layout-header;
|
|
|
|
color: @color-layout-header;
|
|
|
|
|
|
|
|
background-color: @color-layout-header-background;
|
|
|
|
|
|
|
|
|
|
|
|
.header-title {
|
|
|
|
.header-title {
|
|
|
|
.overflow-ellipsis;
|
|
|
|
.overflow-ellipsis;
|
|
|
@ -99,9 +99,12 @@ body {
|
|
|
|
& > .footer {
|
|
|
|
& > .footer {
|
|
|
|
border-top: 1px solid @color-layout-border;
|
|
|
|
border-top: 1px solid @color-layout-border;
|
|
|
|
background-color: @color-layout-footer-background;
|
|
|
|
background-color: @color-layout-footer-background;
|
|
|
|
height: @layout-footer-height;
|
|
|
|
|
|
|
|
min-height: @layout-footer-height;
|
|
|
|
& when not (@layout-footer-height = @layout-header-height) {
|
|
|
|
line-height: @layout-footer-height;
|
|
|
|
height: @layout-footer-height;
|
|
|
|
|
|
|
|
min-height: @layout-footer-height;
|
|
|
|
|
|
|
|
line-height: @layout-footer-height;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
&.small {
|
|
|
|
height: @layout-footer-small-height;
|
|
|
|
height: @layout-footer-small-height;
|
|
|
|