Various tweaks

- remove black border from banner
- make banners have internal columns
- make nav 2/3rd width, 19px text and more spaced out
- only show the ‘restricted mode’ banner where it’s needed
- rename ‘restricted mode’ to ‘trial mode’
This commit is contained in:
Chris Hill-Scott
2016-02-02 13:38:39 +00:00
parent 658045e6d7
commit 686c4127cd
14 changed files with 118 additions and 104 deletions

View File

@@ -1,26 +1,5 @@
// Extra CSS overlaying elements
.form-control-2-3, .form-control-1-4 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "nta", Arial, sans-serif;
font-size: 16px;
line-height: 1.25;
font-weight: 400;
text-transform: none;
padding: 4px;
background-color: #fff;
border: 2px solid #6f777b;
}
@media (min-width: 641px) {
.form-control-2-3, .form-control-1-4 {
font-size: 19px;
line-height: 1.31579;
}
}
#global-header-bar {
background-color: $red;
}