Removed top bar shadow and fchanged font size for CARA version
This commit is contained in:
parent
2def169cdb
commit
2931f85a18
2 changed files with 20 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
{% block main %}
|
||||
|
||||
v{{ calculator_version }}
|
||||
<span class="cara_version">v{{ calculator_version }}</span>
|
||||
<span class="feedback">Please send feedback to <a href="mailto:CARA-dev@cern.ch">CARA-dev@cern.ch</a></span>
|
||||
<header class= "bg-light">
|
||||
<div class="container container--narrow container--padding">
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ body {
|
|||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: .1rem;
|
||||
box-shadow: 0 .5rem .5rem rgba(0,0,0,.5);
|
||||
/* box-shadow: 0 .5rem .5rem rgba(0,0,0,.5); */
|
||||
z-index: 1;
|
||||
background: rgb(42, 52, 66);
|
||||
}
|
||||
|
|
@ -149,12 +149,6 @@ body {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.feedback {
|
||||
float:right;
|
||||
font-size:1.7vh;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/*===== FIXED BACKGROUND IMG =====*/
|
||||
|
||||
.fixed-background {
|
||||
|
|
@ -223,6 +217,15 @@ footer img {
|
|||
height: 6em;
|
||||
margin: 1%;
|
||||
}
|
||||
.feedback {
|
||||
float:right;
|
||||
font-size:1rem;
|
||||
font-weight:bold;
|
||||
}
|
||||
.cara_version {
|
||||
float:left;
|
||||
font-size:1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 40em) {
|
||||
|
|
@ -250,6 +253,15 @@ footer img {
|
|||
#link_reproduce_results {
|
||||
display: none;
|
||||
}
|
||||
.feedback {
|
||||
float:right;
|
||||
font-size:.75rem;
|
||||
font-weight:bold;
|
||||
}
|
||||
.cara_version {
|
||||
float:left;
|
||||
font-size:.75rem;
|
||||
}
|
||||
}
|
||||
/* Devices under 768px (md) */
|
||||
/* @media (max-width: 767.98px) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue