WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -7,10 +7,10 @@
|
|||
@media screen {
|
||||
.page-footer {
|
||||
min-height: @page-header_height;
|
||||
background-color: @ini_background_page_header;
|
||||
border-top: 1px solid @ini_border_light;
|
||||
background-color: var(--color-background);
|
||||
border-top: 1px solid var(--color-shade-4);
|
||||
border-radius: 0 0 @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
color: @ini_background_page_footer;
|
||||
color: var(--color-shade-4);
|
||||
font-size: @font-size-default;
|
||||
text-align: right;
|
||||
padding: @margin-small @margin-default;
|
||||
|
@ -35,20 +35,16 @@
|
|||
.main-footer {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
background-color: @ini_background_site;
|
||||
background-color: var(--color-background);
|
||||
margin-top: 5px; // for box-shadow of content
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
color: @ini_text_webframe;
|
||||
color: var(--color-shade-4);
|
||||
font-size: @font-size-default;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @ini_nav_menu_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue