mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 07:27:32 +00:00
Style the buttons
This commit is contained in:
@ -186,6 +186,28 @@ section {
|
||||
margin-block-start: var(--space, 1.4rem);
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: var(--space-sm) var(--space-lg);
|
||||
background: var(--cotech-white);
|
||||
color: var(--cotech-black);
|
||||
text-decoration: none;
|
||||
font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||
border-radius: var(--space-sm);
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.btn::after {
|
||||
content: " →";
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background: var(--cotech-black);
|
||||
color: var(--cotech-white);
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
padding: var(--space-lg) var(--space-md);
|
||||
|
||||
@ -9,8 +9,8 @@ layout: default
|
||||
<p class="large">CoTech is a UK-wide network of creative technology companies
|
||||
fully owned and controlled by the people who do the work.</p>
|
||||
|
||||
<a href="#">Hire our coops</a>
|
||||
<a href="#">Join the network</a>
|
||||
<a class="btn" href="#">Hire our coops</a>
|
||||
<a class="btn" href="#">Join the network</a>
|
||||
</section>
|
||||
|
||||
<section class="stack">
|
||||
|
||||
Reference in New Issue
Block a user