File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
srcCSS/components/2_molecules Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 5
5
< div class ="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap ">
6
6
< div id ="filters " class ="button-group filters-group sm:py-4 sm:mt-4 ">
7
7
< div class ="flex flex-wrap sm:block ">
8
- < div class ="md:my -4 invisible sm:visible text-center "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
9
- < h4 class ="uppercase mb-4 w-full md:text-center "> Created By</ h4 >
8
+ < div class ="md:mt -4 invisible sm:visible text-center "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
9
+ < h4 class ="uppercase mt-2 mb-4 w-full md:text-center "> Created By</ h4 >
10
10
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
11
11
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
12
12
</ div >
@@ -82,6 +82,7 @@ <h2 class="font-normal text-BaseGreenDark">Libraries</h2>
82
82
{{ range .Paginator.Pages }}
83
83
< article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 {{ range .Params.languages }}{{ lower (replace . ". " "-") }} {{ end }}{{ .Params.origin }}">
84
84
< div class ="p-8 h-full bg-ThemeCell tile ">
85
+ < div class ="origin mb-2 text-xs uppercase font-semibold {{ if eq .Params.origin "linode " }}text-BaseGreen{{ end }}"> {{ .Params.origin }}</ div >
85
86
< header >
86
87
< h3 class ="mt-0 "> < a class ="text-black tile-link " href ="{{ .Params.external_url }} " target ="_blank "> {{ .Title | markdownify }}</ a > </ h3 >
87
88
</ header >
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ <h3 class="mt-0 mb-4 font-normal"><a href="{{ .Params.event_url }}" class="text-
64
64
65
65
< div class ="relative row-full pb-8 home-cubes ">
66
66
< div class ="mx-auto text-center max-w-lg my-8 ">
67
- < h2 class ="font-light text-BaseGreenDark "> Careers at Linode</ h2 >
68
- < div class ="text-2xl mt-4 font-light "> Help us create the platform of tomorrow.</ div >
67
+ < h2 class ="font-normal text-BaseGreenDark "> Careers at Linode</ h2 >
68
+ < div class ="text-2xl mt-2 font-light "> Help us create the platform of tomorrow.</ div >
69
69
< a class ="btn block mx-auto mt-6 " href ="https://www.linode.com/careers " target ="_blank "> View Opportunities</ a >
70
70
</ div >
71
71
</ div >
Original file line number Diff line number Diff line change 14
14
height : 100% ;
15
15
}
16
16
17
- .tile section {
17
+ .tile section ,
18
+ .tile .origin {
18
19
transition : color 225ms ease-in-out;
19
20
}
20
21
21
22
.tile-link : hover {
22
23
@apply text-BaseGreen;
23
24
}
25
+
26
+
27
+ .tile : hover .origin {
28
+ @apply text-BaseGreenDark;
29
+ }
You can’t perform that action at this time.
0 commit comments