Browse Source

fotter

master
rdrew 2 years ago
parent
commit
ddd9a0b15b
  1. 7
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 2
      css/sass/components/_footer.scss
  4. 3
      css/sass/components/_link.scss

7
css/global-style.css

@ -17342,6 +17342,10 @@ label button.link {
font-weight: bold; font-weight: bold;
} }
a {
text-decoration: underline;
}
/** /**
* @file * @file
* Visual styles for links. * Visual styles for links.
@ -17957,9 +17961,6 @@ ul.tabs {
padding-bottom: 1rem; padding-bottom: 1rem;
} }
footer {
margin: 1rem;
}
footer .footer-links { footer .footer-links {
border-left: 1px solid #676767; border-left: 1px solid #676767;
padding-left: 0.5rem; padding-left: 0.5rem;

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

2
css/sass/components/_footer.scss

@ -9,7 +9,7 @@
} }
footer { footer {
margin: $global-margin; //margin: $global-margin;
.footer-links { .footer-links {
border-left: 1px solid #676767; border-left: 1px solid #676767;
padding-left: 0.5rem; padding-left: 0.5rem;

3
css/sass/components/_link.scss

@ -14,3 +14,6 @@ button.link {
label button.link { label button.link {
font-weight: bold; font-weight: bold;
} }
a {
text-decoration: underline;
}

Loading…
Cancel
Save