Website: Introduce primary and secondary styling for buttons
This commit is contained in:
parent
8da71a323f
commit
79b563b55a
@ -12,9 +12,9 @@ geekdocBreadcrumb: false
|
|||||||
Take control of your computing infrastructure and get things done.<br>
|
Take control of your computing infrastructure and get things done.<br>
|
||||||
Flamenco is used in production at [Blender Studio](https://studio.blender.org).
|
Flamenco is used in production at [Blender Studio](https://studio.blender.org).
|
||||||
|
|
||||||
{{< button size="large" relref="usage/quickstart/" >}}Quickstart{{< /button >}}
|
{{< button class="btn-primary" size="large" relref="usage/quickstart/" >}}Quickstart{{< /button >}}
|
||||||
|
|
||||||
{{< button size="large" relref="download" >}}Download Flamenco{{< /button >}}
|
{{< button relref="download" class="btn-secondary" size="large" >}}Download Flamenco{{< /button >}}
|
||||||
|
|
||||||
<--->
|
<--->
|
||||||
|
|
||||||
|
@ -149,9 +149,21 @@ h3 {
|
|||||||
border: var(--button-border-color) 1px solid;
|
border: var(--button-border-color) 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gdoc-button.btn-primary a.gdoc-button__link {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gdoc-button.btn-secondary {
|
||||||
|
background: transparent;
|
||||||
|
border: var(--button-border-color) 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gdoc-button.btn-secondary a.gdoc-button__link {
|
||||||
|
color: var(--button-border-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.gdoc-button a {
|
.gdoc-button a {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
color: #EEE !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gdoc-search__input {
|
.gdoc-search__input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user