apply translate button themes.
This commit is contained in:
parent
1913046e46
commit
fd721caaf1
7 changed files with 31 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="profile-container">
|
||||
{{ range .Translations }}
|
||||
<a class="btn btn-primary" href="{{ .Permalink }}">{{upper .Lang }}</a>
|
||||
<a class="btn btn-translate" href="{{ .Permalink }}">{{upper .Lang }}</a>
|
||||
{{ end }}
|
||||
</div><!--//profile-container-->
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #2f6a61;
|
||||
border-color: #4eb1a2;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #3c7749;
|
||||
border-color: #66b277;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #65344b;
|
||||
border-color: #a8577d;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #a2662a;
|
||||
border-color: #d5995d;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #27383f;
|
||||
border-color: #4f6f7d;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
|
@ -258,6 +258,10 @@ p {
|
|||
.footer .fa-heart {
|
||||
color: #fb866a;
|
||||
}
|
||||
.btn-translate {
|
||||
background-color: #276472;
|
||||
border-color: #41a7be;
|
||||
}
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-wrapper {
|
||||
|
|
Loading…
Reference in a new issue