Skip to content
Snippets Groups Projects
Commit 3c40f97f authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'oliviergoulet/main/264' into 'main'

Add Explore Collaborations button and adjust link button styles

Closes #264

See merge request !59
parents 64bd0b11 cf0c355f
No related branches found
No related tags found
1 merge request!59Add Explore Collaborations button and adjust link button styles
Pipeline #15992 passed
......@@ -23,6 +23,8 @@ links:
- text: Join a Collaboration
- - href: "#start-collaboration"
- text: Start a Collaboration
- - href: /org/workinggroups/explore.php
- text: Explore Collaborations
container: container-fluid collaborations-container
layout: single
---
......
......@@ -51,8 +51,8 @@
{{ end }}
<tr class="collaboration-table-link-row">
<td scope="row"></td>
<td><a href="/org/workinggroups/about.php">More About Working Groups</a></td>
<td><a href="./interest-groups">More About Interest Groups</a></td>
<td><a class="btn btn-link-boxed" href="/org/workinggroups/about.php">More About Working Groups</a></td>
<td><a class="btn btn-link-boxed" href="./interest-groups">More About Interest Groups</a></td>
</tr>
</tbody>
</table>
......
/*!
* Copyright (c) 2022 Eclipse Foundation, Inc.
* Copyright (c) 2022, 2023 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
......@@ -15,7 +15,7 @@
@brand-primary-mid: #FFB769;
@collaborations-black: #070606;
@section-dark-white: #FAF5F5;
@section-dark-white: @white;
@collaboration-gray: #F0EFEF;
@collaborating-item-color: #888890;
@collaborations-padding-y: 3em;
......
/*!
* Copyright (c) 2022 Eclipse Foundation, Inc.
* Copyright (c) 2022, 2023 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
......@@ -46,6 +46,23 @@
background-color: darken(#efebeb, 10%);
}
}
.btn-link-boxed {
.btn-link;
padding: 1.25rem;
&:link,
&:visited {
border: 1px solid @section-dark-white;
color: @section-dark-white;
}
&:hover,
&:active {
border-color: darken(@section-dark-white, 50%);
text-decoration: none;
}
}
}
// Jumbotron
......@@ -244,11 +261,6 @@
font-weight: normal;
}
tbody th, tbody td {
border-top-style: solid;
border-bottom-style: solid;
}
thead th {
text-align: center;
}
......@@ -258,7 +270,13 @@
border-left: solid 1px;
}
tr:last-child td {
tr {
border-top: 1px solid;
border-color: @section-dark-white;
}
tr:last-child {
border-top-style: none;
border-bottom-style: none;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment