Skip to content
Snippets Groups Projects
Commit f83b3858 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'feat/remove-orange' into 'master'

feat: remove orange colors and use blue

See merge request to-be-continuous/kicker!416
parents 5e297a91 cc511de5
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,5 @@
<footer class="footer navbar-dark bg-dark mt-4 py-2">
<div class="container">
<span class="text-muted">© Orange 2019</span>
</div>
</footer>
......@@ -82,4 +82,7 @@
.stepped-process-item:nth-child(8) {
z-index: 1;
}
.stepped-process-item.active {
color: #ffffff !important;
background-color: #4170d8 !important;
}
......@@ -18,6 +18,7 @@
}
.readme:hover {
text-decoration: underline;
color: #4170d8;
}
/* extension badge */
.extension-badge {
......
......@@ -25,7 +25,7 @@ input:invalid {
}
.form-group.advanced>.col-form-label::after {
content: "ADV.";
color: #f16e00;
color: #4170d8;
font-weight: normal;
position: relative;
top: -0.5em;
......
src/assets/img/tbc-50.png

3.11 KiB | W: | H:

src/assets/img/tbc-50.png

86.1 KiB | W: | H:

src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,6 +9,9 @@ html, body {
:root {
/* force no copyrighted font */
--font-family-sans-serif: Helvetica,Arial,sans-serif;
--primary-color: #4170d8;
--text-color: #4170d8;
--background-color: #4170d8;
}
/* use all available width up to 1320px */
......@@ -44,7 +47,7 @@ markdown p {
border-color: #000 !important;
}
.btn-group-toggle>.btn-secondary:hover {
color: #f16e00;
color: #4170d8;
background-color: #fff;
border-color: #ccc;
}
......@@ -175,3 +178,39 @@ markdown p {
.hide {
display: none !important;
}
.nav-link:hover {
color: #4170d8 !important;
}
.navbar-nav .nav-link.active {
color: #4170d8 !important;
}
.btn-toggle:hover {
color: #4170d8 !important;
}
.btn-toggle:active {
color: #fff !important;
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.form-check-input:checked {
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.form-check-input:active {
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.title:hover {
color: #4170d8 !important;
}
.title {
color: #fff !important;
}
a:hover {
color: #4170d8 !important;
}
.btn-secondary:active {
color: #fff !important;
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment