Browse Source
* Add testing tools section with links in testing environments * Refactor testing tools links to use button links for improved UI * Update button icon sizes for bulk upload links in log actions component * Fix typo in testing tools visibility message in log actions component * Change text * Lint * Rename app-testing-tools class to app-testing-tools__inset for consistency in styling * Rename app-testing-tools-link class to app-testing-tools__link for consistencypull/3050/head
3 changed files with 53 additions and 4 deletions
@ -0,0 +1,20 @@
|
||||
.app-testing-tools__inset { |
||||
border-left-color: #f47738; |
||||
margin-bottom: 0; |
||||
margin-top: 0; |
||||
padding-top: 5px; |
||||
padding-bottom: 5px; |
||||
} |
||||
|
||||
.app-testing-tools__link { |
||||
@include govuk-link-common; |
||||
@include govuk-link-style-no-visited-state; |
||||
} |
||||
|
||||
.app-testing-tools__tag { |
||||
@include govuk-font(14); |
||||
background-color: #fcd6c3; |
||||
margin-top: 0; |
||||
margin-bottom: 10px; |
||||
margin-right: 15px; |
||||
} |
Loading…
Reference in new issue