Skip to content

Commit

Permalink
Change colour of project phase tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Thomas committed Jul 4, 2017
1 parent 19f6998 commit 254e147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
14 changes: 1 addition & 13 deletions app/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,8 @@
letter-spacing: 1px;
text-decoration: none;
color: #fff;
background-color: $black;
vertical-align: middle;
}

.alpha {
background-color: #d53880;
}

.disco-alpha {
background-color: #B33284;
}

.discovery {
background-color: #912b88;
background-color: $govuk-blue;
}


Expand Down
4 changes: 2 additions & 2 deletions app/views/publishers.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="heading-xlarge">
<!--changelog entry-->
<div class="changelog-entry">
<div>
<h3 class="heading-medium"><a href="https://drive.google.com/a/digital.cabinet-office.gov.uk/file/d/0B-OBgmZsXJcIc1QxUVZSR2Y0V1k/view?usp=sharing">PP 2</a>&nbsp; Publish manually or automatically<strong class="proj-phase-tag disco-alpha">ALPHA</strong></h3>
<h3 class="heading-medium"><a href="https://drive.google.com/a/digital.cabinet-office.gov.uk/file/d/0B-OBgmZsXJcIc1QxUVZSR2Y0V1k/view?usp=sharing">PP 2</a>&nbsp; Publish manually or automatically<strong class="proj-phase-tag alpha">ALPHA</strong></h3>
<p class="font-small text-secondary">June 2017</p>
<details>
<summary><span class="summary">Main changes</span></summary>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h3 class="heading-medium"><a href="https://drive.google.com/a/digital.cabinet-o
<!--changelog entry-->
<div class="changelog-entry">
<div>
<h3 class="heading-medium"><a href="https://drive.google.com/a/digital.cabinet-office.gov.uk/file/d/0B-OBgmZsXJcIMUxjZU1IekNMVFE/view?usp=sharing">PP 1</a>&nbsp; Publish for services or departments<strong class="proj-phase-tag discovery">ALPHA</strong></h3>
<h3 class="heading-medium"><a href="https://drive.google.com/a/digital.cabinet-office.gov.uk/file/d/0B-OBgmZsXJcIMUxjZU1IekNMVFE/view?usp=sharing">PP 1</a>&nbsp; Publish for services or departments<strong class="proj-phase-tag alpha">ALPHA</strong></h3>
<p class="font-small text-secondary">June 2017</p>
<p>Two options to test different levels of responsibility:
<ul class="list-bullet" style="max-width:34em"><!--change the CSS you lazy bastard-->
Expand Down
14 changes: 1 addition & 13 deletions public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -2149,18 +2149,6 @@ input[type=number] {
letter-spacing: 1px;
text-decoration: none;
color: #fff;
background-color: #0b0c0c;
vertical-align: middle;
}

.alpha {
background-color: #d53880;
}

.disco-alpha {
background-color: #B33284;
}

.discovery {
background-color: #912b88;
background-color: #005ea5;
}

0 comments on commit 254e147

Please sign in to comment.