-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following on from alphagov/slimmer#64, it was decided to add the Beta Label and slowly phase out Beta Notice.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ | |
@import "static-pages/error-pages"; | ||
|
||
@import "multi-step"; | ||
|
||
@import "beta-label"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.beta-label { | ||
clear: both; | ||
margin:0; | ||
@include copy-16; | ||
|
||
span.beta { | ||
display: inline-block; | ||
background: #f47738; | ||
color: #fff; | ||
@include bold-16; | ||
line-height:1; | ||
text-transform: uppercase; | ||
padding: 5px 5px 2px 6px; | ||
margin-right:10px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<div class="beta-label"><span class="beta">beta</span> This part of GOV.UK is being rebuilt – <a href="/help/beta">find out what this means</a></div> |