mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 01:21:40 -07:00
More tweaks from today's meeting (#87)
Just playing with layout. - Inverted header - updated snapshot - adjusted column widths - Update J40Footer.spec.tsx.snap
This commit is contained in:
parent
426f596c7a
commit
f9ac170c6a
5 changed files with 175 additions and 134 deletions
|
@ -21,7 +21,31 @@
|
|||
max-width: revert;
|
||||
}
|
||||
|
||||
|
||||
.j40-header {
|
||||
background-color: #112F4E; /* todo: move color to theme */
|
||||
color: white;
|
||||
}
|
||||
|
||||
.j40-title {
|
||||
padding: 2em;
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.j40-aside {
|
||||
background-color: #EFF6FB;
|
||||
}
|
||||
|
||||
.j40-footer-logo {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.j40-footer-logo-heading {
|
||||
|
||||
}
|
||||
|
||||
.j40-address-readability {
|
||||
display: inline-block;
|
||||
line-height: 1.5 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue